Module 3
Module 3
DIGITAL TRANSMISSION
SYLLABUS
Introduction-Transmission modes
➔ Simplex
◆ communication is unidirectional
◆ Only one of the two devices on a link can transmit; the other can only receive
◆ Eg:Keyboards and traditional monitors
◆ Advantages: can use the entire capacity of the channel to send data in one direction.
➔ Half-Duplex
◆ each station can both transmit and receive, but not at the same time.
◆ When one device is sending, the other can only receive, and vice versa
◆ Eg: Walkie-talkies
◆ Advantages: the entire capacity of the channel can be utilized for each direction.
➔ Full-Duplex(Duplex)
◆ both stations can transmit and receive simultaneously
◆ Advantages:the capacity of the channel is divided between signals traveling in both directions.
◆ Eg:telephone network.
◆ When two people are communicating by a telephone line, both can talk and listen at the same
time.
Transmission modes
Introduction
➔ Data communication is the process of transferring data between devices that are
connected or networked
➔ The transmission of binary data across a link can be accomplished in either parallel
or serial mode.
➔ While there is only one way to send parallel data, there are three subclasses of serial
transmission: asynchronous, synchronous, and isochronous
Parallel Transmission
➔ Binary data, consisting of 1s and 0s, may be organized into groups of n bits
each.
➔ By grouping, we can send data n bits at a time instead of 1. This is called
parallel transmission.
➔ Use n wires to send n bits at one time. That way each bit has its own wire,
and all n bits of one group can be transmitted with each clock tick from one
device to another
➔ Advantages: increase the transfer speed by a factor of n over serial
transmission
➔ Disadvantage: cost. Parallel transmission requires n communication lines
just to transmit the data stream. Because this is expensive, parallel
transmission is usually limited to short distances.
Figure shows how parallel transmission works for n =8. Typically, the eight
wires are bundled in a cable with a connector at each end.
Serial Transmission
1. Asynchronous
2. Synchronous
3. Isochronous
1. Asynchronous Transmission
➔ The timing of a signal is unimportant.
➔ Prior to data transfer, both sender & receiver agree on pattern of information
to be exchanged
➔ Normally, patterns are based on grouping the bit-stream into bytes.
➔ The sender transmits each group to the link without regard to a timer.the
transmission of each byte may then be followed by a gap of varying
duration.
➔ To alert the receiver to the arrival of a new group, therefore, an extra bit is
added to the beginning of each byte. This bit, usually a 0, is called the start
bit.
➔ To let the receiver know that the byte is finished, extra bits are appended to
the end of the byte. These bits, usually 1, are called stop bits.
➔ Disadvantage:
◆ The addition of stop and start bits and the insertion of gaps into the bit
stream make asynchronous transmission slower than forms of
transmission that can operate without the addition of control information.
➔ Advantage:But it is cheap and effective,two advantages that make it an
attractive choice for situations such as low-speed communication
2. Synchronous Transmission
➔ we send bits one after another without start or stop bits or gaps. It is the
responsibility of the receiver to group the bits.
➔ the bit stream is combined into longer "frames," which may contain multiple
bytes
➔ data are transmitted as an unbroken string of 1s and 0s, and the receiver
separates that string into the bytes, or characters, it needs to reconstruct the
information.
➔ Timing becomes very important, therefore, because the accuracy of the
received information is completely dependent on the ability of the receiving
device to keep an accurate count of the bits as they come in.
➔ Advantages: speed.
◆ synchronous transmission is faster than asynchronous transmission.
◆ With no extra bits or gaps to introduce at the sending end and
remove at the receiving end
➔ Disadvantages:
◆ there is no gap between characters in synchronous serial
transmission, there may be uneven gaps between frames
3. Isochronous Transmission
➔ In real-time audio and video, in which uneven delays between frames are
not acceptable,synchronous transmission fails
➔ For this type of application, synchronization between characters is not
enough;the entire stream of bits must be synchronized. The isochronous
transmission guarantees that the data arrive at a fixed rate.
MULTIPLEXING
MULTIPLEXING
Multiplexing is the set of techniques that allows the simultaneous
transmission of multiple signals across a single data link.
➔ n lines share the bandwidth of one link.
➔ The lines on sender direct their transmission streams to a multiplexer
(MUX), which combines them into a single stream (many-to one).
Synchronous TDM
Statistical TDM
TDM
1. Synchronous TDM
In FHSSS: each station uses 1/M of the bandwidth, but the allocation changes hop
to hop.
In FDM: each station uses 1/M of the bandwidth, but the allocation is fixed;
2. Direct Sequence Spread Spectrum
➔ DSSS technique also expands the bandwidth of the original signal, but the
process is different.
➔ each bit is assigned a code of n bits, called chips, where the chip rate
is n times that of the data bit.
As an example, let us consider the sequence used in a wireless LAN, the famous
Barker sequence, where n is 11. We assume that the original signal and the
chips in the chip generator use polar NRZ encoding.
Figure shows the chips and the result of multiplying the original data by
the chips to get the spread signal.
➔ The spreading code is 11 chips having the pattern 10110111000 (in this case).
➔ If the original signal rate is N, the rate of the spread signal is 11N.
➔ This means that the required bandwidth for the spread signal is 11 times larger
than the bandwidth of the original signal.
➔ Advantages:
The spread signal can provide privacy if the intruder does not know
the code.