1 / 14

Development of the domain name system

Development of the domain name system. Baoning Wu 01/30/2003. What is DNS?. DNS is the largest name services today. Domain name to IP address. The content of this paper. Examine the ideas behind the initial design of the DNS in 1983.

Download Presentation

Development of the domain name system

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Development of the domain name system Baoning Wu 01/30/2003

  2. What is DNS? • DNS is the largest name services today. • Domain name to IP address

  3. The content of this paper • Examine the ideas behind the initial design of the DNS in 1983. • Discuss the evolution of the ideas into the current implementations and usages. • Surprises, successes and shortcomings. • To predict its future.

  4. Genesis of DNS • The HOSTS.TXT system was encountering problems, e.g, • (1) the file and the costs of its distribution were too large • (2) the centralized control of updating did not fit the trend toward more distributed management of the Internet.

  5. DNS design assumptions • Provide at least all of the same information as HOSTS.TXT • Allow the database to be maintained in a distributed manner • Have no obvious size limits for names, name components • Interoperate across the DARPA Internet and in as many other environments as possible • Provide tolerable performance

  6. Architecture • Name servers: repositories of information, and answer queries using whatever information they possess • Resolvers: interface to client program, embody the algorithms necessary to find a name server

  7. concepts • Name space: is a variable-depth tree where each node in the tree has an associated label. • RR (resource records) in DNS : each RR carries a well-known type and class field e.g. • <Name, Value,TTL,Class,Type> • < "foo.example.com", 10.1.2.3, TTL => 86400, Class => "IN", Type => "A“>

  8. Database distribution • Zones: a complete description of a contiguous section of the total tree name space. • EDU and ISI.EDU • Caching: cache response for later queries

  9. Current implementation • Root servers • Berkeley BIND

  10. Surprises • 1. Refinement of semantics: the info is not well-understood • 2. Performance: much worse than the original design expected • 3. Negative caching: high percentage of negative responses

  11. Successes • 1. Variable depth hierarchy • 2. Organizational structuring of names • 3. Datagram access • 4. Additional section processing • 5. Caching • 6. Mail address cooperation

  12. Shortcomings • 1. Type and class growth • 2. Easy upgrading of applications • 3. Distribution of control vs. distribution of expertise or responsibility

  13. Future • 1. Support for X.500 style address • 2. Ubiquitous name service and consistent name space • 3. Solutions to the growing complexity of naming.

  14. Questions?

More Related