When data is sent over physical communication media, the signals carrying the data undergo physical degradation due to environmental and material limitations. Understanding these impairments and how they bound the maximum rate of data transfer is a fundamental prerequisite for analyzing and designing modern network systems.
Signals travel through imperfect transmission media. Because physical media introduce attenuation, distortion, and noise, the signal arriving at the receiver is never a perfect copy of the signal generated by the transmitter.
+-------------+ Impairment: +-------------+
| | 1. Attenuation | |
| Transmitter | 2. Distortion ----> | Receiver |
| (Signal) | 3. Noise | (Corrupted) |
| | | |
+-------------+ +-------------+Attenuation refers to the loss of energy as a signal propagates through a medium. To compensate for this loss, networks employ amplifiers (for analog signals) or repeaters (for digital signals). Attenuation is mathematically measured using decibels (dB), which indicate the relative strength of two signals or the power at two different points:
Where is the input power and is the output power.
For cascading systems, the total decibel change is simply the algebraic sum of individual decibel values:
Point 1 Point 2 Point 3 Point 4
(P1) ---------> (P2) ------------> (P3) ---------> (P4)
-3 dB +10 dB -2 dB
(Loss) (Amplifier) (Loss)
Net Decibel Change = -3 dB + 10 dB - 2 dB = +5 dBDistortion occurs when a composite signal composed of multiple frequency components changes its shape. Because a transmission medium propagation speed varies with frequency, different harmonic components of a composite signal travel at different velocities. Consequently, these components arrive at the receiver with differing phase shifts, distorting the cumulative waveform.
Noise consists of unwanted, extra signals that are added to the transmitted signal along the physical path. Noise can be categorized into four primary types:
To quantify the degree of noise corruption, we use the Signal-to-Noise Ratio (SNR):
In decibel form:
For a theoretical channel that is completely free of noise, the primary constraint on data rate is the bandwidth of the channel. In 1928, Harry Nyquist derived the relationship between bandwidth and the maximum data rate, establishing the Nyquist Bit Rate:
Where:
According to this theorem, increasing the number of levels allows for an arbitrarily high bit rate. However, in practice, increasing the signaling levels decreases the margin of error at the receiver, making the system highly vulnerable to even tiny amounts of noise.
In 1948, Claude Shannon extended information theory to realistic channels containing thermal noise. The Shannon Capacity formula defines the absolute upper mathematical limit of data transmission over a noisy channel, regardless of the number of signaling levels used:
Where:
In physical communication system engineering, both Nyquist and Shannon limits must be applied in unison to design real-world links:
Suppose we have a channel with a bandwidth of and an . We want to design a transceiver that operates near the limit.
Step 1: Convert SNR from dB to linear form
Step 2: Calculate Shannon Capacity
Step 3: Select a practical target data rate and find signaling levels To design conservatively, let us target a data rate below capacity, say . Using the Nyquist formula, we determine the number of signaling levels () required:
Thus, implementing a -level signalling scheme over this channel will yield a reliable transmission rate.
We assess the performance of a physical network link based on several interrelated metrics.
Where:
The Bandwidth-Delay Product determines the volume of a communication link. It represents the maximum number of bits that can fill the transmission pipeline at any single point in time:
|<--------- Propagation Delay --------->|
+---------------------------------------+
Sender =====> | 0101100101011010011010010101010110101 | =====> Receiver
+---------------------------------------+
|<---------- Bandwidth (bps) ---------->| (Pipe Cross-Section)The loss of signal power over distance as it propagates through a transmission medium, typically quantified in decibels (dB).
The alteration of a composite signal's wave shape caused by different frequency components propagating at varying velocities through a medium.
Unwanted random electromagnetic energy from thermal, induced, crosstalk, or impulse sources that contaminates the original signal.
The formula defining the maximum theoretical data rate for a noiseless channel: $C = 2B \log_2 L$.
The formula determining the absolute maximum data rate of a noisy channel based on thermal noise constraints: $C = B \log_2(1 + \text{SNR})$.
Test your understanding with 5 questions
If a signal travels through a transmission medium and its power is halved, what is the change in decibels?
What is the maximum bit rate for a noiseless channel with a bandwidth of 4 kHz transmitting a signal with 8 levels?
Which type of transmission impairment is specifically characterized by different frequency components traveling at different speeds through a medium?
If a channel's SNR is extremely close to 0, what is its theoretical capacity according to Shannon's Theorem?
Which component of latency is calculated as the ratio of the physical distance of the link to the propagation speed in the medium?
6 Modules
6 Modules