576 views
0 votes
0 votes
Consider the TCP is using slow-start congestion control.After having 10th consecutive transmission failed due to Timeout,the current threshold value is set to 7KB .what was the congestion window size at the time of starting of these  transmissions ? assume MSS= 1kb

1 Answer

0 votes
0 votes

It's 10th transmission just after Time out occur and Th = 7KB

It means Wc = 7*2 = 14 KB

By taking given information into account I think this should be the sequence :

1  2  4  8  9  10  11  12  13  14  (here TO occur notice It's 10th transmission)

so congestion window size at this TO will be     Wc= 14 MSS = 14*1KB = 14 KB.

Related questions

0 votes
0 votes
1 answer
2
atajan asked Dec 1, 2022
320 views