567 views
1 votes
1 votes

While solving a question I ran through the following statement:

 RcvWindow is the part of the receiver's buffer that's changing all the time depending on the processing capability at the receiver's side and the network traffic

So for the above to happen, sender must know about the same. So does window size is also conveyed with ACK? If not then how does sender knows about the changed window size?

Please log in or register to answer this question.

Related questions

7 votes
7 votes
2 answers
1
rahul sharma 5 asked Aug 16, 2017
1,655 views
Consider TCP congestion control. Assuming RTT as 4 seconds and segment size as 3KB, if bandwidth is 500kbps, what is the smallest window size for which there is no stalli...
4 votes
4 votes
3 answers
2
Payal Rastogi asked Jul 22, 2016
1,101 views
2 votes
2 votes
1 answer
3
Shubhanshu asked Jan 16, 2018
852 views
After receiving 3 duplicate ACKs sender will go to slow start phase or congestion avoidance?Somewhere, I read that, 3 duplicacy means the weak-possibility of congestion. ...