A CNAME record, short for Canonical Name record, is a type of DNS record that creates an alias from one domain name to another.
Rather than pointing directly to an IP address, a CNAME record directs traffic to another hostname. This allows multiple domain names or subdomains to reference the same destination without requiring separate DNS records for each one.
CNAME records are commonly used for websites, cloud services, content delivery networks (CDNs), and third-party integrations. They can simplify DNS management and make it easier to update configurations when infrastructure changes.
When reviewing DNS Lookup results, CNAME records often help explain why a domain appears to point somewhere different than expected.
Key Takeaways
- CNAME records create aliases between hostnames.
- CNAME records point to another hostname rather than an IP address.
- They are commonly used for websites and cloud services.
- CNAME records can simplify DNS management.
- DNS Lookup tools can reveal CNAME relationships.
Related Resources
Related Community Discussions
- What does DNS Lookup actually tell me?
- What do DNS record types mean?
- What is a TXT record and why does it matter?
Discussion Questions
- Have you ever encountered a CNAME record while troubleshooting a domain?
- Were you surprised to learn that domains can point to other hostnames?
- What DNS record type do you find most useful?