answersLogoWhite

0

What are MUX and DEMUX in WDM?

WDM (Wavelength Division Multiplexing) is to combine a series of optical carrier signals at different wavelengths carrying various information at the transmitter through the Multiplexer and couple them to the same optical fiber for transmission. At the receiver end, the optical signals are separated from each other by a Demultiplexer. The simultaneous transmission of two or many optical signals of different wavelengths in the same fiber is called Wavelength Division Multiplexing (WDM). WDM technology can double the transmission capacity of a single light, which can easily expand the capacity of existing optical networks. Depending on the direction of the transmitted signal, WDM can be used for multiplexing or demultiplexing.

User Avatar

Glsun Optics

Lvl 4
2y ago
Updated: 11/1/2022

WDM (Wavelength Division Multiplexing) is to combine a series of optical carrier signals at different wavelengths carrying various information at the transmitter through the Multiplexer and couple them to the same optical fiber for transmission. At the receiver end, the optical signals are separated from each other by a Demultiplexer. The simultaneous transmission of two or many optical signals of different wavelengths in the same fiber is called Wavelength Division Multiplexing (WDM). WDM technology can double the transmission capacity of a single light, which can easily expand the capacity of existing optical networks. Depending on the direction of the transmitted signal, WDM can be used for multiplexing or demultiplexing.

MUX

The main function of MUX is to combine multiple signal wavelengths into one optical fiber for transmission. At the transmitter end, N optical transmitters operate at N different wavelengths, which are separated by appropriate intervals. These N light waves are respectively modulated by the signal as carriers and carry the signal. A wave synthesizer combines these different wavelengths of optical carrier signals and couples them into a single-mode fiber. Because the optical carrier signals of different wavelengths can be regarded as independent of each other (without considering the non-linearity of the fiber), the multiplexing transmission of multiple optical signals can be realized in one fiber. Through multiplexing, communication operators can avoid maintaining multiple lines and effectively save operating costs.

DEMUX

The main function of DEMUX is to separate multiple wavelength signals transmitted in one fiber. At the receiving end, the optical carrier signals of different wavelengths are separated by a demultiplexer, which is further processed by the optical receiver to recover the original signal. A demultiplexer (Demux) is a device that performs reverse processing on a multiplexer.

Performance Parameters of MUX/DEMUX

1. Operating Wavelength

Multiplexer/demultiplexer operating waveband. For example, 1550 wavelength has three bands: S band (short wavelength band 1460~1528nm), C band (conventional band 1530~1565nm), L band (long wavelength band 1565~1625nm).

2. Number of channels & channel spacing

Channel number refers to the number of channels that a multiplexer/demultiplexer can combine or separate. This number can range from 4 to 160 to enhance the design by adding more channels. Common channels are 4, 8, 16, 32, 40, 48, etc. Channel spacing is the difference between the nominal carrier frequencies of two adjacent channels and is used to prevent inter-channel interference. According to ITU-T G.692, the channel intervals less than 200GHz(1.6nm) include 100GHz (0.8nm), 50GHz (0.4nm) and 25GHz. Currently, 100GHz and 50GHz channel intervals are preferred.

3. Insertion Loss

Insertion loss is the attenuation caused by the insertion of WDM in optical transmission system. The attenuation effect of WDM on optical signal directly affects the transmission distance of the system. Generally, the lower the insertion loss, the less signal attenuation.

4. Isolation

Isolation refers to the isolation degree between signals of each channel. High isolation values can effectively prevent the distortion of transmitted signals caused by crosstalk between signals.

5. PDL (Polarization Dependent Loss)

PDL refers to the distance between the maximum and minimum loss caused by different polarization states at fixed temperature, wavelength and the same band, namely, the maximum deviation of insertion Loss in all input polarization states.

User Avatar

Glsun Optics

Lvl 4
2y ago

What else can I help you with?

Related Questions

How do you convert a 1x4 demux to 1x8 demux?

To convert a 1x4 demultiplexer (demux) to a 1x8 demux, you can cascade two 1x4 demuxes. Connect the output of the first 1x4 demux, which will have four outputs, to the select lines of a second 1x4 demux. The first demux's select lines determine which of its four outputs is active, while the second demux further divides that selected output into eight, effectively achieving the desired 1x8 demux functionality.


What is mux?

what is a mux


What are the Advantages of MUX over DeMUX?

Multiplexing is the combination of several signals on one carrier or medium. Demultiplexing is the extraction of each of the original signals. You can't have just one or the other, they are both necessary in the communication process. So the concept of one having an advantage over the other is senseless.


How does demux differ than decoder?

the basic difference is that there is 1 input line for the demux whereas a decoder has no input lines


Advantages of programmable logic array-PLA?

used as mux and demux , used for implement haff adder $ full adder, by program it


What Is a technology used with fiber optic cable which enables one fiber optic connection to carry multiple light singals simultaneously?

WDM (wavelength division multiplexing)


How many input MUX you will get if 4 input multiplexers drive a 4 input multiplexer?

we'll get 4 input mux cuz 2^4=16.... therefore the first 4 input mux has 16 o/p.. hence four-4 i/p mux are required to fill all 16 leads.


Where is the History Of The Republic Foundation in Wdm Iowa located?

The address of the History Of The Republic Foundation is: Po Box 65544, Wdm, IA 50265-0544


What is the market cap for McEwen Mining Inc MUX?

As of July 2014, the market cap for McEwen Mining Inc. (MUX) is $706,322,326.55.


What are the Advantages of WDM?

disadvantages of wavelenth division multiplexing


How do you design an Arithmetic Logic Unit?

As the name tells us the alu performs arithmetic and logic operations on two numbers in a CPU. I am answering assuming atleast some knowledge on the functionning of binary logic and computational science. A basic ALU has two input buses for the operators and one input bus for the selection of the operation. The selection is done via a MUX/DEMUX circuit. It's pretty straightforward...


Can inverter circuit be design from multiplexer circuit?

MUX(A, B, S) = A*S + B*S' NOT(A) = MUX(0, 1, A) = 0*A + 1*A' = A' From http://noyesno.net/