Transmission Control Protocol (TCP)

By Xah Lee. Date: .

Transmission Control Protocol (TCP)

Transmission Control Protocol

TCP provides a communication service at an intermediate level between an application program and the Internet Protocol (IP). That is, when an application program desires to send a large chunk of data across the Internet using IP, instead of breaking the data into IP-sized pieces and issuing a series of IP requests, the software can issue a single request to TCP and let TCP handle the IP details.

tcp segment header 2023-06-05
tcp segment header 2023-06-05

Sequence number has 2 meanings depending on SYN flag in the datagram is on or off.