Home / Networking

How DNS Works

2026-03-12 Networking

DNS converts human-readable domain names into IP addresses that machines can route.

Basic flow

  1. You type example.com in your browser.
  2. Resolver checks cache first.
  3. If not found, it queries root, TLD, then authoritative nameserver.
  4. It receives an A/AAAA record and returns it.

Good contributions include better examples, fixing mistakes, and adding trusted sources.

Want to contribute to this post? Edit it on GitHub , open a PR, and earn contribution points.

Contributors