Networking
Protocols, TCP/IP, DNS, HTTP, load balancing, and how the internet works under the hood.
4 Articles
Articles
HTTP/1 Deep Dive
HTTP fundamentals, TCP relationship, keep-alive, pipelining, HOL blocking, domain sharding, and protocol overhead.
Data Flow In TCP
TCP flow control, slow-start, congestion avoidance, bandwidth-delay product, head-of-line blocking, connection reuse, and performance optimization strategies.
Building Blocks of TCP
OSI model, TCP/IP layers, TCP properties, 3-way & 4-way handshakes, keepalive, SYN flood & mitigation, TCP vs UDP, and port sharing.
HTTP/2 Deep Dive
HTTP/2 keeps HTTP semantics but changes how data is transported — binary frames, multiplexed streams, HPACK compression, server push, and flow control over a single TCP connection.