Computer Hacking Forensic Investigator (CHFI v10) — Question 533

Netstat is a tool for collecting information regarding network connections. It provides a simple view of TCP and UDP connections, and their state and network traffic statistics. Which of the following commands shows you the TCP and UDP network connections, listening ports, and the identifiers?

Answer options

Correct answer: B

Explanation

The correct answer is B, as the command 'netstat - ano' provides a comprehensive view of TCP and UDP connections, including listening ports and process identifiers. Option A shows the routing table, option C displays the executable involved in creating connections, and option D provides statistics on protocol usage, none of which offer the complete information required.