Presentation of Domain Name System
Presentation of Domain Name System
In 1984 , four student of Berkeley collage was developed the first DNS
server - Berkeley Internet Name Domain (BIND) and it was Unix based .
The domain name space consists of a tree of domain names. Each node
or leaf in the tree has zero or more resource records, which hold
information associated with the domain name. The tree sub-divides into
zones beginning at the root zone. It is also identified as Top Label
Domain and The hierarchy of domains descends from right to left; each
label to the left specifies a sub domain (SLD).
TLD AND SLD
Each label may contain up to 63 characters. The full domain name
may not exceed the total length of 253 characters .
com- Commercial organizations
edu - Educational institutions
org - Nonprofits
net - Network support canters and network service
gov -U.S. government
SLD can be divided in 3rd level domain and virtually it can be divided
more than that and there is no limit.
•Query one of the root servers to find the server authoritative for the top-
level domain.
•Query the obtained TLD DNS server for the address of a DNS server
authoritative for the second-level domain.
Example, given a device with a local hostname test and a parent domain
name example.com, the fully qualified domain name is
test.example.com.
DNS Zones
The secondary zone is used reliability of the DNS service, single point
of failure, distributes the DNS query traffic between several nodes
• Zone transfers are configured in the properties of the primary zones
and during secondary zone setup.
• Standard zone replication can be classified in two types of transfers:
full transfer and incremental transfer .
• Incremental transfer communicates only those records in the
primary zone that have changed since the last replication cycle.
• full transfer transfers of entire copies of the zone may still be
necessary.
DNS Query
Recursive Query-it expects a clear -yes/no reply from the other party.
A- The most basic type of mapping in the DNS, used to map hostnames
to IP addresses. These simple mappings do not point to any service only
network node. So in one single IP We can register multiple domain name
The first resource record in any Domain Name System (DNS) Zone file
should be a Start of Authority (SOA) resource record. A SOA record is
information stored in a DNS zone about that zone and about other
DNS records.
This is a new internet protocol and windows 2008 DNS sever can be
configure with that .
The IPV6 support a wide network address space than IPV4
The IPV6 subnet size is standardized with the combination of MAC
address .
In DNS 2008 , hostname are mapped with “AAAA“ resource record and for
reverse query they used ip6.arpa
DNS Server Security
Interfaces -Restrict a DNS server to listen only on selected addresses.
Disable recursion-recursion is not disabled for the DNS Server service.
Recursion can be used by attackers it should be disabled. the server will
attempt to resolve a query from its own database only. It will not query any
additional servers. SDNS –Secure DNS Server
DNS Server Monitoring
We need to monitor DNS server Response Time, Record Type,
Record Available, Search Field, Search Value, Search Value Status
and Search Time. We can use 3rd party tool- like-Applications
Manager and We can check from DNS event also.