XK0-005 · Question #312
XK0-005 Question #312: Real Exam Question with Answer & Explanation
The correct answer is C: dig -x 192.168.1.100. To verify the configuration of in-addr.arpa zone files, which are used for reverse DNS lookups, the dig -x command followed by an IP address is the correct tool to perform a reverse lookup and confirm PTR records.
Question
An administrator completed the configuration of the in-addr.arpa zone files for an organization. Which of the following commands should the administrator use to verify the configuration is working as expected? ping -n 192.168.1.100 A.
Options
- Bhost in-add.arpa
- Cdig -x 192.168.1.100
- Etracepath -n 192.168.1.100
Explanation
To verify the configuration of in-addr.arpa zone files, which are used for reverse DNS lookups, the dig -x command followed by an IP address is the correct tool to perform a reverse lookup and confirm PTR records.
Common mistakes.
- A. The
ping -n 192.168.1.100command tests network connectivity to an IP address but does not perform a reverse DNS lookup or verifyin-addr.arpazone file configurations. - B. The
host in-add.arpacommand attempts to resolve the hostname "in-add.arpa" (which is incorrect, it should bein-addr.arpa) and would not perform a reverse DNS lookup for a specific IP address. - E. The
tracepath -n 192.168.1.100command traces the network path to an IP address and determines the MTU, but it does not perform a reverse DNS lookup or verifyin-addr.arpazone configurations.
Concept tested. Verifying reverse DNS with dig
Topics
Community Discussion
No community discussion yet for this question.