DC Module - 5
DC Module - 5
Multiplexing
MULTIPLEXING
Multiplexing is the set of techniques that allows the simultaneous transmission of
multiple signals across a single data link.
The first two are techniques designed for analog signals, the
third, for digital signals.
Frequency-division multiplexing (FDM)
It is an analog technique that can be applied when the bandwidth of a
link (in hertz) is greater than the combined bandwidths of the signals to
be transmitted.
•These bandwidth ranges are the channels through which the various
signals travel.
•
•Channels can be separated by strips of unused bandwidth guard
bands to prevent signals from overlapping.
Solution
For five channels, we need at least four guard bands. This means that
the required bandwidth is at least
5 × 100 + 4 × 10 = 540 kHz
The Analog Carrier System
In this way, many switched or leased lines can be combined into
fewer but bigger channels
• A master group must have 2.40 MHz of bandwidth, but the need
for guard bands between the super groups increases the
necessary bandwidth to 2.52 MHz.
Using a fiber-optic cable for one single line wastes the available bandwidth.
Multiplexing allows us to combine several lines into one.
Recall from basic physics that a prism bends a beam of light based on the angle of
incidence and the frequency.
Using this technique, a multiplexer can be made to combine several
input beams of light, each containing a narrow band of frequencies, into
one output beam of a wider band of frequencies. A de-multiplexer can
also be made to reverse the process.
A new method, called dense WDM (DWDM), can multiplex a very large
number of channels by spacing channels very close to one another. It
achieves even greater efficiency.
Time-Division Multiplexing
Time-division multiplexing (TDM) is a digital process that allows several
connections to share the high bandwidth of a link.
Note that the same link is used as in FDM; here, however, the link is shown
sectioned by time rather than by frequency.
In the figure, portions of signals 1, 2, 3, and 4 occupy the link sequentially. TDM is
a digital multiplexing technique for combining several low-rate channels into one
high-rate one.
We can divide TDM into two different schemes: synchronous and statistical.
In synchronous TDM, each input connection has an allotment in the output even if it is
not sending data.
The unit of data is 1 bit. Find (a) the input bit duration, (b) the output bit
duration, (c) the output bit rate, and
Solution
We can answer the questions as follows:
a. The input bit duration is the inverse of the bit rate: 1/1 Mbps = 1 µs.
b. The output bit duration is one-fourth of the input bit duration, or 1/4µs.
c. The output bit rate is the inverse of the output bit duration or 1/4 µs, or 4
Mbps. This can also be deduced from the fact that the output rate is 4 times as
fast as any input rate; so the output rate =4 x 1 Mbps =4 Mbps.
The switches are synchronized and rotate at the same speed, but in opposite
directions.
On the multiplexing side, as the switch opens in front of a connection, that
connection has the opportunity to send a unit onto the path.
Figure-33 shows a case in which one of the input lines has no data to send
and one slot in another input line has discontinuous data.
The first output frame has three slots filled, the second frame has two slots
filled, and the third frame has three slots filled. No frame is full.
1. Multilevel multiplexing is a technique used when the data rate of an input line is a
multiple of others. For example, in Figure, we have two inputs of 20 kbps and three
inputs of 40 kbps. The first two input lines can be multiplexed together to provide a
data rate equal to the last three. A second level of multiplexing can create an output of
160 kbps.
2. Multiple-Slot Allocation Sometimes it is more efficient to allot more than one slot
in a frame to a single input line. For example, we might have an input line that has a
data rate that is a multiple of another input. In Figure, the input line with a 50-kbps
data rate can be given two slots in the output. We insert a serial-to-parallel converter in
the line to make two inputs out of one.
3. Pulse Stuffing Sometimes the bit rates of sources are not multiple integers of
each other. Therefore, neither of the above two techniques can be applied. One
solution is to make the highest input data rate the dominant data rate and then add
dummy bits to the input lines with lower rates. This will increase their rates. This
technique is called pulse stuffing, bit padding, or bit stuffing. The input with a data
rate of 46 is pulse-stuffed to increase the rate to 50 kbps. Now multiplexing can
take place.
Frame Synchronizing : Synchronization between the multiplexer and demultiplexer
is a major issue. If the. multiplexer and the demultiplexer are not synchronized, a bit
belonging to one channel may be received by the wrong channel. For this reason, one
or more synchronization bits are usually added to the beginning of each frame. These
bits, called framing bits, follow a pattern, frame to frame, that allows the
demultiplexer to synchronize with the incoming stream so that it can separate the
time slots accurately. In most cases, this synchronization information consists of 1 bit
per frame, alternating between 0 and 1.
4. Statistical Time-Division Multiplexing
As we saw in the previous section, in synchronous TDM, each input has a reserved
slot in the output frame. This can be inefficient if some input lines have no data to
send. In statistical time-division multiplexing, slots are dynamically allocated to
improve bandwidth efficiency. Only when an input line has a slot's worth of data to
send is it given a slot in the output frame. In statistical multiplexing, the number of
slots in each frame is less than the number of input lines. The multiplexer checks
each input line in round- robin fashion; it allocates a slot for an input line if the line
has data to send; otherwise, it skips the line and checks the next line.
No Synchronization Bit
The frames in statistical TDM need not be synchronized, so we do not need
synchronization bits.
Bandwidth
In statistical TDM, the capacity of the link is normally less than the sum of the
capacities of each channel. The designers of statistical TDM define the capacity of
the link based on the statistics of the load for each channel.
Difference between Synchronous and statistical TDM