SlideShare une entreprise Scribd logo
1  sur  17
Internet Domain Name System
“If you want to go fast , go alone.
If you want to go far ,
go with others”
Why DNS comes in existence?
● When DNS was not into existence, one had to download a
Host file containing host names and their corresponding IP
address. But with increase in number of hosts of internet,
the size of host file also increased. This resulted in
increased traffic on downloading this file. To solve this
problem the DNS system was introduced.
Domain Name System helps to resolve the host name to
an address. It uses a hierarchical naming scheme and
distributed database of IP addresses and associated
names
What is IP??????
IP address is a unique logical address assigned to a machine over the network. An IP
address exhibits the following properties:
● IP address is the unique address assigned to each host present on Internet
● IP address is 32 bits (4 bytes) long
● IP address consists of two components: network component and host component
● Each of the 4 bytes is represented by a number from 0 to 255, separated with dots.
For example 137.170.4.124
IP address is 32-bit number while on the other hand domain names are easy to
remember names. For example, when we enter an email address we always enter a
symbolic string such as www.artofexcellence.com
Uniform Resource Locator (URL)
Uniform Resource Locator (URL) refers to a web address
which uniquely identifies a document over the internet.
This document can be a web page, image, audio,
video or anything else present on the web.
– For example,
http://blog4hacks.blogspot.in/2008/09/lists-mail-
bombers-and-anonymous-mass.html is an URL to
the lists-mail-bombers-and-anonymous-mass which
is stored on blog4hacks web server under
internet_technology directory.
Type of URL:
There are two forms of URL as listed below:
● Absolute URL
● Relative URL
Absolute URL:
Absolute URL is a complete address of a resource on the
web. This completed address comprises of protocol used,
server name, path name and file name.
For example http://www.zone-h.org/archive where:
● http is the protocol.
● zone-h.org is the server name.
● archive is the file name which contain the information
about cyber crime.
● The protocol part tells the web browser how to handle the
file. Similarly we have some other protocols also that can
be used to create URL are:
● FTP
● https
● Gopher
● mailto
● news
Relative URL:
Relative URL is a partial address of a webpage. Unlike
absolute URL, the protocol and server part are omitted
from relative URL.
Relative URLs are used for internal links i.e. to
create links to file that are part of same website as
the WebPages on which you are placing the link.
For example, to link an image on
Hack4blog.com/internet_technology/internet_referemce_m
odels, we can use the relative URL which can take the
form like /internet_technologies/internet-osi_model.jpg.
Domain Name System Architecture
The Domain name system comprises of Domain Names,
Domain Name Space, Name Server that have been
described below:
Domain Names:
Domain Name is a symbolic string associated with an IP
address. There are several domain names available; some
of them are generic such as com, edu, gov, net etc, while
some country level domain names such as au, in, za, us
etc.
Top level Domain Name:
Country top-level domain names:
Domain Name Meaning
au Australia
in India
cl Chile
fr France
us United States
za South Africa
uk United Kingdom
jp Japan
es Spain
de Germany
ca Canad
Domain Name Space hierarchy
Name Server
Name server contains the DNS database. This database comprises of
various names and their corresponding IP addresses. Since it is not
possible for a single server to maintain entire DNS database,
therefore, the information is distributed among many DNS servers.
Hierarchy of server is same as hierarchy of names.
The entire name space is divided into the zones
Zones:
Zone is collection of nodes (sub domains) under the main domain.
The server maintains a database called zone file for every zone.
If the domain is not further divided into sub domains
then domain and zone refers to the same thing.
The information about the nodes in the sub domain is
stored in the servers at the lower levels however; the
original server keeps reference to these lower levels of
servers.
Types of Name Servers
Following are the three categories of Name Servers that
manages the entire Domain Name System:
● Root Server
● Primary Server
● Secondary Server
Primary Servers :
Primary Server stores a file about its zone. It has authority
to create, maintain, and update the zone file
Secondary Server :
Secondary Server transfers complete information about a
zone from another server which may be primary or
secondary server. The secondary server does not have
authority to create or update a zone file
Root Server :
Root Server is the top level server which consists of the
entire DNS tree. It does not contain the information about
domains but delegates the authority to the other server
DNS Working
DNS translates the domain name into IP address automatically.
Following steps will take you through the steps included in domain
resolution process:
● When we type www.artofexcellence.in into the browser, it asks the
local DNS Server for its IP address.
Here the local DNS is at ISP end.
● When the local DNS does not find the IP address of requested
domain name, it forwards the request to the root DNS server and
again enquires about IP address of it.
● The root DNS server replies with delegation that I do not know the
IP address of www.artofexcellence.in but know the IP address of
DNS Server.
Cont. With DNS working:
● The local DNS server then asks the in DNS Server the same
question.
● The in DNS Server replies the same that it does not know the
IP address of www.artofexcellence.in but knows the address of
artofexcellence.in.
● Then the local DNS asks the artofexcellence.in DNS server the
same question.
● Then artofexcellence.in DNS server replies with IP address of
www.artofexcellence.in
● Now, the local DNS sends the IP address of
www.artofexcellence.in to the computer that sends the request.

