A network engineer is configuring core IP addressing services for an enterprise network. A new web-based portal service needs to be mapped to an existing server's canonical hostname, `host01.corp.internal`, which already resolves to an IPv4 address. Simultaneously, newly deployed IP telephony endpoints require a DNS mechanism to dynamically locate the hostname and port number of their primary Session Initiation Protocol (SIP) server. Which combination of DNS record types should the engineer configure to meet these requirements?
- A CNAME record for the web portal alias and an SRV record for the SIP server locationAnswer
- BAn A record for the web portal alias and an MX record for the SIP server location
- CA CNAME record for the web portal alias and a PTR record for the SIP server location
- DAn AAAA record for the web portal alias and a TXT record for the SIP server location
Answer
The configuration requires a CNAME record for the web portal alias and an SRV record for SIP server discovery.
The combination of a CNAME record and an SRV record satisfies both functional requirements. The CNAME record aliases the new portal service name to the host's primary canonical domain name, while the SRV record defines the server hostname, priority, weight, and port number for SIP telephony discovery.
Step-by-Step Solution
Key Concept
DNS Record Selection and Service Location (SRV vs CNAME)
Estimated Time:2m 0s