Understanding DNS Record Types Print


Understanding DNS Record Types

Summary:
A quick overview of the most common DNS records you’ll use.

Record Purpose Example
A Points to IPv4 address example.com192.0.2.1
AAAA Points to IPv6 address example.com2001:db8::1
CNAME Alias of another domain www → example.com
MX Routes email @ → mail.example.com
TXT Stores text data (e.g. SPF) v=spf1 include:_spf.yourprovider.com ~all
NS Delegates nameservers example.com → ns1.aviumshost.co.uk
PTR Reverse DNS (IP → Domain) 1.2.0.192.in-addr.arpa → example.com

Was this answer helpful?

Related Articles

What is DNS and How Does It Work? What is DNS and How Does It Work? Summary:DNS (Domain Name System) acts like the phonebook of... How to Add DNS Records via cPanel How to Add DNS Records via cPanel Summary:Step‑by‑step instructions for managing DNS records on... How to Set Up a Subdomain DNS Record How to Set Up a Subdomain DNS Record Summary:Point a subdomain like blog.yourdomain.com to... How to Add SPF, DKIM & DMARC Records How to Add SPF, DKIM & DMARC Records Summary:Boost your email delivery by adding key TXT... Why DNS Changes Take Time (Propagation) Why DNS Changes Take Time (Propagation) Summary:Explains why DNS updates aren’t instant and how...
« Back