Contenu connexe

Tendances (20)

Dns 2
Dns 2Dns 2
Dns 2
 
Domain Name System(ppt)
Domain Name System(ppt)Domain Name System(ppt)
Domain Name System(ppt)
 
How to configure dns server(2)
How to configure dns server(2)How to configure dns server(2)
How to configure dns server(2)
 
Presentation: the domain name system
Presentation: the domain name systemPresentation: the domain name system
Presentation: the domain name system
 
Intro to DNS
Intro to DNSIntro to DNS
Intro to DNS
 
DNS
DNSDNS
DNS
 
Dns ppt
Dns pptDns ppt
Dns ppt
 
Domain name service
Domain name serviceDomain name service
Domain name service
 
slide on DNS
slide on DNSslide on DNS
slide on DNS
 
DNS Record
DNS RecordDNS Record
DNS Record
 
Domain Name System
Domain Name SystemDomain Name System
Domain Name System
 
Domain name system
Domain name systemDomain name system
Domain name system
 
Dns presentation
Dns presentationDns presentation
Dns presentation
 
Dns
DnsDns
Dns
 
Domain Name System
Domain Name SystemDomain Name System
Domain Name System
 
DNS Records Explained @ Hackveda
DNS Records Explained @ HackvedaDNS Records Explained @ Hackveda
DNS Records Explained @ Hackveda
 
Domain Name System(DNS) - Overview
Domain Name System(DNS) - OverviewDomain Name System(DNS) - Overview
Domain Name System(DNS) - Overview
 
DNS (Domain Name System)
DNS (Domain Name System)DNS (Domain Name System)
DNS (Domain Name System)
 
DNS resolution
DNS resolutionDNS resolution
DNS resolution
 
Dns detail understanding
Dns detail understandingDns detail understanding
Dns detail understanding
 

Similaire à DomainNameSystem

Similaire à DomainNameSystem (20)

Linux basics andng hosti
Linux basics andng hostiLinux basics andng hosti
Linux basics andng hosti
 
Lecture 5- url-dns
Lecture  5- url-dnsLecture  5- url-dns
Lecture 5- url-dns
 
Presentation2.pptx
Presentation2.pptxPresentation2.pptx
Presentation2.pptx
 
Dns
DnsDns
Dns
 
How DNS Works.pptx
How DNS Works.pptxHow DNS Works.pptx
How DNS Works.pptx
 
Domain & Shared hosting
Domain & Shared hostingDomain & Shared hosting
Domain & Shared hosting
 
untitled_document.pptx
untitled_document.pptxuntitled_document.pptx
untitled_document.pptx
 
DNSPresentation.pptx
DNSPresentation.pptxDNSPresentation.pptx
DNSPresentation.pptx
 
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
 
DNS(In_Linux).pptx
DNS(In_Linux).pptxDNS(In_Linux).pptx
DNS(In_Linux).pptx
 
Active directory dns
Active directory dnsActive directory dns
Active directory dns
 
Active directory dns
Active directory dnsActive directory dns
Active directory dns
 
Dot Com In A Day
Dot Com In A DayDot Com In A Day
Dot Com In A Day
 
How domain name servers work
How domain name servers workHow domain name servers work
How domain name servers work
 
The Application Layer
The Application LayerThe Application Layer
The Application Layer
 
Dns server
Dns serverDns server
Dns server
 
DNS.docx
DNS.docxDNS.docx
DNS.docx
 
Application layer
Application layerApplication layer
Application layer
 
Domain Name System Explained
Domain Name System Explained Domain Name System Explained
Domain Name System Explained
 
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
 

Plus de Himanshu Awasthi

Plus de Himanshu Awasthi (9)

RoadMap to Cyber Certs.pdf
RoadMap to Cyber Certs.pdfRoadMap to Cyber Certs.pdf
RoadMap to Cyber Certs.pdf
 
Introduction to web design
Introduction to web designIntroduction to web design
Introduction to web design
 
Data analysis using python
Data analysis using pythonData analysis using python
Data analysis using python
 
Kanpur Python Users Group
Kanpur Python Users GroupKanpur Python Users Group
Kanpur Python Users Group
 
Python basics
Python basicsPython basics
Python basics
 
Crpto unit1
Crpto unit1Crpto unit1
Crpto unit1
 
Intro to python
Intro to pythonIntro to python
Intro to python
 
Software unit4
Software unit4Software unit4
Software unit4
 
Software design
Software designSoftware design
Software design
 

Dernier

Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxMaryGraceBautista27
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxnelietumpap1
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxChelloAnnAsuncion2
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 

Dernier (20)

Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptx
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptx
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 

