QuestionQ17
Basic Network Security ConceptsA system on your network is showing slower-than-normal response times. To collect information about the system's status, you run the netstat -1 command to display all TCP ports in the Listening state.
What does the Listening state indicate for these ports?
- A The state of the connection on the ports is unknown.
- B The remote end disconnected and the ports are closing.
- C The ports are open on the system and are waiting for connections.
- D The ports are actively connected to another system or process.
Community Discussion