25.1 Chapter 25 Domain Name System

Download Report

Transcript 25.1 Chapter 25 Domain Name System

Chapter 25
Domain Name System
25.1
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Application Layer





25.2
Application layer enables the user,
whether human or software to access the
network.
Provides user interfaces
Support for services: e-mail, file access
and transfer, access to system resources,
surfing WWW, network management.
Here we will discuss applications designed
as client/server pairs.
Client requests and the server responds.
IP addresses

IP addresses are assigned to:


Machines in a network
Resources provided on the server




25.3
URL of any resource on the server
E-mail of any person on the server
Files etc
IP addresses are numeric, humans cannot
remember.
WHAT is DNS?



25.4
DNS is like a phone book for the Internet.
It translates human-friendly computer
hostnames into IP addresses.
For example, the domain name
www.example.com translates to the
addresses 192.0.32.10 (IPv4) and
2620:0:2d0:200::10 (IPv6).with names
and phone numbers of our contacts.
Where the DNS database is
located on the internet?


DNS System is a distributed database of
domain name servers present all around
the world.
Name servers do two things:


25.5
They accept requests from programs to
convert domain names into IP addresses.
They accept requests from other name
servers to convert domain names into IP
addresses.
TASKS of DNServers

When a request comes in, the name server can
do one of four things with it:




25.6
It can answer the request with an IP address because it already
knows the IP address for the domain.
It can contact another name server and try to find the IP
address for the name requested. It may have to do this multiple
times.
It can say, "I don't know the IP address for the domain you
requested, but here's the IP address for a name server that
knows more than I do."
It can return an error message because the requested domain
name is invalid or does not exist.
Figure 25.1 Example of using the DNS service
25.7
25-1 NAME SPACE
To be unambiguous, the names assigned to machines
must be carefully selected from a name space with
complete control over the binding between the names
and IP addresses.
Topics discussed in this section:
Hierarchical Name Space
25.8
25-2 DOMAIN NAME SPACE
To have a hierarchical name space, a domain name
space was designed. In this design the names are
defined in an inverted-tree structure with the root at
the top. The tree can have only 128 levels: level 0
(root) to level 127.
Topics discussed in this section:
Label
Domain Name
Domain
25.9
Figure 25.2 Domain name space
25.10
Figure 25.3 Domain names and labels
25.11
Figure 25.4 FQDN and PQDN
25.12
Figure 25.5 Domains
25.13
25-3 DISTRIBUTION OF NAME SPACE
The information contained in the domain name space
must be stored. However, it is very inefficient and also
unreliable to have just one computer store such a huge
amount of information. In this section, we discuss the
distribution of the domain name space.
Topics discussed in this section:
Hierarchy of Name Servers
Zone
Root Server
Primary and Secondary Servers
25.14
Figure 25.6 Hierarchy of name servers
25.15
Figure 25.7 Zones and domains
25.16
Note
A primary server loads all information
from the disk file; the secondary server
loads all information from
the primary server.
When the secondary downloads
information from the primary, it is called
zone transfer.
25.17
25-4 DNS IN THE INTERNET
DNS is a protocol that can be used in different
platforms. In the Internet, the domain name space
(tree) is divided into three different sections: generic
domains, country domains, and the inverse domain.
Topics discussed in this section:
Generic Domains
Country Domains
Inverse Domain
25.18
Figure 25.8 DNS IN THE INTERNET
25.19
Figure 25.9 Generic domains
25.20
Table 25.1 Generic domain labels
25.21
Figure 25.10 Country domains
25.22