What does DNS stand for?
Domain Name System
What is the main purpose of DNS?
Convert domain names (like google.com) to IP addresses
How many root server clusters are there in DNS?
13 (but over 1,000 physical servers)
What are GTLDs?
Generic Top-Level Domains (like .com, .org, .net)
What are country code top-level domains?
Two-letter codes for countries (like .us, .ca, .uk)
What is a fully qualified domain name (FQDN)?
A complete domain name (e.g., www.professormesser.com)
What is a DNS hierarchy?
The tree-like structure of domain names and subdomains
What command can you use on Linux/macOS to query DNS?
dig
What command can you use on Windows to query DNS?
nslookup
What are DNS resource records?
Entries in the DNS database (like A, AAAA, MX, CNAME)
What is an A record?
Maps a domain name to an IPv4 address
What is a AAAA record?
Maps a domain name to an IPv6 address
What is a CNAME record?
Creates an alias (nickname) for another domain name
What is an MX record?
Specifies mail servers for a domain (for email delivery)
What is a TXT record?
Stores text information (often used for verification or security)
What is the purpose of the TTL in a DNS record?
Determines how long a record is cached before it must be refreshed
What is SPF?
Sender Policy Framework (a TXT record to prevent email spoofing)
What is DKIM?
DomainKeys Identified Mail (a TXT record for email authentication)
What is DMARC?
Domain-based Message Authentication, Reporting & Conformance (a TXT record for email policy)
What is a DNS cache?
A temporary storage of DNS records to speed up future requests
Why is it important to back up DNS configurations?
To quickly restore service if a mistake is made
DNS only converts domain names to IP addresses.
False (DNS also does reverse lookups, email routing, and more)
There are exactly 13 root DNS servers in the world.
False (There are 13 root server clusters, but over 1,000 physical servers)
A CNAME record points directly to an IP address.
False (CNAME points to another domain name, not an IP)