3 — Reliable Transmission
Purpose
[stub: reliable-transmission]
Metadata
| Author | Amit Singh |
| Scope | networks |
Local graph
Related notes
1 — UDP
UDP's datagram model and reliability trade-offs, and why DNS, VoIP, and gaming traffic choose it over TCP.
2 — TCP Fundamentals
The TCP three-way handshake and four-way termination, the TCP header, sequence numbers, and ACKs that make reliable delivery possible.
4 — TCP Optimization
Production TCP tuning: the Nagle algorithm, delayed ACK, keep-alive, window scaling, and TCP Fast Open.
5 — QUIC
Why QUIC exists, what it changes by moving transport onto UDP, and how it enables HTTP/3, connection migration, and stream multiplexing.