in Computer Networks edited by
951 views
2 votes
2 votes
Consider an instance of  TCP additive increase multiplicative decrease (AIMD) algorithm where the window size at the start of  the slow start phase is 2 MSS and the threshold at the start of the first transmission is  12 MSS. Assume that a time out occurs during the 7th transmission. The congestion window size at the end of 12th transmission is ______. (in MSS)

My question is, After reached to threshold, should we have to increase congestion window with 1MSS or with 2MSS.
in Computer Networks edited by
951 views

4 Comments

Is it  compulsory to give 0th number to first transmission.
0
0
we have to count number of transmissions. . so by default we start with 1. like 1st transmission then 2nd then 3rd and so on.
0
0

answer will be 9 mss like  2 4 8 12 13 14 15 1 2 4 7 8 9 10

after 12 the transmission window size will be 9 mss

chek this link below

https://www.geeksforgeeks.org/gate-gate-cs-2012-question-45/

1
1

Please log in or register to answer this question.

Related questions