|
Short for Transmission Control protocol,
software that manages the transfer of data across a network. TCP
handles the complex job of breaking up data into discrete packets,
handing them across to another program to deliver them, making sure they all
arrived at the right destination and then reassembling them in the right
order. The deliver part of this process is handled by ip, which is
way the two are usually bracketed together. |