SlideShare a Scribd company logo
Jainul
1

13-FEB-2014

Thursday

Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux

Topic:

Domain
Name
Server

(Introduction, Installation, Configure DNS)
Jainul
2

Domain Name Server [DNS]
Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux

The Domain Name System (DNS) is a
hierarchical distributed naming system
for computers, services, or any resource
connected to the Internet or a private
network.

The Internet, and many larger private
Internet Protocol (IP) networks, rely on
the Domain Name System (DNS) to help
direct traffic.
Jainul
3

Domain Name Server [DNS]
Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux

The DNS maintains a distributed
database of network names and
addresses.

It provides methods for computers to
remotely query the database.
Some people call DNS the "phone book
of the Internet."
Jainul
4

Domain Name Server [DNS]
Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux

Domain Name Service (DNS) is an
Internet service that maps IP
addresses and fully qualified domain
names (FQDN) to one another
In this way, DNS alleviates/relieves
the need to remember IP addresses.
Jainul
5

Domain Name Server [DNS]
Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux

DNS Servers and Name Hierarchy

• DNS uses client/server network
architecture.
• DNS servers are the computers
designated to store DNS database
records (names and addresses),
while clients of the DNS include
PCs, phones and other devices of
end users.
Jainul
6

Domain Name Server [DNS]
Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux

DNS Servers and Name Hierarchy

• DNS servers also interface with
each other, acting as clients to each
other when needed.
• The DNS organizes its servers into
a hierarchy.
Jainul
7

Domain Name Server [DNS]
Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux
Jainul
8

Domain Name Server [DNS]
Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux

• For the Internet, so-called root name
servers reside at the top of the DNS
hierarchy
• The Internet root name servers manage
DNS server information for the Web's
top-level domains (TLD) (like ".com"
and ".uk"), specifically the names and IP
addresses of the original (called
authoritative) DNS servers responsible
for answering queries about each TLD
individually.
Jainul
9

Domain Name Server [DNS]
Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux

• Servers at the next lower level of the DNS
hierarchy track second-level domain names
and addresses (like "about.com"), and
additional levels manage Web domains (like
"compnetworking.about.com").
Jainul
10

Domain Name Server [DNS]
Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux
Jainul
11

Domain Name Server [DNS]
Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux

The domain name is a component of a
Uniform/universal Resource Locator (URL)
used to access web sites…
for example:

URL: http://www.w3schools.net/index.html
Top-level domain name: net
Second-level domain name: w3schools.net
Host name: www.w3schools.net
Jainul
12

Domain Name Server [DNS]
Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux

• Computers that run DNS are
called name servers.

• Ubuntu ships with BIND (Berkley
Internet Naming Daemon), the most
common program used for maintaining
a name server on Linux.
Jainul
13

Domain Name Server [DNS]
Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux

Installation

• At a terminal prompt, enter the following
command to install dns:
$ sudo apt-get install bind9
Jainul
14

Domain Name Server [DNS]
Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux

Implementation of BIND

• BIND is an acronym for the Berkeley
Internet Name Domain project, which is a
group that maintains the DNS-related
software suite that runs under Linux.
• The most well known program in BIND is
named, the daemon that responds to DNS
queries from remote machines.
Jainul
15

Domain Name Server [DNS]
Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux

Implementation of BIND

• A DNS server does not know all the IP
addresses in the world, but networks with
other DNS servers which it can query to
find an unknown address.
• Most UNIX systems can run named, which
is part of the bind (Berkeley Internet
Name Domain) package distributed by the
Internet Software Consortium.
Jainul
16

Domain Name Server [DNS]
Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux

Implementation of BIND

• It can run as a stand-alone caching
nameserver, which is often done on Linux
systems in order to speed up network
access.
• Your main client configuration file is
/etc/resolv.conf , which determines the
order in which Domain Name Servers are
contacted:
Jainul
17

Domain Name Server [DNS]
Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux

Implementation of BIND

• search somewhere.org
• nameserver 192.168.42.1
• nameserver 193.74.208.137
bind9 name server installation for DNS
-On Ubuntu Linux server
apt-get install bind9 dnsutils
-Fedora alternative:
yum install bind dnsutils
Jainul

Domain Name Server [DNS]

18

•

Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux
In computer networking, reverse DNS lookup

or reverse DNS resolution (rDNS) is the
determination of a domain name that is
associated with a given IP address using the
Domain Name Service (DNS) of the Internet.
• Computer networks use the Domain Name
System to determine the IP address associated
with a domain name. This process is also known
as forward DNS resolution. Reverse DNS
lookup is the inverse process, the resolution of
an IP address to its designated domain name.
Jainul
19

