DNS Flashcards
What is the primary purpose of DNS?
To translate domain names into IP addresses.
What are the main components of DNS?
DNS clients (resolvers), DNS servers, and DNS records.
What is a DNS resolver?
A DNS resolver is a client-side application that queries DNS servers to resolve domain names to IP addresses.
What is a DNS server?
A DNS server is a server that responds to DNS queries, providing the IP address associated with a domain name.
What are the types of DNS servers?
A: Recursive DNS servers, authoritative DNS servers, and root DNS servers.
What is a recursive DNS server?
A server that performs the complete process of resolving a domain name by querying multiple authoritative DNS servers if necessary.
What is an authoritative DNS server?
A server that holds the definitive records for a domain and responds to queries for that domain.
What is a root DNS server?
A server at the top of the DNS hierarchy that directs queries to appropriate top-level domain (TLD) servers.
What are DNS records?
Entries in a DNS database that provide information about a domain, including IP addresses and mail server addresses.
What is an A record?
An address record that maps a domain name to an IPv4 address.
What is an AAAA record?
An address record that maps a domain name to an IPv6 address.
What is a CNAME record?
A canonical name record that maps an alias name to a true (canonical) domain name.
What is an MX record?
A mail exchange record that specifies the mail server responsible for receiving email for a domain.
What is a PTR record?
A pointer record that maps an IP address to a domain name (reverse DNS lookup).
What is an NS record?
A name server record that indicates which DNS server is authoritative for a domain.