A network administrator is deploying a centralized log management collector that operates using syslog over UDP port . To enable automated client discovery across the enterprise domain, the administrator needs to configure a DNS record that explicitly specifies the service name, transport protocol, port number, priority, weight, and target hostname. Which of the following DNS record configurations correctly meets this requirement?
- An SRV record formatted as _syslog._udp.example.com specifying UDP transport, port 514, and pointing to the collector's canonical hostname.Cevap
- BA CNAME record formatted as _syslog.example.com mapping the service name directly to the IPv4 address and port 514 of the log collector server.
- CAn MX record assigned a preference value of 10 mapping port 514 to the log collector server's host domain name.
- DAn SRV record formatted as _syslog._tcp.example.com configuring TCP transport to ensure connection-oriented delivery to port 514.
Cevap
An SRV record formatted as _syslog._udp.example.com specifying UDP transport, port 514, and pointing to the collector's canonical hostname.
The correct option correctly uses an SRV record formatted as `_syslog._udp.example.com`. SRV records specify Symbolic Service Names (`_syslog`), Transport Protocol (`_udp`), Domain Name, Priority, Weight, Port number (), and Target Hostname.
Adım Adım Çözüm
Anahtar Kavram
DNS SRV (Service Location) Record Structure and Functionality
Tahmini Süre:1m 30s