in Computer Networks
760 views
1 vote
1 vote
Consider the effect of using slow start on a line with a 10-msec round-trip time and no
congestion. The receive window is 24 KB and the maximum segment size is 2 KB.
How long does it take before the first full window can be sent?
in Computer Networks
760 views

2 Answers

2 votes
2 votes
Starting with window size = 1 segment = 2 KB At RTT 1 (10 ms), cwnd = 4 KB At RTT 2 (20 ms), cwnd = 8 KB At RTT 3 (30 ms), cwnd = 16 KB At RTT 4 (40 ms), cwnd = 24 (limited by receiver window) Answer = 40 ms
1 vote
1 vote

RCWD=24/2=12

Thresh hold=12/2=6 set

1 ,2, 4, 6, 7, 8, 9, 10, 11, 12

total 9*10=90 ms before send full window 12

 

1 comment

No congestion is given in que so it should always work on slow start mode
2
2

Related questions