Skip to main content

TCP (Transmission Control Protocol)

A connection-oriented, reliable Transport-layer (layer 4) protocol. TCP transport uses two-way communication to provide guaranteed delivery of information to a remote host. It is connection-oriented, meaning it creates and verifies a connection with the remote host before sending it any data. It is reliable because it tracks each packet and ensures that it arrives intact. TCP is the most common transport protocol for sending data across the Internet.


Want to improve this definition?Submit a suggestion on GitHub.