DNS

 What is DNS?

DNS – stands alternately for “Domain Name Service,” “Domain Name Server,” and “Domain Name System”: the DNS is a name service which allows letters (and numbers) that constitute domain names to be used to identify computers instead of numerical IP addresses.

The domain name system (DNS) is a naming database in which internet domain names are found and transformed into internet protocol (IP) addresses. The domain name system maps the name people use to locate a website to the IP address that a computer uses to locate a website. For example, if someone types example.com into a web browser, a server behind the scenes will map that name to the corresponding IP address, something similar in structure to 121.123.123.121

Web browsing and most other internet activities rely on DNS to quickly provide the information necessary to connect users to remote hosts. DNS mapping is distributed throughout the internet in a hierarchy of authority. Access providers and enterprises, as well as governments, universities and other organizations, typically have their own assigned ranges of IP addresses and an assigned domain name. They also typically run DNS servers to manage the mapping of those names to those addresses. Generally, URLs are built around the domain name of the webserver that takes client requests.

How DNS works 

DNS servers answer questions from both inside and outside their own domains. When a server receives a request from outside the domain for information about a name or address inside the domain, it provides the authoritative answer. When a server receives a request from inside its own domain for information about a name or address outside that domain, it passes the request out to another server. Usually, this server is managed by its internet service provider (ISP). If that server does not know the answer or the authoritative source for the answer, it will reach out to the DNS servers for the top-level domain — e.g., for all .com or. Edu. Then, it will pass the request down to the authoritative server for the specific domain. The answer will flow back along the same path.

Advertisements

DNS Structure

A domain name is made of several parts, called labels. The domain hierarchy is read from right to left with each section denoting a subdivision. The top-level domain is what appears after the period in the domain name. A few examples of top-level domains are .com, .org and .edu, but there are many others that can be used. Some may denote a country code or geographic location such as .us for the United States or .ca for Canada.

There can be up to 127 levels of subdomains, and each label can have up to 63 characters. The total domain character length can have up to 253 characters. Other rules include not starting or ending labels with hyphens and not having a fully numeric top-level domain name.

The Internet Engineering Task Force (IETF) has specified rules considering domain names in RFC 1035, 1123, 2181 and 5892.

Does it increase web performance?

To promote efficiency, servers can cache the answers they receive for a set amount of time. This allows them to respond more quickly the next time a request for the same lookup comes in. For example, if everyone in an office needs to access the same training video on a particular website on the same day, the local DNS server will ordinarily only have to resolve the name once, and then it can serve all the other requests out of its cache. The length of time the record is held, or the time to live, is configurable. Longer values decrease the load on servers, shorter values ensure the most accurate responses.

« Back to Glossary Index