1.6 TCP Header
1.6 TCP Header
1.6 TCP Header
12 August, 2015
11:31 PM
Above you can see the source and destination port. The sequence number is 0 but wireshark tells
us that this is a relative sequence number. In reality, its something else. You can see the SYN bit
has been set in the flags, the window size, checksum, urgent pointer and options.
TCP is a complex protocol but hopefully this lesson has helped to understand what the TCP header
looks like. If you have any questions, feel free to leave a comment.
From <https://networklessons.com/ip-routing/tcp-header/>