559 views
0 votes
0 votes
Let's say initially receiver has sent advertisement window=500bytes it means receiver window size is 500bytes now after receiving the advertisement window the sender will set it's window size to be 500bytes....now assume sender has sent 100bytes of data to receiver....and now the receiver has sent the advertisement window as 400bytes by looking at that advertisement window will the sender again changes it's window size to 400bytes or will it continue with 500bytes?

1 Answer

0 votes
0 votes
No sender will change windows size to 400 bytes as sender window size and receiver window size(advertised window) acts like buffers which works similar way of sliding window

Related questions

1 votes
1 votes
0 answers
3
anoop yadav 2 asked Nov 16, 2017
355 views
why sender window size is equal to 1+2a in sliding window.
2 votes
2 votes
1 answer
4
rahul sharma 5 asked Aug 10, 2017
1,483 views
In every sliding window protocol,the maximum sender window size is the number of frames that can be transferred by sender in RTT?Is this statement true?