Answer the question
In order to leave comments, you need to log in
What is Sequence and Acknowledgment Number in TCP header?
RFC 793 states (translation):
Sequence Number: 32 bits
The sequence number of the first data octet in the segment if the SYN flag is not present. If the SYN bit is present in the segment, the number field contains the initial sequence number (ISN) value and the first data octet is ISN+1.
Acknowledgment Number - acknowledgment number: 32 bits
If the ACK bit is set, this field contains the value of the next sequence number that the sender of the segment expects to receive. After a connection is established, this value is always transmitted.
Answer the question
In order to leave comments, you need to log in
In the case of SYN, how is the first octet filled in? How to understand "the first octet of data has the number ISN+1". Just write down ISN+1, and then everything else?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question