What information is used by TCP to reassemble and reorder received segments?
- port numbers
- acknowledgment numbers
- sequence numbers
- fragment numbers
Explanation: At the transport layer, TCP uses the sequence numbers in the header of each TCP segment to reassemble the segments into the correct order. |