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

A systems administrator is looking for operating system information, running services, and network ports that are available on a server. Which of the following software tools should the administrator use to accomplish this task?

    Correct Answer: B

    Nmap is a powerful network scanning tool that can be used to discover hosts and services on a computer network. It is capable of providing operating system information, identifying running services, and detecting open network ports on a server. This makes it the ideal choice for the tasks mentioned in the question.

Discussion
arokace1Option: B

Failing to see how netstat is the right answer. Question is asking for OS Info too, I can not find a way to find OS info with netstat. NMAP can do everything the question is asking for however.

9aac736

Trash question both nmap and netstat do this.

kinny4000

Netstat doesn't directly infer OS info, unless you see something like port 3389 (RDP) then you won't know the OS

Sarmad_MansourOption: D

The software tool that the systems administrator should use to gather information about operating system details, running services, and network ports on a server is D. netstat

titan90279

This is one of those questions where if you ask ChatGPT, it will give you one answer the first time then will give you another if you ask the same question a second time

JB1705

:D As you said, first time its netstat and then 2nd time it went to NMAP

subaie503Option: D

The correct answer is D. netstat. Netstat (network statistics) is a command-line tool used to display network connections, routing tables, interface statistics, masquerade connections, and multicast memberships. It provides information about the network connections (both incoming and outgoing), routing tables, and network interface statistics, which can help the systems administrator in understanding the operating system information, running services, and network ports that are available on the server.

JB1705Option: B

For a specific recommendation, Nmap is particularly well-suited for a comprehensive scan that covers operating system details, running services, and open ports on a server. Its ability to perform both host discovery and port scanning makes it a versatile tool for network administrators and security professionals alike.

BottomTextOption: B

Nmap CAN fingerprint a system's OS in addition to all the other requirements listed here. Netstat CANNOT.