4,954 views

1 Answer

Best answer
10 votes
10 votes

RTT = Tp + Tack + 2PD

PD = 1000km/(2 * 10^8) = 5 ms

Tack = Tp = 0 (transmission time is ignored in question).

So, RTT = 2 * 5ms = 10ms.

In RTT, in Go-Back-N protocol, N frames are transmitted. N = 8 here.

So, time to transmit 8 frames = 10 ms.

Each frame of of size 1024.

So, time to transmit 8 * 1024 = 8Kb (2^13 bits) = 10 ms.

Time taken to send 1M (2^20) bits = 10 ms * 2^7 = 1280 ms = 1.28 s.

Ref: http://web.mit.edu/modiano/www/6.263/lec3-4.pdf

selected by

Related questions

0 votes
0 votes
1 answer
1
iarnav asked Nov 8, 2018
1,944 views
Sender Window Size is 7 and every 3rd packet is lost/corrupted. So, how to find channel utilization!?
1 votes
1 votes
4 answers
4
Mk Utkarsh asked Sep 7, 2018
3,234 views
A 20 Kbps Satellite link has a propagation delay of 400 ms. The transmitter employs the "go back n ARQ" scheme with n set to 10. Assuming that each frame is 100 bytes lon...