Custom DNS records used when an application needs the location of a specific service are called

Prepare for the Windows Server Final 313 Test. Engage with interactive flashcards and multiple-choice questions. Detailed explanations ensure a thorough understanding. Be exam-ready!

Multiple Choice

Custom DNS records used when an application needs the location of a specific service are called

Explanation:
DNS SRV records are designed for locating a specific service, including the exact host and port the service runs on. They let an application discover where to connect without hard‑coding IP addresses. An SRV record specifies the service name and protocol (for example, a service like LDAP over TCP), the priority and weight for selecting among multiple servers, the port number, and the target host that provides the service. This setup supports load balancing and failover, so clients can dynamically find the best available server for the requested service. In contrast, A records simply map a domain to an IPv4 address, and AAAA records map to an IPv6 address—these tell you where a domain lives, not what service it provides or where to connect to use that service. PTR records are used for reverse DNS lookups, translating an IP address back to a domain name. So for the need of locating a specific service and its port, SRV records are the appropriate choice.

DNS SRV records are designed for locating a specific service, including the exact host and port the service runs on. They let an application discover where to connect without hard‑coding IP addresses. An SRV record specifies the service name and protocol (for example, a service like LDAP over TCP), the priority and weight for selecting among multiple servers, the port number, and the target host that provides the service. This setup supports load balancing and failover, so clients can dynamically find the best available server for the requested service.

In contrast, A records simply map a domain to an IPv4 address, and AAAA records map to an IPv6 address—these tell you where a domain lives, not what service it provides or where to connect to use that service. PTR records are used for reverse DNS lookups, translating an IP address back to a domain name. So for the need of locating a specific service and its port, SRV records are the appropriate choice.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy