Windows DNS Interview Questions and Answers
Windows DNS Interview Questions and Answers
Answers
Find below best DNS Interview Questions and Answers that will assist
every IT professional in clearing their Windows Server interview with ease.
Though the answers provided are for windows server 2003, but you can
still use these for 2008 and 2012 servers as well.
1. What is DNS?
The structure of DNS starts with root domain. Then it (root domain) braches
to TOP level domains, then second level domains, and so on to the
individual host names.
Root Domain –> Top level Domains–> Second level Domains–> So on so
forth up to individual host systems
Or
Start–>Run–>dnsmgmt.msc
Or
DNS
Server name
Forward Lookup Zone
Reverse Lookup Zone
Note: If you have selected create automatically zones during the setup,
then it creates the root zone and domain zone under forward lookup zone.
If no zones are there under forward lookup zone first create root zone then
create domain zone.
General
Start of Authority (SOA)
Named servers
WINS
Zone transfers
Interface
Forwarders
Advanced
Root hints
Logging
Monitoring
If you want to create an Active Directory integrated zone, the server must
be Domain Controller.
If you want to create the Primary DNS, you can create on Domain
Controller or Member server. But if create on member you could not get 4
options under the domain which are meant for Active directory.
You can create Secondary zone on a Member Server or on a Domain
Controller. There is no difference between them.
Primary zone has read and write permissions, whereas Secondary zone
has read only permission.
Generally we need to create a host record for newly joined computer (either
client or Member server or Domain controller). If you enable dynamic
Update option, then DNS itself creates associated host record for newly
joined computers.
Right Click on any zone –>properties –>on General tab u will get
Note: If it is Active Directory Integrated zone you will get above three
options.
But if it is Primary or Secondary zone you will get only “YES/NO” (You
won’t get secure updates)
The process of translating the name into some object or information that
the name represents is called name resolution. A telephone book forms a
namespace in which the names of telephone subscribers can be resolved
to the phone numbers.
The query that has been sent to the DNS server from a Client is called
iterative query.
(i. e., iterative query is nothing but gives the answer for my question, don’t
ask to contact that person or this person or don’t say something else.
Simply just answer to my question. That’s all)
Your DNS server requests the root level DNS server for specific IP
address. Now DNS server says I don’t know but I can give the address
other person who can help you in finding IP address.
Generally first you will create a Forward lookup zone. Then go for Reverse
lookup zone. Now we have to create associated pointer records for host
records in forward lookup zone. If you are creating a host record in forward
lookup zone after creating reverse lookup zone then here we need not to
create a pointer record by coming to reverse lookup zone. When creating
new host, click on the check box of create associated pointer record. Then
it automatically creates associated pointer record in reverse lookup zone.
No, we cannot have two primary DNS zones. Why because if u have two
primary DNS zones some clients contacts first one, some clients contacts
second one according to their configuration in TCP/IP properties. Then you
will get problems. Actually Primary DNS zone means Single master. i.e.,
master is only one that is only one primary DNS zone. But you can have as
many as Secondary zones.
To overcome from above problem (i.e., single master problem) in Windows
2000 we have Active Directory Integrated zones, which are multi masters.
23. What is the default time setting in primary zone to Refresh, Retry,
Expire intervals for secondary zone?
24. Suppose the Secondary zone is Expired; now how to solve the
problem?
25. How to know whether the recent changes in Primary zone are
updated to secondary zone or not?
If both are same then recent updates are made to secondary zone.
If not (i.e., secondary is less then primary) click on “Transfer from Master”
(Open DNS console ==> Right click on Domain name ==> Click on
forwarder tab)
A forwarder is server, which has more access than the present DNS server.
May be our present DNS server is located in internal network and it cannot
resolve the Internet names. Maybe it is behind a firewall or maybe it is
using a proxy server or NAT server to get to the Internet. Then this server
forwards the query to another DNS server that can resolve the Internet
names.
Microsoft suggests that we use Windows 2000 DNS server. If you want to
get 100% functionality you have to use 2000 DNS server. But you can also
use BIND (Berkeley internet name domain) DNS servers, but if you want
you use with Windows 2000 you should have at least Bind version 4.9.7.
(Previous versions don’t support SRV records)
When you are installing DNS service at that time it is preconfigured with
root DNS servers IP addresses.
If anybody wants to resolve the records that belong to your domain then
you need to configure your DNS server appropriately.
31. Suppose under the forward lookup zone _msdcs, _tcp, _upd,
_sites are not there (or you have deleted unexpectedly). How to get
them back?
To get them back, simply just stop and start the netlogon service.
Type the following commands to stop and start the net logon service.
Whenever you create a root zone (i.e., “.”) in a DNS server, the forwards,
and root hints tabs will be disabled on that DNS server.