TCP/IP Basics

TCP

English

Overview

A reliability-focused protocol that establishes a connection before communicating.

Details

A connection-oriented transport-layer protocol. It establishes a connection via a three-way handshake (SYN, SYN/ACK, ACK), then ensures reliable delivery through sequence-numbered ordering, timeout-based retransmission, and flow control via a sliding window. Port numbers combine with the IP address to identify the connection's endpoint.

More Networking terms