Domain Name Server [DNS]
Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux

• A DNS server, or name server, is used to
resolve an IP address to a hostname or
vice versa.
Jainul
20

Domain Name Server [DNS]
Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux

You can set up four different types of DNS servers:
1. A master DNS server for your domain(s),

Which stores authoritative records for your domain.

2. A slave DNS server,
Which relies on a master DNS server for data.

3. A caching-only DNS server,
Which stores recent requests like a proxy server. It
otherwise refers to other DNS servers.

4. A forwarding-only DNS server,
Which refers all requests to other DNS servers.
Jainul
21

Domain Name Server [DNS]
Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux

The entire hostname with its domain such as
server.example.com is called a fully
qualified domain name (FQDN).

The right-most part of the FQDN such as .com
or .net is called the top level domain, with the
remaining parts of the FQDN, which are
separated by periods, being sub-domains.
Jainul
22

Domain Name Server [DNS]
Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux

• These sub-domains are used to divide
FQDN(Fully Qualified Domain Name)s into
zones, with the DNS information for each
zone being maintained by at least one
authoritative name server.
• The authoritative server that contains the
master zone file, which can be modified to
update DNS information about the zone, is
called the primary master server, or just
master server.
Jainul
23

Domain Name Server [DNS]
Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux

• The additional name servers for the zone
are called secondary servers or slave
servers.
• Secondary servers retrieve information
about the zone through a zone transfer
from the master server or from another
secondary server.
• DNS information about a zone is never
modified directly on the secondary
server.
Jainul
24

Domain Name Server [DNS]
Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux

• NEXT ….
• Configuring DNS…

More Related Content

PPTX
DNS Configuration
PPTX
DNS server configuration
PPTX
7 understanding DNS
PPTX
Linux and DNS Server
PPT
Dns ppt
PPT
Dynamic Domain Name System
PDF
DNS Server Configuration
DNS Configuration
DNS server configuration
7 understanding DNS
Linux and DNS Server
Dns ppt
Dynamic Domain Name System
DNS Server Configuration

What's hot (20)

PPT
Chapter 29 Domain Name System.ppt
PPTX
Dns server
PPT
25 DNS
PDF
Domain name system
PPTX
BIND DNS Configuration Red Hat 5
PDF
DNS server configurationDns server configuration
PDF
Dns Hardening Linux Os
PDF
PPT
Domain Name Server
PPT
Domain name server
PPTX
2 introduction of storage
PPT
PPT
PPT
Domain name service
PPTX
Domain name system
PPT
Chapter 06
PDF
Basic
PPT
PPTX
Dn sonly
Chapter 29 Domain Name System.ppt
Dns server
25 DNS
Domain name system
BIND DNS Configuration Red Hat 5
DNS server configurationDns server configuration
Dns Hardening Linux Os
Domain Name Server
Domain name server
2 introduction of storage
Domain name service
Domain name system
Chapter 06
Basic
Dn sonly
Ad

Similar to Linux03_DNS (20)

PDF
Internet Domains
PPT
Domain Name Service
PPT
PPSX
Lesson 5: Configuring Name Resolution
PPT
slide on DNS
DOCX
What is dns
PPTX
Domain name system
PPTX
Lecture 5- url-dns
PPT
Lecture 4 -_internet_infrastructure_2_updated_2011
PPT
Lecture 6
PPT
Lecture 6
PPTX
Chapter 10 Domain Name Systems_MWSA.pptx
PPT
Dns1111111111
PDF
DNS (Domain Name System)
ODP
Ubuntu For Intranet Services
PPT
Networking Chapter 10
DOCX
Linux basics andng hosti
PDF
DNS - Domain Name System
PDF
02 configuring and-troubleshooting-dns
PPTX
DNS(In_Linux).pptx
Internet Domains
Domain Name Service
Lesson 5: Configuring Name Resolution
slide on DNS
What is dns
Domain name system
Lecture 5- url-dns
Lecture 4 -_internet_infrastructure_2_updated_2011
Lecture 6
Lecture 6
Chapter 10 Domain Name Systems_MWSA.pptx
Dns1111111111
DNS (Domain Name System)
Ubuntu For Intranet Services
Networking Chapter 10
Linux basics andng hosti
DNS - Domain Name System
02 configuring and-troubleshooting-dns
DNS(In_Linux).pptx
Ad

More from Jainul Musani (20)

