TCP (Transmission Control Protocol) explained

tcp provides acknowledged, connection-oriented communications. it inlcudes fields for packet sequencing and acknowldegement, as well as source and destination socket identifiers so that you can communicate with higer-level protocols. thoruhg these, tcp provides guaranteed delivery, proper sequencing and data integrity checks. if errors occur duing transmission, TCP is responsible for re-transmistting the data

what questions do you have about TCP?