Opening a website is not one action.
It’s a chain:
DNS → TCP → TLS → HTTP → Rendering
Each step solves a different problem:
👉 Where is the server?
👉 Can we communicate?
👉 Can I trust you?
👉 Give me the data
Most people know pieces.
Very few understand the system.
Full breakdown ↓