2 — TCP Fundamentals
Purpose
[stub: tcp-fundamentals]
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.
3 — Reliable Transmission
How TCP achieves reliability in practice — sliding window, flow control, congestion control, slow start, AIMD, and fast recovery.
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.