Protocol Design

Connection-Oriented

A communication model that requires establishing a persistent logical connection between sender and receiver before any application data is exchanged. TCP is the canonical connection-oriented protocol — the three-way handshake creates shared state that guarantees ordered, reliable, and error-checked delivery. HTTP, SMTP, and FTP all run over connection-oriented TCP, inheriting its reliability guarantees at the cost of connection setup latency.

관련 프로토콜

관련 항목