Trusted answers to developer questions

What is DNS Hierarchy?

Get Started With Machine Learning

Learn the fundamentals of Machine Learning with this free course. Future-proof your career by adding ML skills to your toolkit — or prepare to land a job in AI or Data Science.

A DNS hierarchy is a system used to sort the parts of a domain according to their importance.

In www.codesweetly.com, for instance, the DNS Hierarchy tree would be as shown below.

DNS Hierarchy = Root Level Domain → Top Level Domain → Domain name → Subdomain

Let’s discuss each part of the DNS Hierarchy tree.

Root-level domain

The root-level domain (“”) is the highest hierarchy level of any domain name system.

In other words, the root-level domain is the primary directory where all other directories reside. It is the parent folder of the top-level domain and all its contents.

Keep in mind that the root-level domain does not have a name. Technically, its name is an empty string (“”).

Top-level domain

The top-level domain (TLD) is what follows the domain name in a URL.

For instance, in codesweetly.com, com is the top-level domain.

TLD’s initial purpose is to help classify websites based on their purposes, ownership, or geographical origin.

In other words, the initial intent for each TLD is like so:

  • “com” for commercial websites.
  • “org” for organizational websites.
  • “edu” for educational websites.
  • “net” for network organizations.
  • “gov” for governmental websites.
  • “ca” for Canadian websites.
  • “au” for Australian websites.
  • “mil” for military websites.

However, IANA has abandoned the restrictions on most TLDs due to the exponential growth of the internet. Only a few – like “edu”, “gov”, and “mil” – remain restricted for educational, governmental, and military purposes.

Domain name

A domain name (second-level domain) is your website’s name. It is the name you buy from a domain registrar like Namecheap.

In other words, a domain name is a text that comes after the subdomain.

In www.codesweetly.com, codesweetly is the domain name.

Subdomain

A subdomain (third-level domain) is a subset of a specific website. It allows you to categorize your website into one or more sections.

Although most people use www as the main section of their website, you are technically free to categorize your domain as you wish.

So, for instance, suppose we intend to group codesweetly.com into five categories:

  • The main section
  • The news section
  • An online store
  • The forum segment
  • The projects area

In that case, our site’s five sections could look like so:

  • The main section: www.codesweetly.com
  • The news section: news.codesweetly.com
  • The online store: shop.codesweetly.com
  • The forum section: forum.codesweetly.com
  • The projects section: projects.codesweetly.com

Keep in mind that the subdomains in the five sections above are: www, news, shop, forum, and projects.

Now, suppose our domain does not contain a subdomain. In that case, the domain would be called a base, apex, bare, root apex, naked, or zone apex domain.

So, for instance, codesweetly.com is CodeSweetly’s apex domain.

However, we’ve configured the bare domain to redirect to the www subdomain.

Therefore, if you enter codesweetly.com in your browser, the computer will redirect you to www.codesweetly.com.

Note:

  • You may have observed that we discussed the DNS hierarchy tree from right to left. We did so because a domain’s hierarchy descends from the right to the left.

  • The URL www.codesweetly.com is a fully qualified domain name (FQDN) because it contains all four levels of the DNS hierarchy. In other words, it has a root-level domain, top-level domain, domain name, and subdomain.

  • Each dot mark (.) in a URL serves as a separator between each DNS hierarchy level. So, for instance, in www.codesweetly, the dot mark helps separate the domain name from the subdomain.

RELATED TAGS

dns
domain
subdomain

CONTRIBUTOR

Oluwatobi Sofela
Attributions:
  1. undefined by undefined
Did you find this helpful?