Transmission Control Protocol
[1] The Transmission Control Protocol (TCP) is one of the main protocols of the Internet protocol suite, providing reliable, ordered, and error-checked delivery of a stream of octets (bytes) between applications running on hosts communicating via an IP network. It originated in the initial network implementation in which it complemented the Internet Protocol (IP). So the whole suite is often called TCP/IP.
Unlike UDP (user Datagram Protocol), TCP is a connection-oriented protocol, needing a logical connection to be established between endpoints prior data transmissions.