SlideShare a Scribd company logo
4
Most read
10
Most read
20
Most read
Domain Name System (DNS)Berkley Internet Name Domain(BIND)
A Default Google India Search Page With Its IP Address On The BottomIP Address
Internet Protocol AddressAn Internet Protocol address (IP address) is a numerical label assigned to each device (e.g., computer, printer) participating in a computer network that uses the Internet Protocol for communication.ORIn other words we can say that it is a number by which a device is referred in a network.IP address is always characterized by its class. It has following classes.Class  Range of first octet Network ID format Host ID format No.of networks No. of addr./networkA         0 – 127                     a	                      b.c.d                  128                     16777216B         128 – 191                 a.bc.d                     16384                       65536C         192 – 223                 a.b.c                   d                        2097152                      256Example of certain class type IP’s.Class	 A 		10.0.0.1/255.0.0.0Class	 B		172.24.0.1/255.255.0.0Class 	 C		192.168.0.1/255.255.255.0
ServerIn computing, the term server is used to refer to one of the following:a computer program running to serve the needs or requests of other programs (referred to in this context as "clients") which may or may not be running on the same computer.a physical computer dedicated to running one or more such services, to serve the needs of programs running on other computers on the same network.a software/hardware system (i.e. a software service running on a dedicated computer) such as a database server, file server, mail server, or print server.Domain Name System (DNS)The DNS is a hierarchical distributed naming system for computers, services, or any resource connected to the Internet or a private network. It associates various information with domain names assigned to each of the participating entities. Most importantly, it translates domain names meaningful to humans into the numerical identifiers associated with networking equipment for the purpose of locating and addressing these devices worldwide.An often-used analogy to explain the Domain Name System is that it serves as the phone book for the Internet by translating 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).
HistoryThe practice of using a name as a simpler, more memorable abstraction of a host's numerical address on a network dates back to the ARPANET era. Before the DNS was invented in 1983, each computer on the network retrieved a file called HOSTS.TXT from a computer at SRI (now SRI International). The HOSTS.TXT file mapped names to numerical addresses.At the request of Jon Postel, Paul Mockapetrisinvented the Domain Name System in 1983 and wrote the first implementation. The original specifications were published by the Internet Engineering Task Force which were superseded in November 1987.In 1984, four Berkeley students—Douglas Terry, Mark Painter, David Riggle, and Songnian Zhou—wrote the first Unix implementation, called The Berkeley Internet Name Domain (BIND) Server. In 1985, Kevin Dunlap of DEC significantly re-wrote the DNS implementation. Mike Karels, Phil Almquist, and Paul Vixie have maintained BIND since then. BIND was ported to the Windows NT platform in the early 1990s.
OverviewThe Internet maintains two principal namespaces, the domain name hierarchy and the Internet Protocol (IP) address spaces. The Domain Name System maintains the domain name hierarchy and provides translation services between it and the address spaces. Internet name servers and a communication protocol implement the Domain Name System. A DNS name server is a server that stores the DNS records for a domain name, such as address (A) records, name server (NS) records, and mail exchanger (MX) records; a DNS name server responds with answers to queries against its database.Domain Name SpaceDNS is the name service provided by the server for TCP/IP networks. DNS is broken up into domains, a logical organization of computers that exist in a larger network. The domains exist at different levels and connect in a hierarchy that resembles the root structure of a tree. Each domain extends from the node above it, beginning at the top with the root-level domain. Under the root-level domain are the top-level domains, under those are the second-level domains, and on down into sub domains. DNS namespace identifies the structure of the domains that combine to form a complete domain name. For example, in the domain name sub.secondary.com, "com" is the top-level domain, "secondary" identifies the secondary domain name, and "sub" identifies a subdomain within the larger network. This entire DNS domain structure is called the DNS namespace.
Domain Name SyntaxA domain name consists of one or more parts, technically called labels, that are conventionally concatenated, and delimited by dots, such as example.com.The right-most label conveys the top-level domain; for example, the domain name www.example.com belongs to the top-level domain com.
The hierarchy of domains descends from right to left; each label to the left specifies a subdivision, or sub domain of the domain to the right. For example: the label example specifies a sub domain of the com domain, and www is a sub domain of example.com. This tree of subdivisions may have up to 127 levels.
Each label may contain up to 63 characters. The full domain name may not exceed a total length of 253 characters in its external dotted-label specification. In the internal binary representation of the DNS the maximum length requires 255 octets of storage. In practice, some domain registries may have shorter limits.
DNS names may technically consist of any character representable in an octet. However, the allowed formulation of domain names in the DNS root zone, and most other sub domains, uses a preferred format and character set. The characters allowed in a label are a subset of the ASCII character set, and includes the characters a through z, A through Z, digits 0 through 9, and the hyphen. This rule is known as the LDH rule (letters, digits, hyphen). Domain names are interpreted in case-independent manner. Labels may not start or end with a hyphen.myhost.mygrp.mycorp.com.
Name ServerThe Domain Name System is maintained by a distributed database system, which uses the client-server model. The nodes of this database are the name servers. Each domain has at least one authoritative DNS server that publishes information about that domain and the name servers of any domains subordinate to it. The top of the hierarchy is served by the root nameservers, the servers to query when looking up (resolving) a TLD.Authoritative name serverAn authoritative name server is a name server that gives answers that have been configured by an original source, for example, the domain administrator or by dynamic DNS methods, in contrast to answers that were obtained via a regular DNS query to another name server. An authoritative-only name server only returns answers to queries about domain names that have been specifically configured by the administrator.An authoritative name server can either be a master server or a slave server. A master server is a server that stores the original (master) copies of all zone records. A slave server uses an automatic updating mechanism of the DNS protocol in communication with its master to maintain an identical copy of the master records.Every DNS zone must be assigned a set of authoritative name servers that are installed in NS records in the parent zone.
When domain names are registered with a domain name registrar their installation at the domain registry of a top level domain requires the assignment of a primary name server and at least one secondary name server. The requirement of multiple name servers aims to make the domain still functional even if one name server becomes inaccessible or inoperable. The designation of a primary name server is solely determined by the priority given to the domain name registrar. For this purpose generally only the fully qualified domain name of the name server is required, unless the servers are contained in the registered domain, in which case the corresponding IP address is needed as well.Primary name servers are often master name servers, while secondary name server may be implemented as slave servers.An authoritative server indicates its status of supplying definitive answers, deemed authoritative, by setting a software flag (a protocol structure bit), called the Authoritative Answer (AA) bit in its responses. This flag is usually reproduced prominently in the output of DNS administration query tools (such as dig) to indicate that the responding name server is an authority for the domain name in question.
DNS ResolversThe client-side of the DNS is called a DNS resolver. It is responsible for initiating and sequencing the queries that ultimately lead to a full resolution (translation) of the resource sought, e.g., translation of a domain name into an IP address.A DNS query may be either a non-recursive query or a recursive query:A non-recursive query is one in which the DNS server provides a record for a domain for which it is authoritative itself, or it provides a partial result without querying other servers.A recursive query is one for which the DNS server will fully answer the query (or give an error) by querying other name servers as needed. DNS servers are not required to support recursive queries.The resolver, or another DNS server acting recursively on behalf of the resolver, negotiates use of recursive service using bits in the query headers.Resolving usually entails iterating through several name servers to find the needed information. However, some resolvers function more simply by communicating only with a single name server. These simple resolvers (called "stub resolvers") rely on a recursive name server to perform the work of finding information for them.
Basic entry of a DNS Server via DHCP (Dynamic Host Control Protocol) or Manual on DNS Resolver.
Berkley Internet Name Domain (BIND)BIND is the most widely used DNS software on the Internet. On Unix-like operating systems it is the de facto standard.Originally written by four graduate students at the Computer Systems Research Group at the University of California, Berkeley (UCB), the name originates as an acronym from Berkeley Internet Name Domain, reflecting the application's use within UCB.BIND was first released with Berkeley Software Distribution 4.3BSD, and as such, it is a free and open source software. Paul Vixie started maintaining it in 1988 while working for Digital Equipment Corporation. As of 2010, the Internet Systems Consortium maintains BIND.
Sample DNS Master Named Configuration FileCaching Server
Explanation DNS Master Named Configuration Fileaclor access control list specifies the name for the network 192.168.0.0/24Listen on port  specifies the system that it should listen on port number 53 of the I.P loopback and 192.168.0.100Quercy source the query should be given to port 53Directory gives the location of file inside the chrootenviromentDump-file keeps the cache of hitted I.P and host or domain namesStatic file contains the statistics of the hitsMemStatskeeps the stats of memory given to bind Zone specified the rule for the domain name like which file contains the information for the I.P to name and name to I.P resolution factors as well as which zone contains which domain’s informationType specifies which type of server is it master or slaveFile gives the location of the files which contains name to I.P and I.P to name resolution factor.
Sample Host Name To I.P Conversion FileSOA Start Of Authority                                                    TTL Time To Live42 Increased While Adding A New Entry And Replicating With Slave ServerNSName Server                                                                A Address RecordRefresh is the number of seconds between update requests from slave servers. Retry number of seconds the slave will wait before retrying the last attempt has failedExpire is the number of seconds a slave will wait before considering the data stale if it cannot reach the primary name server. Minimum  used to determine the minimum TTL, this is used for negative caching. This is the default TTL if the domain does not specify a TTL.
Sample I.P To Host Coversion FileSOA Start Of Authority                                                    TTL Time To Live42 Increased While Adding A New Entry And Replicating With Slave ServerNSName Server                                                                A Address RecordRefresh is the number of seconds between update requests from slave servers. Retry number of seconds the slave will wait before retrying the last attempt has failedExpire is the number of seconds a slave will wait before considering the data stale if it cannot reach the primary name server. Minimum  used to determine the minimum TTL, this is used for negative caching. This is the default TTL if the domain does not specify a TTL.
Sample DNS Slave Named Configuration File

