| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
DNS Resolver Functions and General Operation (Page 1 of 2) The DNS name servers we explored in the preceding section are arguably the most important part of the system as a whole. After all, they store all the data on the system and actually provide the addresses we need when names are given to them; without these servers, there would be no DNS at all. Of course, what use is a server if nobody is asking for service? The clients in the system, called resolvers, are also important, because they initiate the process of name resolution; resolvers are where the rubber meets the road, so to speak. The operation of DNS resolvers is explained in the two main DNS standards. RFC 1034 describes the functions performed by resolvers, and how they work in general terms. This includes a discussion of the algorithm used to conduct name resolution. RFC 1035 deals more with the implementation details of resolvers, and the fine points of how they do their jobs. Several subsequent standards have of course modified these base standards, changing some of the ways that resolvers work in different ways. Just as the main job of a DNS server is to store DNS name data and serve it when it receives requests, the main job of a DNS resolver is to, well, resolve. J While most people only think of name resolution as the process of transforming a DNS name into an IP address, this is but one of several types of resolution services performed by DNS. A few of the most typical types of DNS resolution are:
There are other types of resolution activities as well, though again, most name resolution requests are of the standard variety, making it the primary focus in our discussion.
Home - Table Of Contents - Contact Us The TCP/IP Guide (http://www.TCPIPGuide.com) Version 3.0 - Version Date: September 20, 2005 © Copyright 2001-2005 Charles M. Kozierok. All Rights Reserved. Not responsible for any loss resulting from the use of this site. |