SlideShare ist ein Scribd-Unternehmen logo
1 von 24
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…

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (20)

main
mainmain
main
 
Chapter 29 Domain Name System.ppt
Chapter 29 Domain Name System.pptChapter 29 Domain Name System.ppt
Chapter 29 Domain Name System.ppt
 
Dns server
Dns serverDns server
Dns server
 
25 DNS
25 DNS25 DNS
25 DNS
 
Domain name system
Domain name systemDomain name system
Domain name system
 
BIND DNS Configuration Red Hat 5
BIND DNS Configuration Red Hat 5BIND DNS Configuration Red Hat 5
BIND DNS Configuration Red Hat 5
 
DNS server configurationDns server configuration
DNS server configurationDns server configurationDNS server configurationDns server configuration
DNS server configurationDns server configuration
 
Dns Hardening Linux Os
Dns Hardening   Linux OsDns Hardening   Linux Os
Dns Hardening Linux Os
 
Dns
DnsDns
Dns
 
Domain Name Server
Domain Name ServerDomain Name Server
Domain Name Server
 
Domain name server
Domain name serverDomain name server
Domain name server
 
2 introduction of storage
2 introduction of storage2 introduction of storage
2 introduction of storage
 
Dns
DnsDns
Dns
 
Dns ppt
Dns pptDns ppt
Dns ppt
 
Domain name service
Domain name serviceDomain name service
Domain name service
 
Domain name system
Domain name systemDomain name system
Domain name system
 
Chapter 06
Chapter 06Chapter 06
Chapter 06
 
Basic
BasicBasic
Basic
 
Dns
DnsDns
Dns
 
Dn sonly
Dn sonlyDn sonly
Dn sonly
 

Ähnlich wie Linux03_DNS

Ähnlich wie Linux03_DNS (20)

Internet Domains
Internet DomainsInternet Domains
Internet Domains
 
Domain Name Service
Domain Name ServiceDomain Name Service
Domain Name Service
 
Dns
DnsDns
Dns
 
Lesson 5: Configuring Name Resolution
Lesson 5: Configuring Name ResolutionLesson 5: Configuring Name Resolution
Lesson 5: Configuring Name Resolution
 
slide on DNS
slide on DNSslide on DNS
slide on DNS
 
What is dns
What is dnsWhat is dns
What is dns
 
Domain name system
Domain name systemDomain name system
Domain name system
 
Lecture 5- url-dns
Lecture  5- url-dnsLecture  5- url-dns
Lecture 5- url-dns
 
Lecture 4 -_internet_infrastructure_2_updated_2011
Lecture 4 -_internet_infrastructure_2_updated_2011Lecture 4 -_internet_infrastructure_2_updated_2011
Lecture 4 -_internet_infrastructure_2_updated_2011
 
Lecture 6
Lecture 6Lecture 6
Lecture 6
 
Lecture 6
Lecture 6Lecture 6
Lecture 6
 
Chapter 10 Domain Name Systems_MWSA.pptx
Chapter 10 Domain Name Systems_MWSA.pptxChapter 10 Domain Name Systems_MWSA.pptx
Chapter 10 Domain Name Systems_MWSA.pptx
 
Dns1111111111
Dns1111111111Dns1111111111
Dns1111111111
 
DNS (Domain Name System)
DNS (Domain Name System)DNS (Domain Name System)
DNS (Domain Name System)
 
Ubuntu For Intranet Services
Ubuntu For Intranet ServicesUbuntu For Intranet Services
Ubuntu For Intranet Services
 
Networking Chapter 10
Networking Chapter 10Networking Chapter 10
Networking Chapter 10
 
Linux basics andng hosti
Linux basics andng hostiLinux basics andng hosti
Linux basics andng hosti
 
DNS - Domain Name System
DNS - Domain Name SystemDNS - Domain Name System
DNS - Domain Name System
 
02 configuring and-troubleshooting-dns
02 configuring and-troubleshooting-dns02 configuring and-troubleshooting-dns
02 configuring and-troubleshooting-dns
 
DNS(In_Linux).pptx
DNS(In_Linux).pptxDNS(In_Linux).pptx
DNS(In_Linux).pptx
 

Mehr von Jainul Musani

Mehr von Jainul Musani (20)

React js t8 - inlinecss
React js   t8 - inlinecssReact js   t8 - inlinecss
React js t8 - inlinecss
 
React js t7 - forms-events
React js   t7 - forms-eventsReact js   t7 - forms-events
React js t7 - forms-events
 
React js t6 -lifecycle
React js   t6 -lifecycleReact js   t6 -lifecycle
React js t6 -lifecycle
 
React js t5 - state
React js   t5 - stateReact js   t5 - state
React js t5 - state
 
React js t4 - components
React js   t4 - componentsReact js   t4 - components
React js t4 - components
 
React js t3 - es6
React js   t3 - es6React js   t3 - es6
React js t3 - es6
 
React js t2 - jsx
React js   t2 - jsxReact js   t2 - jsx
React js t2 - jsx
 
React js t1 - introduction
React js   t1 - introductionReact js   t1 - introduction
React js t1 - introduction
 
ExpressJs Session01
ExpressJs Session01ExpressJs Session01
ExpressJs Session01
 
NodeJs Session03
NodeJs Session03NodeJs Session03
NodeJs Session03
 
NodeJs Session02
NodeJs Session02NodeJs Session02
NodeJs Session02
 
Nodejs Session01
Nodejs Session01Nodejs Session01
Nodejs Session01
 
Java exercise1
Java exercise1Java exercise1
Java exercise1
 
Fundamentals of JDBC
Fundamentals of JDBCFundamentals of JDBC
Fundamentals of JDBC
 
Core Java Special
Core Java SpecialCore Java Special
Core Java Special
 
Core Java Special
Core Java SpecialCore Java Special
Core Java Special
 
Cassandra-vs-MongoDB
Cassandra-vs-MongoDBCassandra-vs-MongoDB
Cassandra-vs-MongoDB
 
MongoDB-SESSION03
MongoDB-SESSION03MongoDB-SESSION03
MongoDB-SESSION03
 
MongoDB-SESSION02
MongoDB-SESSION02MongoDB-SESSION02
MongoDB-SESSION02
 
MongoDB-SESION01
MongoDB-SESION01MongoDB-SESION01
MongoDB-SESION01
 

Kürzlich hochgeladen

SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...KokoStevan
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.MateoGardella
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Shubhangi Sonawane
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docxPoojaSen20
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfChris Hunter
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docxPoojaSen20
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 

Kürzlich hochgeladen (20)

SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 

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…