More Related Content

PPT
Domain Name System
PPTX
DNS Presentation
PPTX
Domain name system (dns)
PPT
PDF
Intro to DNS
PPTX
DNS(Domain Name System)
PDF
DNS - Domain Name System
PPT
Dns ppt
Domain Name System
DNS Presentation
Domain name system (dns)
Intro to DNS
DNS(Domain Name System)
DNS - Domain Name System
Dns ppt

What's hot (20)

PPTX
Presentation on dns
PPT
Domain Name System
PPTX
Dns(Domain name system)
PPTX
Domain name system
PPT
Domain name system
PPTX
Domain Name System
PPT
Domain name server
PPTX
DNS Record
PDF
DNS (Domain Name System)
PPTX
Dns server
PPTX
Dns presentation
PPTX
Domain Name System
PPT
PPTX
PPTX
Domain name system presentation
DOC
Dns name resolution process
PDF
DHCP (dynamic host configuration protocol)
PPT
Domain name system
PPTX
Http Vs Https .
PPSX
Lesson 6: Dynamic Host Configuration Protocol A
Presentation on dns
Domain Name System
Dns(Domain name system)
Domain name system
Domain name system
Domain Name System
Domain name server
DNS Record
DNS (Domain Name System)
Dns server
Dns presentation
Domain Name System
Domain name system presentation
Dns name resolution process
DHCP (dynamic host configuration protocol)
Domain name system
Http Vs Https .
Lesson 6: Dynamic Host Configuration Protocol A
Ad

