1,105 views
3 votes
3 votes

Consider an instance of TCP’s Additive Increase Multiplicative Decrease (AIMD) algorithm where the window size at the start of slow start phase is 2 MSS and the threshold at the start is 1st transmission is 16 MSS. Assume TCP use over a lossy link i.e., timeout occur after transmission of 7th packet . The congestion window size at the end of 14 RTT is _________ (in MSS).

 

My question is after timeout does it always go to window size 1 MSS,or shall it go to initial congestion window i.e 2 MSS here?Also if min congestion window mentioned as 2 MSS,how does in increase window size in congestion avoidance phase?Will it increase additively by 1 MSS always or increase additively by the initial window size?Solution given as 12 MSS for this question.

1 Answer

0 votes
0 votes

There are two possibilities of congestion

1. weak possible( Happens when you got three duplicate ack)

2.strong possibility( when timeout  occurs)

if weak congestion then {sw becomes half of present window} and apply additive increase algo.

If strong congestion then {sw =1mss and threshold becomes half of present window} and apply slow start algo.

Related questions

2 votes
2 votes
1 answer
3
Markzuck asked Jan 10, 2019
955 views
here TOTAL 2000 segments need to be sent, and after x RTT, it will send 2001 segments but for total we shall take count of addition of all the previous also na?
2 votes
2 votes
2 answers
4
Markzuck asked Jan 7, 2019
1,012 views
Please help, I am getting total number of transmission to get BACK TO 38 as 14 and NOT 15.after 14th, it would have became 38, so no need to consider 15th segment right?