What are CNAME records?

What are CNAME records?

CNAME records are aliases of, or redirect to, other DNS entries.

If domain.com points to 123.124.221.80 and you set up www.domain.com as a CNAME of domain.com - www.domain.com will now also point to 123.124.221.80

 

When are CNAME records used?

Most commonly, CNAME records are used to map the www. version of a domain to the root domain. For example, you would use a CNAME record to map www.domain.com to domain.com so when people visit www.domain.com they are pointed to domain.com.

 

In the above example, the www. and mail. entries are CNAME records of dummyaccount.co.uk.

Why use CNAME records?

It is quite common to find that everything you have related to a domain is hosted in the same place - The website, mail, localhost, webmail etc will all use the same IP.

You could set up a specific record for each of these things, but if they ever changed every single one would need updating separately. With CNAME's you would only need to update the original record as the rest would draw their information from that one record.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Can You Explain How Your DNS Cluster Works?

The DNS for our main nameservers is clustered across many servers throughout our network.  This...

What are Nameservers?

A nameserver is simply a server that contains a directory of domain names that match a certain IP...

What is an "A" record?

There are various types of DNS records with different purposes. The A record is the most common...