retagged ago by
1,855 views
2 votes
2 votes

Consider a $\text{TCP}$ connection operating at a point of time with the congestion window of size $12$ $\text{MSS}$ (Maximum Segment Size), when a timeout occurs due to packet loss. Assuming that all the segments transmitted in the next two $\text{RTTs}$ (Round Trip Time) are acknowledged correctly, the congestion window size (in $MSS$) during the third $\text{RTT}$ will be __________.

retagged ago by

2 Answers

1 votes
1 votes
Given cwnd = 12 MSS

Now timeout occurs which makes,

cwnd=1 and ssthreshold = 12/2= 6 MSS

Again slow start phase will begin,

After 1 RTT, cwnd = 2MSS

After 2 RTT, cwnd = 4MSS

During 3rd RTT cwnd will be 4 MSS.
Answer:

Related questions

1 votes
1 votes
1 answer
4
Arjun asked Feb 16
1,873 views
​​​​Which of the following fields of an $\text{IP}$ header is/are always modified by any router before it forwards the $\text{IP}$ packet?Source $\text{IP}$ Addre...