On the Host system, identify the TCP connections, ports on which the computer is listening, Ethernet statistics, the IP routing table, IPV4 statistics etc., using appropriate tool. Explore different options available with the tool.
command used: netstat

Options available:
-a: Displays all active TCP connections and the TCP and UDP ports on which the computer is listening
-b: Displays the executable ports involved in creating each connection or listnening ports
-e: Displays ethernet statistics
-n: Displays active TCP connections
-o: Displays active TCP connections and includes the process ID for each connections
-p: Show connections for protocol specified
-s: Displays statistics by protocol
-r: Displays the contents of IP routing table
/?: Displays help at command prompt