Viewers also liked (12)

PPT
E Mail Basic
DOCX
How email works
PPT
PPT
E Mail Ppt
PPT
Email ppt
PPTX
Ambient back scatter
PPT
Email Ppt
PDF
Email - Electronic Mail
PDF
Presentation on Domain Name System
PPT
Computer network ppt
PPT
BASIC CONCEPTS OF COMPUTER NETWORKS
PPTX
Introduction to computer network
E Mail Basic
How email works
E Mail Ppt
Email ppt
Ambient back scatter
Email Ppt
Email - Electronic Mail
Presentation on Domain Name System
Computer network ppt
BASIC CONCEPTS OF COMPUTER NETWORKS
Introduction to computer network
Ad

Similar to Domain Name System DNS (20)

DOCX
Linux basics andng hosti
PPT
Presentation
PPT
Presentation
PPT
domain network services (dns)
PPS
Dns And Snmp
DOC
How to configure dns server(2)
PPT
PPTX
The Application Layer
PPTX
Domain name system
PPTX
CSS Unit V Internet Infrastructure Security (1).pptx
PPT
Dns1111111111
PPTX
DNS & SITES-SERVICES OF Active Directory.pptx
PPT
Domain Name Server
DOCX
What is dns
PPTX
Domain name system
PDF
PPT
Domain Name Service
Linux basics andng hosti
Presentation
Presentation
domain network services (dns)
Dns And Snmp
How to configure dns server(2)
The Application Layer
Domain name system
CSS Unit V Internet Infrastructure Security (1).pptx
Dns1111111111
DNS & SITES-SERVICES OF Active Directory.pptx
Domain Name Server
What is dns
Domain name system
Domain Name Service

