Computer Networks — Complete Tutorial Index

Namaste Computer Networks — Complete Tutorial Index

Hey everyone! Welcome to Namaste Computer Networks! 🙏

Every time you load a page, send a message, or hit an API, a small miracle happens: data hops across routers, oceans, and machines and arrives in milliseconds. This series demystifies that miracle. We focus on the parts that matter most for developers and interviews — HTTP, TCP/IP, DNS, and REST APIs — taught the simple way, with lots of pictures and analogies.

Every topic is taught the same way: plain-English idea → ASCII picture → real-world analogy → trace it by hand → gotchas table → interview Q&A.

┌─────────────────────────────────────────────────────────────────┐
│            NAMASTE COMPUTER NETWORKS — ROADMAP                 │
├─────────────────────────────────────────────────────────────────┤
│                                                                 │
│  SEASON 1 — FOUNDATIONS         (Chapters 01 – 03)           │
│  SEASON 2 — TRANSPORT (TCP/UDP) (Chapters 04 – 05)           │
│  SEASON 3 — NAMING & THE WEB    (Chapters 06 – 10)           │
│  DEEP DIVES — THE FULL JOURNEY   (Bonus episodes)            │
│                                                                 │
└─────────────────────────────────────────────────────────────────┘
HOW EVERY TOPIC IS TAUGHT:
──────────────────────────
  Idea in plain words  →  ASCII picture  →  Real-world analogy
        →  Trace it by hand  →  Gotchas table  →  Interview Q&A

Legend: ✅ = ready to read    ⏳ = coming soon    🎉 All 10 chapters + 2 deep dives are live!


SEASON 1 — Foundations

"Before the web, learn the roads the data travels on."

✅ Chapter 01 — How the Internet Works    → Read Chapter

✅ Chapter 02 — The OSI & TCP/IP Models    → Read Chapter

✅ Chapter 03 — IP Addressing (IPv4, IPv6, Subnets)    → Read Chapter


SEASON 2 — Transport (TCP & UDP)

"How data gets from one machine to another — reliably, or fast."

✅ Chapter 04 — TCP vs UDP    → Read Chapter

✅ Chapter 05 — TCP Deep Dive (Handshake & Reliability)    → Read Chapter


SEASON 3 — Naming & The Web

"Names, requests, security, and APIs — the developer's daily bread."

✅ Chapter 06 — DNS (The Internet's Phonebook)    → Read Chapter

✅ Chapter 07 — HTTP (Methods, Status Codes, Headers)    → Read Chapter

✅ Chapter 08 — HTTPS & TLS (How the Web Is Secured)    → Read Chapter

✅ Chapter 09 — REST APIs    → Read Chapter

✅ Chapter 10 — WebSockets & Real-Time (HTTP/2 & HTTP/3)    → Read Chapter


DEEP DIVES — The Full Journey

"Now let's follow ONE request all the way, end to end."

✅ Deep Dive 01 — What Happens When You Type a URL    → Read Deep Dive

✅ Deep Dive 02 — The TCP Connection Lifecycle (Packet Trace)    → Read Deep Dive


BONUS

⏳ Bonus — Top Networking Interview Questions    (coming soon)


Chapter Map

TopicChapterStatus
How the Internet works / Models01 – 02✅ Done
IP Addressing03✅ Done
TCP vs UDP / TCP deep04 – 05✅ Done
DNS06✅ Done
HTTP / HTTPS07 – 08✅ Done
REST APIs09✅ Done
WebSockets & HTTP versions10✅ Done
Deep DivesDD 01 – 02✅ Done

How to Use This Series

1. Go in order — HTTP makes more sense after TCP and DNS.
2. Keep the "type a URL" deep dive as your mental map for how
   every piece connects.
3. Do the Interview Questions out loud.
4. TCP vs UDP, the 3-way handshake, DNS, and HTTP status codes
   are the interview favorites — know them cold.

Keep learning, keep connecting! See you in the chapters!