Gate 2015 pyq CN |Suppose two hosts use a TCP connection to transfer a large file.

Опубликовано: 02 Октябрь 2024
на канале: Gate CS pyqs - the other way [Eng]
337
18

Suppose two hosts use a TCP connection to transfer a large file. Which of the following statements is/are False with respect to the TCP connection?

1. If the sequence number of a segment is m, then the sequence
number of the subsequent segment is always m+1.
2. If the estimated round trip time at any given point of time
is t sec, the value of the retransmission timeout is always
set to greater than or equal to t sec.
3. The size of the advertised window never changes during the
course of the TCP connection.
4. The number of unacknowledged bytes at the sender is always
less than or equal to the advertised window

(A) 3 only
(B) 1 and 3 only
(C) 1 and 4 only
(D) 2 and 4 only