nerdexam
(ISC)2

CISSP · Question #1365

A network administrator is configuring a database server and would like to ensure the database engine is listening on a certain port. Which of the following commands should the administrator use to ac

The correct answer is B. netstat -a. The "netstat -a" command is a command-line tool that can be used to display the status of all the network connections and listening ports on a server. The "netstat -a" command can show the protocol, local address, foreign address, and state of each connection or port. The network

Submitted by tom_us· Mar 5, 2026Security Operations

Question

A network administrator is configuring a database server and would like to ensure the database engine is listening on a certain port. Which of the following commands should the administrator use to accomplish this goal?

Options

  • Anslookup
  • Bnetstat -a
  • Cipeonfig /a
  • Darp -a

How the community answered

(25 responses)
  • A
    8% (2)
  • B
    88% (22)
  • C
    4% (1)

Explanation

The "netstat -a" command is a command-line tool that can be used to display the status of all the network connections and listening ports on a server. The "netstat -a" command can show the protocol, local address, foreign address, and state of each connection or port. The network administrator can use this command to ensure the database engine is listening on a certain port by looking for the port number in the local address column and the "LISTENING" state in the state

Topics

#network utilities#netstat#port listening#server configuration

Community Discussion

No community discussion yet for this question.

Full CISSP Practice