The Transmission Control Protocol
In this lesson, we'll look at a quick overview of TCP and some famous applications that use it.
Introduction to TCP
TCP, or the transmission control protocol, is one of the two key protocols of the transport layer. TCP is what makes most modern applications as enjoyable and reliable as they are. HTTP’s implementation, for example, would be very complex, if it weren’t for TCP.
TCP is a robust protocol meant to adapt to a diverse range of network topologies, bandwidths, delays, message sizes, and other varying factors that exist in the network layer.
An Analogy: Talking on a Cell Phone
TCP is a connection-oriented protocol unlike UDP. The connection orientedness is like a phone call because a connection is established before communication takes place, and then we hang up. Some scenarios that might occur on a phone call with a friend are relevant to connection-oriented protocols in the Internet, too. For example, ...