DNS Record Types

DNS appears in networking questions as a record type and in security questions as email authentication. Both sets are here, because SPF, DKIM and DMARC are all TXT records and the exam expects you to know what each one asserts.

Record types

RecordMapsExample use
AName to IPv4 addressexample.com to 93.184.216.34
AAAAName to IPv6 addressexample.com to 2606:2800::1
CNAMEName to another namewww to example.com
MXDomain to mail serverWith a priority value, lowest first
NSDomain to authoritative name serversDelegation
PTRIP address to nameReverse lookup, used in mail filtering
SOAZone authority and timersOne per zone
TXTArbitrary textSPF, DKIM, DMARC, domain verification
SRVService to host and portSIP, LDAP, Active Directory
CAAWhich CAs may issue for this domainCertificate issuance control

Email authentication

RecordWhat it assertsStored as
SPFWhich servers may send mail for this domainTXT record
DKIMThis message was signed by the domain and not alteredTXT record holding a public key
DMARCWhat to do when SPF or DKIM fails, and where to reportTXT record at _dmarc
DMARC p=noneMonitor only. Deliver anyway and reportTXT record at _dmarc
DMARC p=quarantineDeliver failures to spamTXT record at _dmarc
DMARC p=rejectDo not deliver failures at allTXT record at _dmarc

Resolution order and terms

TermMeaning
Recursive resolverDoes the work on the client's behalf
Root serversPoint to the top-level domain servers
TLD serversPoint to the authoritative servers for a domain
Authoritative serverHolds the actual records
TTLHow long a resolver may cache the answer
Zone transferCopying a zone to a secondary. AXFR full, IXFR incremental
DNSSECSigns records so a resolver can detect tampering
Split-horizon DNSDifferent answers for internal and external clients

Now test yourself

Memorizing a table is a start. Practice questions are what make it stick, and every answer carries the full explanation.