613 views
0 votes
0 votes

Consider the effect of using additive increase multiplicative decrease(AIMD) on a line with propagation delay of 10ms.The receive window is 24KB and the maximum segment size is 2KB. How long does it take to completely send full window size segment in ms initial threshold of 20KB?

 

1 Answer

Best answer
1 votes
1 votes

First transmission: 2KB


Second transmission: 4KB


Third transmission: 8 KB


Fourth transmission: 16 KB


Fifth transmission: 20 KB [ Threshold reached]


Sixth transmission: 22 KB [ Congestion avoidance phase starts]


Seventh transmission: 24 KB


It takes 7 round trip time.


RTT = 2 *Tp = 10 ms = 20 ms


So 7 RTT = 20 x  7 = 140 ms

selected by

Related questions

2 votes
2 votes
2 answers
2
LRU asked Oct 8, 2021
1,038 views
In the TCP connection, the maximum segment size used by the connection is 1000 bytes. What is the congestion window(in bytes) after the 4th transmission and receives acks...
2 votes
2 votes
1 answer
3
2 votes
2 votes
1 answer
4