TCP Header#

Table 1: Simplified TCP Header
Source port Destination port Sequence number ACK
  • Sequence and ACK numbers: Enable sending/receiving devices to keep track of data packets.
  • Flags: Individual bits give both sides detailed information about the state of the connection.
  • Checksum: The checksum checks the TCP header for errors.