DNS is a name service that provides a standardized system for providing names to identify TCP/IP hosts as well as a way to look up the IP address of a host, given the host’s DNS name.

To provide a unique DNS name for every host computer on the Internet, DNS uses a time-tested technique: Divide and conquer. DNS uses a hierarchical naming system that’s similar to how folders are organized hierarchically on a Windows computer.

Instead of folders, however, DNS organizes its names into domains. Each domain includes all the names that appear directly beneath it in the DNS hierarchy.

For example, the illustration below shows a small portion of the DNS domain tree. At the very top of the tree is the root domain, which is the anchor point for all domains. Directly beneath the root domain are four top-level domains, named edu, com, org, and gov.

image0.jpg

In reality, many more top-level domains than this exist in the Internet’s root domain.

Beneath the com domain in the above illustration is another domain called LoweWriter. To completely identify this domain, you have to combine it with the name of its parent domain (in this case, com) to create the complete domain name: LoweWriter.com.

Notice that the parts of the domain name are separated from each other with periods, which are called dots. As a result, when you read this domain name, you pronounce it LoweWriter dot com.

Beneath the LoweWriter node are four host nodes, named doug, debbie, server1, and printer1. Respectively, these correspond to three computers and a printer on a home network. You can combine the host name with the domain name to get the complete DNS name for each of the network’s hosts. For example, the complete DNS name for the server is server1.LoweWriter.com. Likewise, the printer is printer1.LoweWriter.com.

Here are a few additional details that you need to remember about DNS names:

  • DNS names are not case sensitive. As a result, LoweWriter and Lowewriter are treated as the same name, as are LOWEWRITER, LOWEwriter, and LoWeWrItEr. When you use a domain name, you can use capitalization to make the name easier to read, but DNS ignores the difference between capital and lowercase letters.

  • The name of each DNS node can be up to 63 characters long (not including the dot) and can include letters, numbers, and hyphens.

    No other special characters are allowed.

  • A subdomain is a domain that’s beneath an existing domain. For example, the com domain is actually a subdomain of the root domain. Likewise, LoweWriter is a subdomain of the com domain.

  • DNS is a hierarchical naming system that’s similar to the hierarchical folder system used by Windows.

    However, one crucial difference exists between DNS and the Windows naming convention. When you construct a complete DNS name, you start at the bottom of the tree and work your way up to the root. Thus, doug is the lowest node in the name doug.LoweWriter.com.

    In contrast, Windows paths are the opposite: They start at the root and work their way down. For example, in the path WindowsSystem32dns, dns is the lowest node.

  • The DNS tree can be up to 127 levels deep. However, in practice, the DNS tree is pretty shallow. Most DNS names have just three levels (not counting the root). And although you’ll sometimes see names with four or five levels, you’ll rarely see more levels than that.

  • Although the DNS tree is shallow, it’s very broad. In other words, each of the top-level domains has a huge number of second-level domains immediately beneath it. For example, at the time of this writing, the com domain had well over a million second-level domains beneath it.

About This Article

This article can be found in the category: