DNS - Alias record
Table of Contents
About
An alias is a DNS record with a name that resolves directly to an ip_address.
A cname has also an alias functionality but as it resolves a name to another name and not to an ip address, the DNS resolver needs therefore another roundtrip to get the final ip_address. The CNAME record is then slower than an ALIAS record.