InterviewSolution
Saved Bookmarks
| 1. |
The value of acknowledgement field in a segment defines _______(a) sequence number of the byte received previously(b) total number of bytes to receive(c) sequence number of the next byte to be received(d) sequence of zeros and onesThe question was posed to me in a job interview.I'd like to ask this question from TCP-1 topic in portion Transport Layer of Computer Network |
|
Answer» CORRECT choice is (C) sequence number of the next byte to be received For explanation: The ACKNOWLEDGEMENT FIELD in a segment DEFINES the sequence number of the byte which is to be received next i.e. sequence number of byte that the sender should transmit next. |
|