Chapter 11 - DNS Hierarchies Flashcards
Rather than creating CNAME records, what is the preferred method to create aliases?
Multiple A records
Why is it important to create PTR records?
Reverse Lookups
What is the importance of NS records?
Specifying the nameservers
What is a CNAME record?
An alias.
What is a MX record?
A mail record
How would you configure DNS Round Robin for multiple mail records?
Configure multiple MX records with the same priority
You have to create PTR records for 250 new computers, which command will make them for you in one command?
$GENERATE 1-250 $ PTR host$.example.com.
Where is the origin defined for a zone?
In the /etc/named.conf file, or in the zone file using $ORIGIN
On one line, you have an A record for Host1, on the line below it you have the record type and a IP address, but no hostname. What hostname does that record use?
Host1.
Identify 3 main reasons why you would create subdomains.
Administration, Geographic, or Organization Distribution