Problem Statement
Which field in the TCP header ensures that data is delivered in sequence?
Explanation
The Sequence Number identifies the first byte in the segment’s data, enabling the receiver to reorder out-of-sequence packets correctly. Together with the acknowledgment number, it maintains reliable ordered delivery in TCP.
Practice Sets
This question appears in the following practice sets:
