Articles
Computer Fundamentals
Networking
Overview
🌐

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.

Mar 31, 202620 min read

Data Flow In TCP

TCP flow control, slow-start, congestion avoidance, bandwidth-delay product, head-of-line blocking, connection reuse, and performance optimization strategies.

Mar 25, 202630 min read

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.

Mar 22, 202625 min read

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.

Mar 16, 202620 min read