PDF
Core Java Interface Concepts for BCA Studetns
PDF
Java Abstract and Final Class for BCA students
PDF
Java Collection Framework for BCA Students
PDF
Simple Calculator using JavaFx a part of Advance Java
PDF
JavaFx Introduction, Basic JavaFx Architecture
PDF
ASP.NET 2010, WebServices Full Example for BCA Students
PDF
Palindrome Programme in PHP for BCA students
PDF
Leap Year Program in PHP for BCA students
PDF
"PHP and MySQL CRUD Operations for Student Management System"
PDF
Python: The Versatile Programming Language - Introduction
PPTX
Python a Versatile Programming Language - Introduction
PDF
React js t8 - inlinecss
PDF
React js t7 - forms-events
PDF
React js t6 -lifecycle
PDF
React js t5 - state
PDF
React js t4 - components
PDF
React js t3 - es6
PDF
React js t2 - jsx
PDF
React js t1 - introduction
PPTX
ExpressJs Session01
Core Java Interface Concepts for BCA Studetns
Java Abstract and Final Class for BCA students
Java Collection Framework for BCA Students
Simple Calculator using JavaFx a part of Advance Java
JavaFx Introduction, Basic JavaFx Architecture
ASP.NET 2010, WebServices Full Example for BCA Students
Palindrome Programme in PHP for BCA students
Leap Year Program in PHP for BCA students
"PHP and MySQL CRUD Operations for Student Management System"
Python: The Versatile Programming Language - Introduction
Python a Versatile Programming Language - Introduction
React js t8 - inlinecss
React js t7 - forms-events
React js t6 -lifecycle
React js t5 - state
React js t4 - components
React js t3 - es6
React js t2 - jsx
React js t1 - introduction
ExpressJs Session01

Recently uploaded (20)

PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
Insiders guide to clinical Medicine.pdf
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PDF
Anesthesia in Laparoscopic Surgery in India
PPTX
Cell Structure & Organelles in detailed.
PDF
VCE English Exam - Section C Student Revision Booklet
PDF
Basic Mud Logging Guide for educational purpose
PPTX
GDM (1) (1).pptx small presentation for students
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PPTX
Cell Types and Its function , kingdom of life
PPTX
master seminar digital applications in india
PDF
RMMM.pdf make it easy to upload and study
PDF
Complications of Minimal Access Surgery at WLH
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PPTX
PPH.pptx obstetrics and gynecology in nursing
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
Classroom Observation Tools for Teachers
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
Renaissance Architecture: A Journey from Faith to Humanism
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Insiders guide to clinical Medicine.pdf
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
Anesthesia in Laparoscopic Surgery in India
Cell Structure & Organelles in detailed.
VCE English Exam - Section C Student Revision Booklet
Basic Mud Logging Guide for educational purpose
GDM (1) (1).pptx small presentation for students
Microbial diseases, their pathogenesis and prophylaxis
Cell Types and Its function , kingdom of life
master seminar digital applications in india
RMMM.pdf make it easy to upload and study
Complications of Minimal Access Surgery at WLH
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PPH.pptx obstetrics and gynecology in nursing
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
Classroom Observation Tools for Teachers

