Problem Solving
Problem Solving
1 2 3 4
The request has to go up and down, and the response has to go up and down.
The total path length traversed is thus 160,000 km. The speed of light in air
and vacuum is 300,000 km/sec, so the propagation delay alone is
160,000/300,000 sec or about 533 msec.
Introduction
An image is 1600 × 1200 pixels with 3 bytes/pixel. Assume the image is
uncompressed. How long does it take to transmit it over a 56-kbps modem
channel? Over a 1-Mbps cable modem? Over a 10-Mbps Ethernet? Over 100-Mbps
Ethernet? Over gigabit Ethernet?
1 byte = 8 bits
The image is 1600 × 1200 × 3 bytes or 5,760,000 bytes. This is 46,080,000 bits.
If each sample is 1024 bits, the channel can send 8.2 Mbps. Signal power
Bandwidth Noise
Shannon limit
Using eq with B = 4000 we get a maximum data rate of about 39.86 kbps
Physical Layer
Television channels are 6 MHz wide. How many bits/sec can be sent if four-
level digital signals are used? Assume a noiseless channel.
6Mx2
Using the Nyquist theorem, we can sample 12 million times/sec.
(Nyquist proved that if an arbitrary signal has been run through a low-pass filter of bandwidth B, the
filtered signal can be completely reconstructed by making only 2B (exact) samples per second)
Four-level signals provide 2 bits per sample, for a total data rate of 24 Mbps
00
01
12 M sample/sec x 2 bits per sample = 24 Mbps
10
11
Physical Layer
If a binary signal is sent over a 3-kHz channel whose signal-to-noise ratio is 20 dB,
what is the maximum achievable data rate?
20 dB = 10.log(100)
Since log2(101) is about 6.658, the Shannon limit is about 19.975 kbps. The Nyquist
limit is 3x2x1 = 6 kbps for a binary signal (with 1 bit per symbol). The bottleneck is
therefore the Nyquist limit, giving a maximum channel capacity of 6 kbps.
Physical Layer
What are the advantages of fiber optics over copper as a transmission
medium? Is there any downside of using fiber optics over copper?
The data rate is 2560 × 1600 × 24 × 60 bps =5898 Mbps. For simplicity, let us
assume 1 bps per Hz, so that we require roughly 6 × 109 MHz of bandwidth.
From (λf=c) we can convert wavelengths to bandwidth. Let the wavelengths
range from 1.3 microns to 1.3 + λ microns.
up + down
c
Transit time = 2 × (Altitude/Speed of light).
Two
one for upstream
one for downstream
The modulation scheme itself just uses amplitude and phase. The frequency is
not modulated.
Physical Layer
Ten signals, each requiring 4000 Hz, are multiplexed onto a single channel using
Frequency Division Multiplexing (FDM). What is the minimum bandwidth required
for the multiplexed channel? Assume that the guard bands are 400 Hz wide.