CNAMErecord
CNAMErecord is a type of resource record in the Domain Name System (DNS) that maps an alias name to an authoritative hostname. When a DNS resolver encounters a CNAMErecord, it replaces the alias with the canonical name specified in the record and continues the lookup using that name. This mechanism allows multiple domain names to point to the same underlying host without duplicating A or AAAA records.
A CNAMErecord is defined in the DNS zone file using the syntax "alias IN CNAME canonical.example.com." Only
CNAMErecords are limited in that they incur an additional DNS query step, which can add latency. Additionally,