A device is sending data using TCP. What is the purpose of the sequence number?
Q1. A device is sending data using TCP. What is the purpose of the sequence number?
Answer: To ensure data is delivered in order
Explanation: The sequence number ensures that data is delivered in the correct order, allowing the receiver to reassemble the data.