Level 1
0 / 100 XP

DNS Policies Background Information

**Understanding the Terminology **

  • What is meant by a Server that is Authoritative?

A DNS server that is authoritative is one that owns the A, CNAME, PTR records. For example. None of the DNS servers on the internet contain the original records for serveracademy.com except the DNS server SADC01. These other servers may know about serveracademy.com but those other servers are NOT authoritative for serveracademy.com

  • What is Recursive DNS? Recursive DNS is the opposite of standard DNS which is an authoritative DNS service which allows others to find your domain while recursive DNS allows you to resolve other people’s domains.

  • What is a Recursive Resolver? Recursive name servers are the middlemen between authoritative servers and end users, because they have to recurse or perform the same sequence of operations up the DNS tree until they reach the name servers that own (or are authoritative) for those domain records.

  • What is a DNS forwarder? A DNS forwarder is a DNS server that is used to forward DNS queries for external DNS names to DNS servers outside that Network. If the local DNS server can’t resolve the query, that DNS server forwards that request to a DNS server that can resolve the query which improves the efficiency of name resolution.

  • What is the function of the Root Hints file? – Windows Servers that have the DNS server Role installed come with a file called Root Hints. This file lists 13 servers that are located out on the internet. This file will allow you to resolve any internet name as long as you have an internet connection.

  • Should I use my ISP DNS as my forwarder, or should I use Root Hints?

It is recommended to use your ISP DNS as your forwarder. Performance will be better as there will be less hops than trying to resolve queries from servers halfway across the world.

DNS Policy Scenarios

**Here is a list of five possible scenarios.…