📝 Question
#2059
Suppose a TCP connection is transferring a file of 1000 bytes. The first byte is numbered 10001. What is the sequence number of the segment if all data is sent in only one segment?
✓
Correct Answer
A. 10000
💡
Explanation
The sequence number given to first byte of a segment, with respect to its order among the previous segments, is the sequence number of that segment.
⌨️ Press
A
B
C
D
to select