SK0-005 · Question #191
A server administrator wants to check the open ports on a server. Which of the following commands should the administrator use to complete the task?
The correct answer is D. netstat -a. netstat is a command-line tool that displays network connections, routing tables, interface statistics, and more. The -a option shows all listening and non-listening sockets on the server. This can help check the open ports on a server and identify any unwanted or malicious
Question
A server administrator wants to check the open ports on a server. Which of the following commands should the administrator use to complete the task?
Options
- Anslookup
- Bnbtstat
- Ctelnet
- Dnetstat -a
How the community answered
(27 responses)- B4% (1)
- C4% (1)
- D93% (25)
Explanation
netstat is a command-line tool that displays network connections, routing tables, interface statistics, and more. The -a option shows all listening and non-listening sockets on the server. This can help check the open ports on a server and identify any unwanted or malicious
Topics
Community Discussion
No community discussion yet for this question.