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 recordCevap
- BPTR record
- CAAAA record
- DMX record
Cevap
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.
Adım Adım Çözüm
Anahtar Kavram
DNS Resource Record Types (CNAME)
Tahmini Süre:45s