TCP
TCP (Transmission Control Protocol) is a transport protocol that segments data into packets up to a specified size and reliably sends these individual data packets to the recipient address, in the correct sequence. In this process, every data packet sent must be resent until it has been confirmed as arrived. To ensure this happens, a large amount of information is sent along with the actual payload data. Most Internet services are implemented with TCP, e.g., HTTP (WWW), SMTP/POPS (e-mail), etc.