June 2018
Intermediate to advanced
368 pages
11h 1m
English
Here is the CNAME syntax:
<OWNER-NAME> IN CNAME <cname target>
The CNAME or Alias is a "canonical name"–the easiest way to understand it is as an alias for "the actual name".
Given:
web.example.com. IN CNAME www.example.com.
It would mean that web.example.com is another identifier for www.example.com. In practical terms, when a resolver does a lookup on web.example.com and gets a CNAME in response, it will restart the query process ...
Read now
Unlock full access