DNS Record
DNS Record
• AAAA record -
o AAAA stands for Address (IPv6 Address).
o The record that contains the IPv6 address for a domain.
• CNAME record -
o CNAME stands for Canonical Name.
o Forwards one domain or subdomain to another domain, does NOT
provide an IP address.
o Can be used to set an alias for the host name.
• MX record -
o MX stands for Mail Exchange.
o Permits mail to be sent to the right mail servers located in the
domain. Other than IP addresses, MX records include fully-
qualified domain names.
• TXT record -
o TXT stands for Text.
o Let's an admin store text notes in the record. These records are
often used for email security.
• TTL record -
o TTL stands for Time-to-Live.
o Sets the period of data, which is ideal when a recursive DNS server
queries the domain name information
• SOA record -
o SOA stands for Start of Authority.
o Stores admin information about a domain.
o Declares the most authoritative host for the zone. Every zone file
should include an SOA record, which is generated automatically
when the user adds a zone.
• PTR record -
o PTR stands for Pointer.
o Provides a domain name in reverse-lookups.
o Creates a pointer, which maps an IP address to the host name in
order to do reverse lookups.
Refernces:
DNS Records Explained - Types of DNS Records (namecheap.com)
DNS Records Explained (ns1.com)
DNS records | Cloudflare