355 views
2 votes
2 votes
While opening a TCP connection, the initial sequence number is to be derived using a time-of-day (ToD) clock that keeps running even when the host is down. The low order 32 bits of the counter of the ToD clock is to be used for the initial sequence numbers. The clock counter increments once per milliseconds. The maximum packet lifetime is given to be 64s.

Which one of the choices given below is closest to the minimum permissible rate at which sequence numbers used for packets of a connection can increase?

Please log in or register to answer this question.

Related questions

3 votes
3 votes
2 answers
3
srestha asked Mar 15, 2018
872 views
"TCP connection is logical, therefore TCP can be connection oriented protocol"Wha is meaning of logical connection? Can u discuss brief above two lines?
0 votes
0 votes
1 answer
4
srestha asked Dec 11, 2017
542 views
TCP send an SYN=1 and an ACK=1 for data transfer . After data has transferred TCP client want to close the connection sending FIN. So, for closing the connection, what TC...