DNS converts human-readable domain names into IP addresses that machines can route.
Basic flow
- You type
example.comin your browser. - Resolver checks cache first.
- If not found, it queries root, TLD, then authoritative nameserver.
- It receives an A/AAAA record and returns it.
Good contributions include better examples, fixing mistakes, and adding trusted sources.
@miremad-dev