this post was submitted on 06 Jul 2026
11 points (100.0% liked)

Explain Like I'm Five

21730 readers
6 users here now

Simplifying Complexity, One Answer at a Time!

Rules

  1. Be respectful and inclusive.
  2. No harassment, hate speech, or trolling.
  3. Engage in constructive discussions.
  4. Share relevant content.
  5. Follow guidelines and moderators' instructions.
  6. Use appropriate language and tone.
  7. Report violations.
  8. Foster a continuous learning environment.

founded 3 years ago
MODERATORS
 

Somelse asked about what is DNS, but how are there multiple DNS server. You can buy a domain from cloudflare like say example.org, but how does clouflare get to claim that domain as it's own, and how can there be DNS outages when there are multiple DNS servers? Is there a DNS authority? And does every government have there own DNS servers that point to the main ones?

you are viewing a single comment's thread
view the rest of the comments
[–] mhzawadi@lemmy.horwood.cloud 6 points 6 days ago

DNS is more a tree then a flat network, the root DNS servers host all the top level domains. Think .com and .UK and all the country codes.

Below that are DNS servers that host sub domains, below that are caching DNS servers that an ISP might run or your own DNS.

What is added to root DNS servers is in the hands of IANA, they allow new top level domains and where sub domains live.

The sub domain DNS servers are managed by the owners of that sub domain, so I own horwood.biz and can decide where that domain is hosted and what the hosts in the domain resolve to.

When you look up my domain, you might find that a query to a root DNS server is done to find the owner of .biz and then from that a query to find my DNS server and finally a query of the DNS server for horwood.biz.