1,535 views
4 votes
4 votes
In TCP, MSS is 8B. If during the 6th RTT the network is congested and timeout occurs, by using the congestion algorithm, then the threshold value is _________(in Bytes). (assume initial congestion window size for the first transmission is 1 MSS)

2 Answers

Best answer
2 votes
2 votes
1st transmission:   1 MSS
2nd transmission:  2 MSS

3rd transmission:   4 MSS
4th transmission:   8 MSS

5th transmission:  16 MSS

6th transmission:  32 MSS [ Window th = 32 / 2 =  16 MSS]

16 MSS = 16 * 8 = 128  B
selected by
1 votes
1 votes
1MSS----(RTT)-->2MSS—(RTT)---->4MSS----(RTT)-->8MSS---(RTT)--->16MSS----(RTT)-->32MSS------>Timeout

Final CWND  = 32

Threshold value = 32/2 = 16 MSS = 16*8 bytes = 128 Bytes

Related questions

1 votes
1 votes
3 answers
1
2 votes
2 votes
2 answers
3
1 votes
1 votes
2 answers
4