What are the different types of DNS records and what are they for?

There are several DNS (Domain Name System) record types, each serving specific purposes. 

  1. A Record (Address Record): This record maps a domain name to an IPv4 address, enabling the translation of human-readable domain names into IP addresses.

  2. AAAA Record (IPv6 Address Record): Similar to A records, AAAA records map domain names to IPv6 addresses for websites and services accessible via IPv6.

  3. MX Record (Mail Exchanger Record): MX records specify the mail servers responsible for receiving email messages on behalf of a domain. They are essential for email delivery.

  4. CNAME Record (Canonical Name Record): CNAME records are used to create aliases or canonical names for a domain. They allow one domain to point to another, often used for subdomains and load balancing.

  5. TXT Record (Text Record): TXT records store human-readable text and are commonly used for email authentication (SPF, DKIM, DMARC), domain verification, and other informational purposes.

  6. PTR Record (Pointer Record): PTR records map IP addresses to domain names. They are primarily used for reverse DNS lookups to associate an IP address with a domain.

  7. NS Record (Name Server Record): NS records identify the authoritative name servers for a domain, specifying where DNS information for the domain can be found.

  8. SOA Record (Start of Authority Record): SOA records define essential information about a DNS zone, including the primary name server, contact information, and zone refresh intervals.

  9. SRV Record (Service Record): SRV records are used to specify information about available services within a domain, such as SIP, LDAP, and XMPP services.

  10. CAA Record (Certification Authority Authorization): CAA records allow domain owners to specify which certificate authorities are authorized to issue SSL/TLS certificates for their domain.

  11. DNSSEC Records: DNSSEC includes several record types (DNSKEY, RRSIG, NSEC, NSEC3) that provide cryptographic security for DNS data, ensuring data integrity and authenticity.

  12. TLSA Record (Transport Layer Security Association): TLSA records are used to associate a domain with specific TLS (SSL) certificates for added security in web encryption.

  13. NAPTR Record (Naming Authority Pointer): NAPTR records are used in applications such as SIP and ENUM to specify regular expression rules for rewriting domain names.

  14. SPF Record (Sender Policy Framework): SPF records define which mail servers are authorized to send emails on behalf of a domain, helping prevent email spoofing.

  15. DKIM Record (DomainKeys Identified Mail): DKIM records store public keys for email authentication, allowing email receivers to verify the authenticity of emails.

  16. DMARC Record (Domain-based Message Authentication, Reporting, and Conformance): DMARC records specify email authentication policies and reporting instructions for a domain.

  17. LOC Record (Location Record): LOC records provide geographical location information for a domain or resource.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

What is DNS, and how does it work?

DNS, which stands for Domain Name System, is a critical component of the internet infrastructure...

Parked Domains: Using the DNS Manager

When you park your domain names with UK-Cheapest.co.uk, you have full control over the management...

How do I change DNS settings for my domain?

To change DNS settings for your domain at UK-Cheapest.co.uk, you can follow these steps:...

What is DNS propagation, and how long does it take?

DNS propagation refers to the time it takes for DNS (Domain Name System) changes to be updated...

What is DNSSEC, and why is it important?

DNSSEC, short for Domain Name System Security Extensions, is a set of cryptographic protocols and...