1,803 views
1 votes
1 votes

True or false? Consider congestion control in TCP. When the timer expires at the sender, the value of ssthresh is set to one half of its previous value.

3 Answers

0 votes
0 votes

FALSE 

When Timeout occurs, threshold value = $\frac{Wc(current)}{2}$       // Wc(Current) is current congestion window size

then start in slow start phase (exponentially)

0 votes
0 votes
False.

When timeout time expires the ssthresh is set to half of the current congestion window.

Related questions

1 votes
1 votes
1 answer
4