Recently uploaded (20)

PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PDF
Introduction-to-Social-Work-by-Leonora-Serafeca-De-Guzman-Group-2.pdf
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PPTX
Open Quiz Monsoon Mind Game Final Set.pptx
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PPTX
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
PDF
Pre independence Education in Inndia.pdf
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PPTX
Pharma ospi slides which help in ospi learning
PDF
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
PDF
Business Ethics Teaching Materials for college
PPTX
GDM (1) (1).pptx small presentation for students
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
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
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PPTX
COMPUTERS AS DATA ANALYSIS IN PRECLINICAL DEVELOPMENT.pptx
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
Renaissance Architecture: A Journey from Faith to Humanism
2.FourierTransform-ShortQuestionswithAnswers.pdf
Introduction-to-Social-Work-by-Leonora-Serafeca-De-Guzman-Group-2.pdf
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Open Quiz Monsoon Mind Game Final Set.pptx
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
Pre independence Education in Inndia.pdf
human mycosis Human fungal infections are called human mycosis..pptx
Pharma ospi slides which help in ospi learning
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
Business Ethics Teaching Materials for college
GDM (1) (1).pptx small presentation for students
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
The Lost Whites of Pakistan by Jahanzaib Mughal.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 Đ...
Pharmacology of Heart Failure /Pharmacotherapy of CHF
COMPUTERS AS DATA ANALYSIS IN PRECLINICAL DEVELOPMENT.pptx

