A network administrator executes the following `dig` commands from a diagnostic workstation to verify DNS records for a newly deployed VoIP gateway operating at IP address `192.168.10.50`:
text
$ dig +short SRV _sip._udp.corp.example.com
10 60 5060 voice01.corp.example.com.
$ dig +short -x 192.168.10.50
voice01.corp.example.com.
Based on the output provided above, which TWO of the following DNS record types are returning active, authoritative information for this gateway?
- SRV recordCevap
- PTR recordCevap
- CCNAME record
- DMX record
- ETXT record
Cevap
The correct responses are the SRV record and the PTR record.
The output demonstrates two distinct DNS query types. The first command explicitly queries the SRV record to locate the SIP service port and server hostname. The second command uses the reverse lookup option (-x) to query the PTR record corresponding to IP 192.168.10.50, returning the canonical hostname.
Adım Adım Çözüm
Anahtar Kavram
DNS SRV and PTR Resource Records