A CNAME (Canonical Name) record is an "alias" record. It specifies that one domain is a synonym for another.
Usage:
CNAME is most commonly used for subdomains (e.g., blog.domain.com) to ensure they always point to the same server as the main domain, even if its IP address changes.
Important: CNAME records cannot be used for the root domain (@), only for subdomains.

