All questions
Q & A DNS & Records · August 21, 2026

What's the difference between CNAME and A record?

An A record maps a hostname directly to an IP address. A CNAME maps a hostname to another hostname, which is then resolved to an IP. CNAMEs are useful when the underlying IP may change (like a CDN), because you update one canonical record and everything pointing to it follows automatically. You cannot use a CNAME for the root domain (apex) — use an A record or an ALIAS/ANAME record instead.

Read the full guide
How to Read DNS Records: A Practical Guide
A records, MX, CNAME, TXT, SOA — DNS records aren't hard once you understand the pattern. This guide decodes each type with real examples and tells you what to look for when things break.