reshown by
501 views
4 votes
4 votes

Consider the following statements:
S1: The size of TCP receiver window never change throughout the duration of the connection.
S2: Suppose host A is sending a large file to host B over a TCP connection. The number of unacknowledged bytes that host A send cannot exceed the size of the advertised receiver buffer.
Which of the following is correct?

1. S1 is true but S2 is false

2.  S1 is false but S2 is true

3. Both S1 and Sis true

4. Neither S1 nor S2 is true

reshown by

2 Answers

Best answer
1 votes
1 votes

1.  Receiver window is used to give the sender an idea of how much free buffer space is available at
the receiver. So, as the receiver buffer changed receiver window also change.


2. TCP does not allow to host to send more data than receiver buffer requirement which restrict the
data overflow.

So, S1 is false but S2 is true

selected
0 votes
0 votes

option 2

S1 is false bcz  the size of the receiver's buffer that's never changed. Rcver Window 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.

S2 is true bcz when we send large file from advertised receiver buffer then it leads to be overflow. So file can not exceed the size of advertised recover buffer. 

edited by

Related questions

29 votes
29 votes
4 answers
2
Arjun asked Sep 25, 2014
20,326 views
Which of the following transport layer protocols is used to support electronic mail?$\textsf{SMTP}$$\textsf{IP}$$\textsf{TCP}$$\textsf{UDP}$