An infrastructure team is deploying Voice over IP (VoIP) telephony across a corporate network. To ensure IP phones can dynamically discover the target hostname, listening port number, and transport protocol of the primary SIP server via domain queries, which DNS resource record type must be provisioned in the internal DNS zone?
- SRV recordAnswer
- BPTR record
- CCNAME record
- DMX record
Answer
The SRV record must be provisioned because it includes host, protocol, and port details required for service discovery.
The SRV record (Service Location record) is specifically formatted (e.g., _sip._tcp.example.com) to specify the location of servers for specified services, including the target domain name, port number, priority, and weight.
Step-by-Step Solution
Key Concept
DNS SRV Record for Service Location