DNS Record Types Flashcards
AAAA
Associated the name with an IP address (IPv6)
A
Records for IPv4 addresses.
Canonical Name (CNAME)
When you want to associate several different names with an existing device.
Service Record (SRV)
Help find services on your network.
Mail Exchange Record (MX)
Determines the host name for the mail server. This allows third parties to locate your local mail servers.
Name Server Records (NS)
Contain configuration details for additional name servers on the domain.
Pointer Records (PTR)
The reverse of an A or AAAA record. This is where we provide the IP address to the DNS server.
Text Records (TXT)
Human readable information that can contain SPF protocol information (Sender Policy Framework). This is a type of TXT record that can help prevent someone from spoofing your domain name.
TXT records are also used to add DKIM (Domain Keys Identified Mail) which allows your mail servers to digitally sign your outgoing email.