> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.ex2.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# What is a CNAME Record?

## CNAME records

 The term CNAME is simply an abbreviation for *Canonical name*. A *CNAMErecord* refers to a type of registration in a [domain name system (DNS)](https://help.ex2.com/en/article/what-is-the-domain-name-system-or-dns-oen40o/?bust=1784819338957). It is used to associate an alias to a domain name.

A CNAME record is usually linked to a subdomain and is used as an alternative to an A record. 

A CNAME record points to the root domain of a website, while a A record indicates the IP address of a domain name. A record CNAME is particularly useful if the same website has many subdomains. 

In this case, if a website owner decides by exemple to change the root domain name, it will not need to change all subdomains. As the structure of the system does not change, the update is done automatically. 

The canonical name mapped by CNAME record can be found anywhere in a DNS. It can be both local and stored on a remote server.