DCN Chapter 2
DCN Chapter 2
A page is an average of 24 lines with 80 characters in each line. If we assume that one character requires 8
bits, the bit rate is
Solution A page is an average of 24 lines with 80 characters in each line. If we assume that one character
requires 8 bits, the bit rate is
100*24*80*8 =1,536,000 bps =1.536 Mbps
DIGITAL SIGNAL AS A COMPOSITE ANALOG
SIGNAL
• In Composite signal there will be more than one periodic analog signal and here multiple
analog signals make up a composite signal.
TRANSMISSION IMPAIRMENT
• Transmission impairment means that signals travels through transmission medium which is
not proper means that signal when it goes at start is not same when it reaches the end.
• Different impairments that occur are distortion, attenuation and noise.
ATTENUATION
• Attenuation means loss of energy when signals transmits through a transmission medium.
• When any signal simple or composite travels across a transmission medium it will get
transferred to heat when overcoming resistance of the medium.
• Some of electric signals that is going in transmission medium will be converted to heat and
to reduce this amplifiers are used.
• Decibel: To show that a signal has lost or gained strength, engineers use the unit of the
decibel.
• The decibel (dB) measures the relative strengths of two signals or one signal at two different
points.
• Note that the decibel is negative if a signal is attenuated and positive if a signal is amplified.
• Variables P1 and P2 are powers of the signals at points P1 and P2 respectively and in some
cases power is defined in terms of voltage.
• the formula is dB = 20 log10 (V2/V1)
EXAMPLE
Suppose a signal travels through a transmission medium and its power is reduced to one-half.
This means that P2 = P1. In this case, the attenuation (loss of power) can be calculated as
A signal travels through an amplifier, and its power is increased 10 times. This means that P2
= 10P1. In this case, the amplification (gain of power) can be calculated as
DISTORTION
• Distortion means the signal will change its form or shape and distortion will occur in
composite signal made of different frequencies.
• Difference in signal will create difference in phase and each phase at receiving side have
different frequencies.
NOISE
• Generally Noise is something which causes disturbance to someone or undesired sound.
• Noise is another cause of impairment and different types of noises are thermal noise,
induced noise, cross talk etc.
• Thermal noise are extra signals travelling in wire which is not generated by transmitter.
• Crosstalk Is the effect of one wire over another and here one wire acts as sending antennae
and another wire acts as receiving antennae.
• Impulse noise is a lightning that comes from power lines.
The signal-to-noise ratio is defined as
SNR is actually the ratio of what is wanted (signal) to what is not wanted (noise). A high SNR means the signal is
less corrupted by noise; a low SNR means the signal is more corrupted by noise.
EXAMPLE
The power of a signal is 10 mW and the power of the noise is 1 μW; what are the values of
SNR and SNRdB?
DATA RATE LIMITS
• A Important thing in data communications is that how fast we can send data over a
communication channel in bits per second.
• Data rate depends on 3 factors
1. The bandwidth available
2. The level of the signals we use
3. The quality of the channel (the level of noise)
NOISELESS CHANNEL
• Noiseless channel is a channel that can transmit data perfectly without any noise or
distortion.
• Nyquist bit data is the maximum data rate that can be achieved on the given channel.
The formula for Nyquist bit rate is:
Bitrate=2×Bandwidth×log2(L)
In this formula, bandwidth is the bandwidth of the channel, L is the number of signal levels
used to represent data, and Bitrate is the bit rate in bits per second.
• Although the idea is theoretically correct, practically there is a limit.
• When we increase the number of signal levels, we impose a burden on the receiver.
• If the number of levels in a signal is just 2, the receiver can easily distinguish between a 0
and a 1.
• If the level of a signal is 64, the receiver must be very sophisticated to distinguish between
64 different levels.
• In other words, increasing the levels of a signal reduces the reliability of the system.
EXAMPLE
Consider a noiseless channel with a bandwidth of 3000 Hz transmitting a signal with two
signal levels. The maximum bit rate can be calculated as
Consider the same noiseless channel transmitting a signal with four signal levels (for each
level, we send 2 bits). The maximum bit rate can be calculated as
NOISY CHANNEL: SHANNON CAPACITY
• Actually in reality we cannot have a channel without noise and in 1944 Claude Shannon
introduced a formula called Shannon capacity to determine highest data rate for noisy
channel
• In this formula, bandwidth is the bandwidth of the channel, SNR is the signal-to noise ratio,
and capacity is the capacity of the channel in bits per second
EXAMPLE
Consider an extremely noisy channel in which the value of the signal-to-noise ratio is
almost zero. In other words, the noise is so strong that the signal is faint. For this
channel the capacity C is calculated as
EXAMPLE
We can calculate the theoretical highest bit rate of a regular telephone line. A telephone
line normally has a bandwidth of 3000 Hz (300 to 3300 Hz) assigned for data
communications. The signal-to-noise ratio is usually 3162. For this channel the capacity
is calculated as
PERFORMANCE
• One important issue in network is performance of the network.
Throughput:The throughput is a measure of how fast we can actually send data through a
network.
Imagine a highway designed to transmit 1000 cars per minute from one point to another.
However, if there is congestion on the road, this figure may be reduced to 100 cars per minute.
The bandwidth is 1000 cars per minute; the throughput is 100 cars per minute
Latency (Delay):The latency or delay defines how long it takes for an entire message to
completely arrive at the destination from the time the first bit is sent out from the source.
Now assume we have a bandwidth of 5 bps. Figure 3.33 shows that there can be maximum 5 ×
5 = 25 bits on the line. The reason is that, at each second, there are 5 bits on the line;
JITTER
Jitter is the variation in the interval between successive data packets in a network. It can affect
the quality of real-time applications, such as video conferencing, VoIP calls, live streaming,
and online gaming.
END OF CHAPTER 2