Exam N10-008 All QuestionsBrowse all questions from this exam
Question 79

A technician is writing documentation regarding a company's server farm. The technician needs to confirm the server name for all Linux servers. Which of the following commands should the technician run?

    Correct Answer: B

    To confirm the server names for Linux servers, the technician should use the 'nslookup' command. Nslookup (which stands for 'Name Server Lookup') is a command-line tool used to query the Domain Name System (DNS) to obtain domain name or IP address mapping. This tool helps in resolving domain names to IP addresses and vice versa. By running 'nslookup' with the IP address of the server, the technician can find the corresponding hostname from the DNS records, thus confirming the server names in the Linux server farm.

Discussion
sharribearOption: B

nslookup (name server lookup) is a tool used to perform DNS lookups in Linux. It is used to display DNS details, such as the IP address of a particular computer, the MX records for a domain, or the NS servers of a domain

user82

In certmaster lear is states "In a Windows environment, you can troubleshoot DNS name resolution with the nslookup command" Since the question is asking about Linux, I would assume the answer is "dig"

Coliwood

I thought you had to use "dig" for macOS and Linux devices.

Orean

When using the CLI on those OSs, yes. However, the technician in question isn't necessarily running those commands on Linux; all we definitively know is that he's trying to verify the hostnames, which he can do remotely on another OS.

user82

The question states "The technician needs to confirm the server name for all Linux servers" it doesn't state anything about him remoting on another OS. So I agree the answer should be "dig"

DrainedDays

Just occurred to me that they're specifying that the technician needs to "confirm the server names for all Linux servers" - tricky phrasing from the question, but it implies that the servers are running Linux, not necessarily that the technician is, so nslookup would be viable for this question

EngAbood

where is the "dig" option ??????????????

[Removed]

DIG,NSLOOKUP, AND HOSTNAME are the possible answers.

AntonioTechOption: B

The NSLOOKUP command does what the question is asking - searching for the name of the device/server.

[Removed]Option: B

This tripped me up because to me a computer name is its hostname not its FQDN name as you would get when you use nslookup against a machine. CompTIA...

thea_smithOption: B

B is correct To get all questions, contact me <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="5a2e323f3b742937332e32686a1a352f2e3635353174393537">[email protected]</a>

ChidazzOption: B

To confirm the server name for Linux servers, the technician should run the following command: B. nslookup The "nslookup" command is used to query DNS (Domain Name System) servers to obtain information about domain names, including resolving domain names to IP addresses and vice versa. By running "nslookup" with the server's IP address, the technician can retrieve the corresponding hostname (server name) associated with that IP address from the DNS records. This command helps identify the server names in a Linux server farm setup.

icyfrosty77Option: B

Nslookup (stands for “Name Server Lookup”) is a useful command for getting information from the DNS server. It is a network administration tool for querying the Domain Name System (DNS) to obtain domain name or IP address mapping or any other specific DNS record. It is also used to troubleshoot DNS-related problems.

waqdhiyoOption: C

Address Resolution Translation resolves IP address to name.

banditring

what does that have to do with anything?

Lu5ck

ARP resolve mac address to IP address. RARP does the reverse.

icyfrosty77

DNS do that, not ARP The Address Resolution Protocol (ARP) - associates the 2 numeric addresses in the network => Mac + IP Of course, this is not the right answer!

InnoVader

DNS (Domain Name Service) resolves IP address to name. ARP (Address Resolution Protocol) resolves physical (MAC) address to IP address. Address Resolution Translation is not a thing.