What is the purpose of sequence number in a tcp header?
Answers
Answered by
0
Answer:
The TCP header contains the sequence number of the first byte in this segment.
Explanation:
The sequence number is the byte number of the first byte of data in the TCP packet sent (also called a TCP segment). The acknowledgement number is the sequence number of the next byte the receiver expects to receive.
Similar questions