Chapter 25. Domain Name System

18
Fall 2006 Computer Networks 25-1 Chapter 25. Domain Name System 25.1 Name Space 25.2 Domain Name Space 25.3 Distribution of Name Space 25.4 DNS in the Internet 25.5 Resolution 25.6 DNS Message 25.7 DDNS 25.8 Encapsulation

description

Chapter 25. Domain Name System. 25.1 Name Space 25.2 Domain Name Space 25.3 Distribution of Name Space 25.4 DNS in the Internet 25.5 Resolution 25.6 DNS Message 25.7 DDNS 25.8 Encapsulation. Domain name space. Flat name space, Hierarchical name space. Domain names and labels. - PowerPoint PPT Presentation

Transcript of Chapter 25. Domain Name System

Page 1: Chapter 25. Domain Name System

Fall 2006 Computer Networks 25-1

Chapter 25.Domain Name System

25.1 Name Space25.2 Domain Name Space25.3 Distribution of Name Space25.4 DNS in the Internet25.5 Resolution25.6 DNS Message25.7 DDNS25.8 Encapsulation

Page 2: Chapter 25. Domain Name System

Fall 2006 Computer Networks 25-2

Domain name space

• Flat name space, Hierarchical name space

Page 3: Chapter 25. Domain Name System

Fall 2006 Computer Networks 25-3

Domain names and labels

Page 4: Chapter 25. Domain Name System

Fall 2006 Computer Networks 25-4

FQDN and PQDN

• FQDN (Fully Qualified Domain Name)

• PQDN (Partially Qualified Domain Name)

Page 5: Chapter 25. Domain Name System

Fall 2006 Computer Networks 25-5

Domains

• Domain: Subtree of the domain name space

Page 6: Chapter 25. Domain Name System

Fall 2006 Computer Networks 25-6

Hierarchy of name servers

Page 7: Chapter 25. Domain Name System

Fall 2006 Computer Networks 25-7

Zones and domains

• Zone: What s server is responsible for, or has authority over

Page 8: Chapter 25. Domain Name System

Fall 2006 Computer Networks 25-8

Root Server

• A root server is a server whose zone consists of the whole tree.

Primary and Secondary Servers

• A primary server loads all information from the disk file; the secondary server loads all information from the primary server.

Page 9: Chapter 25. Domain Name System

Fall 2006 Computer Networks 25-9

DNS in the Internet

Page 10: Chapter 25. Domain Name System

Fall 2006 Computer Networks 25-10

Generic domains

• Generic domains define registered hosts according to their generic behavior

• Each node in the tree defines a domain, which is an index to the domain name space database.

Page 11: Chapter 25. Domain Name System

Fall 2006 Computer Networks 25-11

Generic domain labels

Label Description

com Commercial organizations

edu Educational institutions

gov Government institutions

int International organizations

mil Military groups

net Network support centers

org Nonprofit organizations

Page 12: Chapter 25. Domain Name System

Fall 2006 Computer Networks 25-12

New generic domain labels

Label Description

aero Airlines and aerospace companies

biz Businesses or firms (similar to com)

coop Cooperative business organizations

info Information service providers

museum Museums and other nonprofit organizations

name Personal names (individuals)

pro Professional individual organizations

Page 13: Chapter 25. Domain Name System

Fall 2006 Computer Networks 25-13

Country domains

Page 14: Chapter 25. Domain Name System

Fall 2006 Computer Networks 25-14

Inverse domain

Page 15: Chapter 25. Domain Name System

Fall 2006 Computer Networks 25-15

Resolution

• Name-address resolution: a name to address/an address to a name

• Resolver: DNS client called by a host

• Recursive resolution and iterative resolution

Page 16: Chapter 25. Domain Name System

Fall 2006 Computer Networks 25-16

Iterative resolution

Caching

Page 17: Chapter 25. Domain Name System

Fall 2006 Computer Networks 25-17

Query and response messages

• DNS has two types of messages

Page 18: Chapter 25. Domain Name System

Fall 2006 Computer Networks 25-18

Header format