retagged by
681 views
1 votes
1 votes
The $TCP$ congestion window is set to $20$ $KB$ and a timeout occurs. Assume that the maximum segment size is $1$ $KB$.

Then, if the next four transmission bursts are all successful, the window size is _______  $KB$.
retagged by

1 Answer

Best answer
7 votes
7 votes

When a timeout occurs, three things happend.

  • First, slow start will be initiated.
  • Second, the congestion window would start at 1.
  • Third, the threshold will be reset to  20 KB/2=  10 KB.
  • If the next four transmission are all successful, then

1st transmission: 1 segment, 1KB
2nd transmission: 2 segments, 2KB
3rd transmission: 4 segments, 4KB
4th transmission: 8 segments, 8KB


After these four successful transmissions, the window size is supposed to be 16.

However, since the threshold is 10 KB, the window size can only be 10 KB. ( as it says timeout thats why consider Threshold value ) ..

Answer:

Related questions

2 votes
2 votes
1 answer
1
Bikram asked Feb 9, 2017
422 views
Which of the following is part of congestion prevention policies at the network layer?Out-of-order Caching PolicyRetransmission PolicyAcknowledgment PolicyRouting Algorit...
1 votes
1 votes
1 answer
4
Bikram asked Feb 9, 2017
424 views
In a college, the $CSMA / CD$ protocol has a bandwidth of $512$ $Mbps$ and distance of $2$ $km/s$.If the signal speed is $2,00,000$ $km$, then the minimum frame size in o...