Your company network includes client computers that have Windows 7 installed. All client
computers have NetBIOS disabled.
You need to view the status of all TCP/UDP ports.
Which command should you run?
A.
nbtstat -n
B.
ipconfig /all
C.
netstat -an
D.
ipconfig /displaydns
-a Displays all active TCP connections and the TCP and UDP ports on which the computer is listening.
-n Displays active TCP connections, however, addresses and port numbers are expressed numerically and no attempt is made to determine names.