Linux03_DNS

  • 2. Jainul 2 Domain Name Server [DNS] Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux The Domain Name System (DNS) is a hierarchical distributed naming system for computers, services, or any resource connected to the Internet or a private network. The Internet, and many larger private Internet Protocol (IP) networks, rely on the Domain Name System (DNS) to help direct traffic.
  • 3. Jainul 3 Domain Name Server [DNS] Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux The DNS maintains a distributed database of network names and addresses. It provides methods for computers to remotely query the database. Some people call DNS the "phone book of the Internet."
  • 4. Jainul 4 Domain Name Server [DNS] Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux Domain Name Service (DNS) is an Internet service that maps IP addresses and fully qualified domain names (FQDN) to one another In this way, DNS alleviates/relieves the need to remember IP addresses.
  • 5. Jainul 5 Domain Name Server [DNS] Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux DNS Servers and Name Hierarchy • DNS uses client/server network architecture. • DNS servers are the computers designated to store DNS database records (names and addresses), while clients of the DNS include PCs, phones and other devices of end users.
  • 6. Jainul 6 Domain Name Server [DNS] Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux DNS Servers and Name Hierarchy • DNS servers also interface with each other, acting as clients to each other when needed. • The DNS organizes its servers into a hierarchy.
  • 7. Jainul 7 Domain Name Server [DNS] Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux
  • 8. Jainul 8 Domain Name Server [DNS] Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux • For the Internet, so-called root name servers reside at the top of the DNS hierarchy • The Internet root name servers manage DNS server information for the Web's top-level domains (TLD) (like ".com" and ".uk"), specifically the names and IP addresses of the original (called authoritative) DNS servers responsible for answering queries about each TLD individually.
  • 9. Jainul 9 Domain Name Server [DNS] Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux • Servers at the next lower level of the DNS hierarchy track second-level domain names and addresses (like "about.com"), and additional levels manage Web domains (like "compnetworking.about.com").
  • 10. Jainul 10 Domain Name Server [DNS] Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux
  • 11. Jainul 11 Domain Name Server [DNS] Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux The domain name is a component of a Uniform/universal Resource Locator (URL) used to access web sites… for example: URL: http://www.w3schools.net/index.html Top-level domain name: net Second-level domain name: w3schools.net Host name: www.w3schools.net
  • 12. Jainul 12 Domain Name Server [DNS] Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux • Computers that run DNS are called name servers. • Ubuntu ships with BIND (Berkley Internet Naming Daemon), the most common program used for maintaining a name server on Linux.
  • 13. Jainul 13 Domain Name Server [DNS] Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux Installation • At a terminal prompt, enter the following command to install dns: $ sudo apt-get install bind9
  • 14. Jainul 14 Domain Name Server [DNS] Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux Implementation of BIND • BIND is an acronym for the Berkeley Internet Name Domain project, which is a group that maintains the DNS-related software suite that runs under Linux. • The most well known program in BIND is named, the daemon that responds to DNS queries from remote machines.
  • 15. Jainul 15 Domain Name Server [DNS] Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux Implementation of BIND • A DNS server does not know all the IP addresses in the world, but networks with other DNS servers which it can query to find an unknown address. • Most UNIX systems can run named, which is part of the bind (Berkeley Internet Name Domain) package distributed by the Internet Software Consortium.
  • 16. Jainul 16 Domain Name Server [DNS] Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux Implementation of BIND • It can run as a stand-alone caching nameserver, which is often done on Linux systems in order to speed up network access. • Your main client configuration file is /etc/resolv.conf , which determines the order in which Domain Name Servers are contacted:
  • 17. Jainul 17 Domain Name Server [DNS] Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux Implementation of BIND • search somewhere.org • nameserver 192.168.42.1 • nameserver 193.74.208.137 bind9 name server installation for DNS -On Ubuntu Linux server apt-get install bind9 dnsutils -Fedora alternative: yum install bind dnsutils
  • 18. Jainul Domain Name Server [DNS] 18 • Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux In computer networking, reverse DNS lookup or reverse DNS resolution (rDNS) is the determination of a domain name that is associated with a given IP address using the Domain Name Service (DNS) of the Internet. • Computer networks use the Domain Name System to determine the IP address associated with a domain name. This process is also known as forward DNS resolution. Reverse DNS lookup is the inverse process, the resolution of an IP address to its designated domain name.
  • 19. Jainul 19 Domain Name Server [DNS] Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux • A DNS server, or name server, is used to resolve an IP address to a hostname or vice versa.
  • 20. Jainul 20 Domain Name Server [DNS] Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux You can set up four different types of DNS servers: 1. A master DNS server for your domain(s), Which stores authoritative records for your domain. 2. A slave DNS server, Which relies on a master DNS server for data. 3. A caching-only DNS server, Which stores recent requests like a proxy server. It otherwise refers to other DNS servers. 4. A forwarding-only DNS server, Which refers all requests to other DNS servers.
  • 21. Jainul 21 Domain Name Server [DNS] Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux The entire hostname with its domain such as server.example.com is called a fully qualified domain name (FQDN). The right-most part of the FQDN such as .com or .net is called the top level domain, with the remaining parts of the FQDN, which are separated by periods, being sub-domains.
  • 22. Jainul 22 Domain Name Server [DNS] Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux • These sub-domains are used to divide FQDN(Fully Qualified Domain Name)s into zones, with the DNS information for each zone being maintained by at least one authoritative name server. • The authoritative server that contains the master zone file, which can be modified to update DNS information about the zone, is called the primary master server, or just master server.
  • 23. Jainul 23 Domain Name Server [DNS] Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux • The additional name servers for the zone are called secondary servers or slave servers. • Secondary servers retrieve information about the zone through a zone transfer from the master server or from another secondary server. • DNS information about a zone is never modified directly on the secondary server.
  • 24. Jainul 24 Domain Name Server [DNS] Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-Linux-LinuxLinux-Linux-Linux-Linux • NEXT …. • Configuring DNS…