Domain Name System DNS

  • 1. Domain Name System (DNS)Berkley Internet Name Domain(BIND)
  • 2. A Default Google India Search Page With Its IP Address On The BottomIP Address
  • 3. Internet Protocol AddressAn Internet Protocol address (IP address) is a numerical label assigned to each device (e.g., computer, printer) participating in a computer network that uses the Internet Protocol for communication.ORIn other words we can say that it is a number by which a device is referred in a network.IP address is always characterized by its class. It has following classes.Class Range of first octet Network ID format Host ID format No.of networks No. of addr./networkA 0 – 127 a b.c.d 128 16777216B 128 – 191 a.bc.d 16384 65536C 192 – 223 a.b.c d 2097152 256Example of certain class type IP’s.Class A 10.0.0.1/255.0.0.0Class B 172.24.0.1/255.255.0.0Class C 192.168.0.1/255.255.255.0
  • 4. ServerIn computing, the term server is used to refer to one of the following:a computer program running to serve the needs or requests of other programs (referred to in this context as "clients") which may or may not be running on the same computer.a physical computer dedicated to running one or more such services, to serve the needs of programs running on other computers on the same network.a software/hardware system (i.e. a software service running on a dedicated computer) such as a database server, file server, mail server, or print server.Domain Name System (DNS)The DNS is a hierarchical distributed naming system for computers, services, or any resource connected to the Internet or a private network. It associates various information with domain names assigned to each of the participating entities. Most importantly, it translates domain names meaningful to humans into the numerical identifiers associated with networking equipment for the purpose of locating and addressing these devices worldwide.An often-used analogy to explain the Domain Name System is that it serves as the phone book for the Internet by translating 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).
  • 5. HistoryThe practice of using a name as a simpler, more memorable abstraction of a host's numerical address on a network dates back to the ARPANET era. Before the DNS was invented in 1983, each computer on the network retrieved a file called HOSTS.TXT from a computer at SRI (now SRI International). The HOSTS.TXT file mapped names to numerical addresses.At the request of Jon Postel, Paul Mockapetrisinvented the Domain Name System in 1983 and wrote the first implementation. The original specifications were published by the Internet Engineering Task Force which were superseded in November 1987.In 1984, four Berkeley students—Douglas Terry, Mark Painter, David Riggle, and Songnian Zhou—wrote the first Unix implementation, called The Berkeley Internet Name Domain (BIND) Server. In 1985, Kevin Dunlap of DEC significantly re-wrote the DNS implementation. Mike Karels, Phil Almquist, and Paul Vixie have maintained BIND since then. BIND was ported to the Windows NT platform in the early 1990s.
  • 6. OverviewThe Internet maintains two principal namespaces, the domain name hierarchy and the Internet Protocol (IP) address spaces. The Domain Name System maintains the domain name hierarchy and provides translation services between it and the address spaces. Internet name servers and a communication protocol implement the Domain Name System. A DNS name server is a server that stores the DNS records for a domain name, such as address (A) records, name server (NS) records, and mail exchanger (MX) records; a DNS name server responds with answers to queries against its database.Domain Name SpaceDNS is the name service provided by the server for TCP/IP networks. DNS is broken up into domains, a logical organization of computers that exist in a larger network. The domains exist at different levels and connect in a hierarchy that resembles the root structure of a tree. Each domain extends from the node above it, beginning at the top with the root-level domain. Under the root-level domain are the top-level domains, under those are the second-level domains, and on down into sub domains. DNS namespace identifies the structure of the domains that combine to form a complete domain name. For example, in the domain name sub.secondary.com, "com" is the top-level domain, "secondary" identifies the secondary domain name, and "sub" identifies a subdomain within the larger network. This entire DNS domain structure is called the DNS namespace.
  • 7. Domain Name SyntaxA domain name consists of one or more parts, technically called labels, that are conventionally concatenated, and delimited by dots, such as example.com.The right-most label conveys the top-level domain; for example, the domain name www.example.com belongs to the top-level domain com.
  • 8. The hierarchy of domains descends from right to left; each label to the left specifies a subdivision, or sub domain of the domain to the right. For example: the label example specifies a sub domain of the com domain, and www is a sub domain of example.com. This tree of subdivisions may have up to 127 levels.
  • 9. Each label may contain up to 63 characters. The full domain name may not exceed a total length of 253 characters in its external dotted-label specification. In the internal binary representation of the DNS the maximum length requires 255 octets of storage. In practice, some domain registries may have shorter limits.
  • 10. DNS names may technically consist of any character representable in an octet. However, the allowed formulation of domain names in the DNS root zone, and most other sub domains, uses a preferred format and character set. The characters allowed in a label are a subset of the ASCII character set, and includes the characters a through z, A through Z, digits 0 through 9, and the hyphen. This rule is known as the LDH rule (letters, digits, hyphen). Domain names are interpreted in case-independent manner. Labels may not start or end with a hyphen.myhost.mygrp.mycorp.com.
  • 11. Name ServerThe Domain Name System is maintained by a distributed database system, which uses the client-server model. The nodes of this database are the name servers. Each domain has at least one authoritative DNS server that publishes information about that domain and the name servers of any domains subordinate to it. The top of the hierarchy is served by the root nameservers, the servers to query when looking up (resolving) a TLD.Authoritative name serverAn authoritative name server is a name server that gives answers that have been configured by an original source, for example, the domain administrator or by dynamic DNS methods, in contrast to answers that were obtained via a regular DNS query to another name server. An authoritative-only name server only returns answers to queries about domain names that have been specifically configured by the administrator.An authoritative name server can either be a master server or a slave server. A master server is a server that stores the original (master) copies of all zone records. A slave server uses an automatic updating mechanism of the DNS protocol in communication with its master to maintain an identical copy of the master records.Every DNS zone must be assigned a set of authoritative name servers that are installed in NS records in the parent zone.
  • 12. When domain names are registered with a domain name registrar their installation at the domain registry of a top level domain requires the assignment of a primary name server and at least one secondary name server. The requirement of multiple name servers aims to make the domain still functional even if one name server becomes inaccessible or inoperable. The designation of a primary name server is solely determined by the priority given to the domain name registrar. For this purpose generally only the fully qualified domain name of the name server is required, unless the servers are contained in the registered domain, in which case the corresponding IP address is needed as well.Primary name servers are often master name servers, while secondary name server may be implemented as slave servers.An authoritative server indicates its status of supplying definitive answers, deemed authoritative, by setting a software flag (a protocol structure bit), called the Authoritative Answer (AA) bit in its responses. This flag is usually reproduced prominently in the output of DNS administration query tools (such as dig) to indicate that the responding name server is an authority for the domain name in question.
  • 13. DNS ResolversThe client-side of the DNS is called a DNS resolver. It is responsible for initiating and sequencing the queries that ultimately lead to a full resolution (translation) of the resource sought, e.g., translation of a domain name into an IP address.A DNS query may be either a non-recursive query or a recursive query:A non-recursive query is one in which the DNS server provides a record for a domain for which it is authoritative itself, or it provides a partial result without querying other servers.A recursive query is one for which the DNS server will fully answer the query (or give an error) by querying other name servers as needed. DNS servers are not required to support recursive queries.The resolver, or another DNS server acting recursively on behalf of the resolver, negotiates use of recursive service using bits in the query headers.Resolving usually entails iterating through several name servers to find the needed information. However, some resolvers function more simply by communicating only with a single name server. These simple resolvers (called "stub resolvers") rely on a recursive name server to perform the work of finding information for them.
  • 14. Basic entry of a DNS Server via DHCP (Dynamic Host Control Protocol) or Manual on DNS Resolver.
  • 15. Berkley Internet Name Domain (BIND)BIND is the most widely used DNS software on the Internet. On Unix-like operating systems it is the de facto standard.Originally written by four graduate students at the Computer Systems Research Group at the University of California, Berkeley (UCB), the name originates as an acronym from Berkeley Internet Name Domain, reflecting the application's use within UCB.BIND was first released with Berkeley Software Distribution 4.3BSD, and as such, it is a free and open source software. Paul Vixie started maintaining it in 1988 while working for Digital Equipment Corporation. As of 2010, the Internet Systems Consortium maintains BIND.
  • 16. Sample DNS Master Named Configuration FileCaching Server
  • 17. Explanation DNS Master Named Configuration Fileaclor access control list specifies the name for the network 192.168.0.0/24Listen on port specifies the system that it should listen on port number 53 of the I.P loopback and 192.168.0.100Quercy source the query should be given to port 53Directory gives the location of file inside the chrootenviromentDump-file keeps the cache of hitted I.P and host or domain namesStatic file contains the statistics of the hitsMemStatskeeps the stats of memory given to bind Zone specified the rule for the domain name like which file contains the information for the I.P to name and name to I.P resolution factors as well as which zone contains which domain’s informationType specifies which type of server is it master or slaveFile gives the location of the files which contains name to I.P and I.P to name resolution factor.
  • 18. Sample Host Name To I.P Conversion FileSOA Start Of Authority TTL Time To Live42 Increased While Adding A New Entry And Replicating With Slave ServerNSName Server A Address RecordRefresh is the number of seconds between update requests from slave servers. Retry number of seconds the slave will wait before retrying the last attempt has failedExpire is the number of seconds a slave will wait before considering the data stale if it cannot reach the primary name server. Minimum used to determine the minimum TTL, this is used for negative caching. This is the default TTL if the domain does not specify a TTL.
  • 19. Sample I.P To Host Coversion FileSOA Start Of Authority TTL Time To Live42 Increased While Adding A New Entry And Replicating With Slave ServerNSName Server A Address RecordRefresh is the number of seconds between update requests from slave servers. Retry number of seconds the slave will wait before retrying the last attempt has failedExpire is the number of seconds a slave will wait before considering the data stale if it cannot reach the primary name server. Minimum used to determine the minimum TTL, this is used for negative caching. This is the default TTL if the domain does not specify a TTL.
  • 20. Sample DNS Slave Named Configuration File
  • 21. Explanation DNS Master Named Configuration Fileaclor access control list specifies the name for the network 192.168.0.0/24Listen on port specifies the system that it should listen on port number 53 of the I.P loopback and 192.168.0.100Quercy source the query should be given to port 53Directory gives the location of file inside the chrootenviromentDump-file keeps the cache of hitted I.P and host or domain namesStatic file contains the statistics of the hitsMemStatskeeps the stats of memory given to bind Zone specified the rule for the domain name like which file contains the information for the I.P to name and name to I.P resolution factors as well as which zone contains which domain’s informationType specifies which type of server is it master or slaveFile gives the location of the files which contains name to I.P and I.P to name resolution factor.Masters gives the information of the master server’s I.P address
  • 22. External LinksThe Berkeley Internet Name Domain Serverhttp://www.eecs.berkeley.edu/Pubs/TechRpts/1984/5957.htmlDomain Names - Concepts AND Facilitieshttp://tools.ietf.org/html/rfc1034Letting DNS Loosehttp://www.circleid.com/posts/letting_dns_loose/4. Domain Name Systemhttp://en.wikipedia.org/wiki/Domain_Name_System#DNS_resolvers5. Ubuntu DNS BIND Configurationhttps://help.ubuntu.com/community/BIND9ServerHowto6. Fedora Linux Operating System http://www.fedoraforum.org/