DomainNameSystem

  • 1. Internet Domain Name System “If you want to go fast , go alone. If you want to go far , go with others”
  • 2. Why DNS comes in existence? ● When DNS was not into existence, one had to download a Host file containing host names and their corresponding IP address. But with increase in number of hosts of internet, the size of host file also increased. This resulted in increased traffic on downloading this file. To solve this problem the DNS system was introduced. Domain Name System helps to resolve the host name to an address. It uses a hierarchical naming scheme and distributed database of IP addresses and associated names
  • 3. What is IP?????? IP address is a unique logical address assigned to a machine over the network. An IP address exhibits the following properties: ● IP address is the unique address assigned to each host present on Internet ● IP address is 32 bits (4 bytes) long ● IP address consists of two components: network component and host component ● Each of the 4 bytes is represented by a number from 0 to 255, separated with dots. For example 137.170.4.124 IP address is 32-bit number while on the other hand domain names are easy to remember names. For example, when we enter an email address we always enter a symbolic string such as www.artofexcellence.com
  • 4. Uniform Resource Locator (URL) Uniform Resource Locator (URL) refers to a web address which uniquely identifies a document over the internet. This document can be a web page, image, audio, video or anything else present on the web. – For example, http://blog4hacks.blogspot.in/2008/09/lists-mail- bombers-and-anonymous-mass.html is an URL to the lists-mail-bombers-and-anonymous-mass which is stored on blog4hacks web server under internet_technology directory.
  • 5. Type of URL: There are two forms of URL as listed below: ● Absolute URL ● Relative URL Absolute URL: Absolute URL is a complete address of a resource on the web. This completed address comprises of protocol used, server name, path name and file name.
  • 6. For example http://www.zone-h.org/archive where: ● http is the protocol. ● zone-h.org is the server name. ● archive is the file name which contain the information about cyber crime. ● The protocol part tells the web browser how to handle the file. Similarly we have some other protocols also that can be used to create URL are: ● FTP ● https ● Gopher ● mailto ● news
  • 7. Relative URL: Relative URL is a partial address of a webpage. Unlike absolute URL, the protocol and server part are omitted from relative URL. Relative URLs are used for internal links i.e. to create links to file that are part of same website as the WebPages on which you are placing the link. For example, to link an image on Hack4blog.com/internet_technology/internet_referemce_m odels, we can use the relative URL which can take the form like /internet_technologies/internet-osi_model.jpg.
  • 8. Domain Name System Architecture The Domain name system comprises of Domain Names, Domain Name Space, Name Server that have been described below: Domain Names: Domain Name is a symbolic string associated with an IP address. There are several domain names available; some of them are generic such as com, edu, gov, net etc, while some country level domain names such as au, in, za, us etc.
  • 10. Country top-level domain names: Domain Name Meaning au Australia in India cl Chile fr France us United States za South Africa uk United Kingdom jp Japan es Spain de Germany ca Canad
  • 11. Domain Name Space hierarchy
  • 12. Name Server Name server contains the DNS database. This database comprises of various names and their corresponding IP addresses. Since it is not possible for a single server to maintain entire DNS database, therefore, the information is distributed among many DNS servers. Hierarchy of server is same as hierarchy of names. The entire name space is divided into the zones Zones: Zone is collection of nodes (sub domains) under the main domain. The server maintains a database called zone file for every zone.
  • 13. If the domain is not further divided into sub domains then domain and zone refers to the same thing. The information about the nodes in the sub domain is stored in the servers at the lower levels however; the original server keeps reference to these lower levels of servers.
  • 14. Types of Name Servers Following are the three categories of Name Servers that manages the entire Domain Name System: ● Root Server ● Primary Server ● Secondary Server
  • 15. Primary Servers : Primary Server stores a file about its zone. It has authority to create, maintain, and update the zone file Secondary Server : Secondary Server transfers complete information about a zone from another server which may be primary or secondary server. The secondary server does not have authority to create or update a zone file Root Server : Root Server is the top level server which consists of the entire DNS tree. It does not contain the information about domains but delegates the authority to the other server
  • 16. DNS Working DNS translates the domain name into IP address automatically. Following steps will take you through the steps included in domain resolution process: ● When we type www.artofexcellence.in into the browser, it asks the local DNS Server for its IP address. Here the local DNS is at ISP end. ● When the local DNS does not find the IP address of requested domain name, it forwards the request to the root DNS server and again enquires about IP address of it. ● The root DNS server replies with delegation that I do not know the IP address of www.artofexcellence.in but know the IP address of DNS Server.
  • 17. Cont. With DNS working: ● The local DNS server then asks the in DNS Server the same question. ● The in DNS Server replies the same that it does not know the IP address of www.artofexcellence.in but knows the address of artofexcellence.in. ● Then the local DNS asks the artofexcellence.in DNS server the same question. ● Then artofexcellence.in DNS server replies with IP address of www.artofexcellence.in ● Now, the local DNS sends the IP address of www.artofexcellence.in to the computer that sends the request.