Connected: An Internet Encyclopedia
Introduction to DNS

Up: Connected: An Internet Encyclopedia
Up: Programmed Instruction Course
Up: Section 2 - Domain Naming
Prev: Resource Records
Next: Name Servers

Introduction to DNS

Introduction to DNS The Domain Name System (DNS) is used to convert domain names into IP addresses.


Domain naming, and its most visible component, the Domain Name Service (DNS), is critical to the operation of the Internet. The average American phone number, with area code, is 10 digits in length and encodes 10^10, or 10,000,000,000 possibilities. The Internet IP address, at 32 bits, encodes 2^32 or 4,294,967,296 possibilities. For human engineering purposes, how can we build an effective directory of these difficult large numbers?

The telephone company solves this problem with lots of large paper directories, and operators you call and ask about numbers not in your directory. Internet solves this problem with a hierarchy of simple, mnenomic names, called domain names. Instead of remembering 205.216.138.22, all I need to know is the host's domain name - ns.adnc.com. Some people think the dots in a domain name correspond to the dots in the numeric address. This is not the case. There are always three periods in an IP address, separating its four constituent bytes. There are a variable number of periods in a domain name.

The crucial DNS documentation is provided in RFC 1034 and RFC 1035. The Encyclopedia's Programmed Instruction Course has a DNS Section, and the Encyclopedia's software section has a Dig page, discussing use of this free software diagnostic tool. DNS also plays an important role in Internet mail delivery.


Next: Name Servers

Connected: An Internet Encyclopedia
Introduction to DNS