DNS Records Flashcards
A Records
▪ Address Record
▪ Used to link a hostname to an IPv4 address
▪ A records work for IPv4 addresses
▪ AAAA records work for IPv6 addresses
CNAME
▪ Canonical Name Record
▪ Used instead of a A record or AAAA record if you want to point a domain to another domain name or subdomain
MX Record
▪ Mail Exchange Record
▪ Used to direct emails to a mail serve
▪ Used to indicate how email messages should be routed using the Simple
Mail Transfer Protocol, or SMTP, over port 25
▪ Can only be used to point to another domain, not an IP address
SOA Record
Start of Authority Record
▪ Used to store important information about a domain or zone
DNS zone transfer
▪ The process of sending DNS records data from the primary nameserver to a secondary name server
▪ Uses the TCP protocol to transfer the data to ensure data is successfully sent by the primary server and received by the second server
PTR Records
▪ Pointer Records
▪ Used to correlate an IP address with a domain name
▪ The opposite of an A record
▪ Always stored under the .arpa (top-level domain)
TXT Record
Text records
Used by domain administrators to add text into the domain name system or DNS
A place to store machine-readable data
SRV Records
▪ Service Record
▪ Used to specify a host and port for a specific service
▪ Can specify a port along with our IP address
NS Record
▪ Name Server Record
▪ Used to indicate which DNS name server is the authoritative one for a domain