nerdexam
CompTIA

220-802 · Question #1031

Joe, a technician, is asked by another technician at his company to identify the host name of a device using a specific IP address. Which of the following commands would be used to obtain this…

The correct answer is A. NSLOOKUP. NSLOOKUP (Name Server Lookup) is a command-line tool used to query DNS servers. When given an IP address, it performs a reverse DNS lookup to return the associated hostname - exactly what the technician needs. For example, 'nslookup 192.168.1.10' will return the hostname mapped…

Networking

Question

Joe, a technician, is asked by another technician at his company to identify the host name of a device using a specific IP address. Which of the following commands would be used to obtain this information?

Options

  • ANSLOOKUP
  • BIPCONFIG
  • CPING
  • DNETSTAT

How the community answered

(40 responses)
  • A
    88% (35)
  • B
    8% (3)
  • C
    3% (1)
  • D
    3% (1)

Explanation

NSLOOKUP (Name Server Lookup) is a command-line tool used to query DNS servers. When given an IP address, it performs a reverse DNS lookup to return the associated hostname - exactly what the technician needs. For example, 'nslookup 192.168.1.10' will return the hostname mapped to that IP in DNS. IPCONFIG displays the local machine's network configuration and does not resolve remote IPs to hostnames. PING can sometimes return a hostname via reverse lookup, but it is not the dedicated tool for this purpose and may not resolve it. NETSTAT shows active network connections and listening ports, not hostname resolution.

Topics

#NSLOOKUP#hostname resolution#DNS lookup#network commands

Community Discussion

No community discussion yet for this question.

Full 220-802 Practice