What Are CNAME Records? Print

  • 0

What are CNAME records?

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

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

 

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 recordfor 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.


Was this answer helpful?

« Back