DNS Record Types Flashcards
Resource Records (RR)
• The database records of domain name services
• Over 30 record types - IP addresses, certificates, host
alias names, etc
Address Records (A) (AAAA)
- Defines the IP address of a host
- This is the most popular query
• A records are for IPv4 addresses
• Modify the A record to change the host name to IP
address resolution
- AAAA records are for IPv6 addresses
- The same DNS server, different records
Canonical name records (CNAME)
- A name is an alias of another, canonical name
* One physical server, multiple services
Service records (SRV)
• Find a specific service
• Where is the Windows Domain Controller? Where is
the instant messaging server? Where is the VoIP
controller?
Mail exchanger record (MX)
• Determines the host name for the mail server - this isn’t an IP address; it’s a name
Name server records (NS)
• List the name servers for a domain - NS records point to the name of the server
Pointer record (PTR)
- The reverse of an A or AAAA record
- Added to a reverse map zone file
A pointer (PTR) record is a type of Domain Name System (DNS) record that resolves an IP address to a domain or host name, unlike an A record which points a domain name to an IP address. PTR records are used for the reverse DNS lookup. Using the IP address, you can get the associated domain or host name.
Text records (TXT)
- Human-readable text information
- Useful public information
• SPF protocol (Sender Policy Framework)
• Prevent mail spoofing
• Mail servers check that incoming mail really did
come from an authorized host
• DKIM (Domain Keys Identified Mail)
• Digitally sign your outgoing mail
• Validated by the mail server, not usually seen by the
end user
• Put your public key in the DKIM TXT record