TCP

The Internet Protocol (IPv4) gave us unreliable, connectionless packet delivery. We need to ascend the layers of the protocol stack to get more desirable functionality such as reliable stream delivery. Transmission Control Protocol (TCP) is used for this purpose so much so that internet traffic is often referred to as TCP/IP.

Last updated