1,201 views
1 votes
1 votes
How is the initial slow-start threshold value (ssthresh) determined for the very first time of data transfer?

2 Answers

1 votes
1 votes
First we have to take min[ W(C),W(R) ] where W(C)= capacity of network and W(R)= receiver window size.

Then Threshold will be 1/2(min of these two).

Now let sender window size=16 and Threshold turn out to be 8.

1,2,4,8,9,10,11,12,13,14,15,16,16,16,16,16.....

Related questions

2 votes
2 votes
1 answer
1