Valid XK0-005 Dumps shared by ExamDiscuss.com for Helping Passing XK0-005 Exam! ExamDiscuss.com now offer the newest XK0-005 exam dumps, the ExamDiscuss.com XK0-005 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com XK0-005 dumps with Test Engine here:
A network administrator issues the dig www.comptia.org command and receives an NXDOMAIN response. Which of the following files should the administrator check first?
Correct Answer: A
Step-by-Step Comprehensive Detailed Explanation: * Command Explanation: * The dig command queries DNS servers. If NXDOMAIN is received, the system cannot resolve the domain. The /etc/resolv.conf file contains the DNS server configuration. * Why Other Options are Incorrect: * B: /etc/hosts maps IP addresses to hostnames but is not queried unless configured in /etc/nsswitch. conf. * C: /etc/sysconfig/network-scripts contains network interface configurations, unrelated to DNS. * D: /etc/nsswitch.conf defines the order of name resolution methods, but it does not directly resolve domain names. * References: * CompTIA Linux+ Study Guide: Network Configuration * man dig