Data Communications and Networking
Data Communications and Networking
PROBLEMS
4-1. Calculate the value of the signal rate for each case in Figure 4.2 if
the data rate is 1 Mbps and c = 1/2.
We use the formula s = c × N × (1/r) for each case. We let c = 1/2.
r = 1 → s = (1/2) × (1 Mbps) × 1/1 = 500 kbaud
r = 1/2 → s = (1/2) × (1 Mbps) × 1/(1/2) = 1 Mbaud
r = 2 → s = (1/2) × (1 Mbps) × 1/2 = 250 Kbaud
r = 4/3 → s = (1/2) × (1 Mbps) × 1/(4/3) = 375 Kbaud
4-2. In a digital transmission, the sender clock is 0.2 percent faster than
the receiver clock. How many extra bits per second does the sender send
if the data rate is 1 Mbps?
The number of bits is calculated as (0.2 /100) × (1 Mbps) = 2000 bits
4-3. Draw the graph of the NRZ-L scheme using each of the following data
streams, assuming that the last signal level has been positive. From the graphs,
guess the bandwidth for this scheme using the average number of changes in the
signal level. Compare your guess with the corresponding entry in Table 4.1.
a. 0000000000000000
b. 1111111111111111
c. 0101010101010101
d. 0011001100110011
See Figure 4.5. B is proportional to (5.25 / 16) N which is inside range in Table 4.1
(B = 0 to N/2) for 2B/1Q.
4-8. Repeat Problem P4-3 for the MLT-3 scheme, but use the following
data streams.
a. 00000000 b. 11111111 c. 01010101 d. 00011000
See Figure 4.6. B is proportional to (5.25/8) × N which is inside the range in Table
4.1 (B = 0 to N/2) for MLT-3.
4-9. Find the 8-bit data stream for each case depicted in Figure 4.36.
NRZ-I: 10011001.
Differential Manchester: 11000100.
AMI: 01110001
4-10. An NRZ-I signal has a data rate of 100 Kbps. Using Figure 4.6,
calculate the value of the normalized energy (P) for frequencies at 0 Hz,
50 KHz, and 100 KHz.
The data rate is 100 Kbps. For each case, we first need to calculate the value f / N.
We then use Figure 4.6 in the text to find P (energy per Hz). All calculations are
approximations.
f /N = 0/100 = 0 → P = 1.0
f /N = 50/100 = 1/2 → P = 0.5
f /N = 100/100 = 1 → P = 0.0
f /N = 150/100 = 1.5 → P = 0.2