TCP
Transmission Control Protocol - transport protocol that segments data into packets up to a specified size and reliably sends these individual data packets in the correct sequence to the recipient address. In this process, every data packet sent must be resent until it has been confirmed as arrived. In order to make sure 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.