NETWORK

netstat -an

view all open ports on computer

netstat -rn

view routing table

nbtstat -n

view NetBIOS name table

arp -a

view arp table

ping <hostname>|<ip>

test a host for connectivity

tracert <hostname>|<ip>

monitor a packet trace to host