A network administrator executes a command-line query to verify how an application alias is configured in the domain zone file. The `dig` output displays the following answer section:
text
;; ANSWER SECTION:
app.example.com. 3600 IN CNAME web-server-01.example.com.
Which DNS record type is being used to map the alias hostname `app.example.com` to the canonical domain name `web-server-01.example.com`?
- CNAME recordAnswer
- BPTR record
- CAAAA record
- DMX record
Answer
The CNAME record is used to map an alias domain name to its canonical domain name.
The CNAME (Canonical Name) record is specifically designed to create an alias that points one domain name to another canonical domain name.
Step-by-Step Solution
Key Concept
DNS Resource Record Types (CNAME)
Estimated Time:45s