edited by
14,602 views
47 votes
47 votes
Consider a network connecting two systems located $8000$ $\text{Km}$ apart. The bandwidth of the network is $500 \times 10^6$ $\text{bits}$ per second. The propagation speed of the media is $4 \times 10^6$ $\text{meters}$ per second. It needs to design a Go-Back-$N$ sliding window protocol for this network. The average packet size is $10^7$ $\text{bits}$. The network is to be used to its full capacity. Assume that processing delays at nodes are negligible. Then, the minimum size in bits of the sequence number field has to be ______.
edited by

10 Answers

0 votes
0 votes

”The network is to be used to its full capacity”, Therefore, we can assume efficiency (E) = 1.

Transmission Time (Tt)= Packet Size/Bandwidth = 10^7 bits/(500 * 10^6)

Progation Time (Tp)= Distance/Velocity = 8000KM/4 * 10^6 meter per second = (8000 * 10^3)/(4 * 10^6) = 2s

Channel Capacity (a) = Tp/Tt = 2/(10^7 bits/(500 * 10^6)) = 100 bits

Efficiency = Windows Size/ (1 + 2a)

1 = Ws/(1 + 200)     Ws = 201

 total number of sequence numbers required : Sender WIndows SIze (201) + Receiver Windows SIze (1)

sequence Numbers = 202

Sequence bit required = Logbase2(202)

Answer = 8 bits

 

–1 votes
–1 votes
Answer is 8 bits.
Answer:

Related questions

46 votes
46 votes
5 answers
1
go_editor asked Feb 15, 2015
16,330 views
In the network $200.10.11.144/27$, the $\text{fourth}$ octet (in decimal) of the last $\text{IP}$ address of the network which can be assigned to a host is _______.
41 votes
41 votes
4 answers
4
go_editor asked Feb 14, 2015
12,382 views
Consider the following statements.TCP connections are full duplexTCP has no option for selective acknowledgementTCP connections are message streamsOnly I is correctOnly I...