protocolsTCP
protocolsTCP is a term sometimes used to refer to the set of transport-layer protocols built around the Transmission Control Protocol in the Internet protocol suite. The primary protocol in this family is the Transmission Control Protocol (TCP), defined in RFC 793 and refined by later RFCs. TCP provides a reliable, connection-oriented, byte-stream service between applications on hosts communicating over IP networks.
TCP operates above the Internet Protocol (IP) layer and below application protocols such as HTTP, HTTPS, FTP,
Key mechanisms include a three-way handshake to establish a connection, a termination process to close a connection,
Reliability is achieved through acknowledgments and retransmission. TCP uses flow control via a receiver window and
Applications rely on TCP for reliable delivery of streams, including web traffic (HTTP/HTTPS), email (SMTP, IMAP),