Tech Question of the Day (Network+): Examine the figure. What command – and option – was issued here? This is a Windows 10 computer and there are only TCP connections listed in the results, no UDP connections.
(see answer below and video response.)
Answer
The command that was issued was netstat -n. The netstat command shows connections to other systems. -n shows this information in numerical format. However, it only shows TCP connections. If you also want UDP connections in numerical format, you would have to type netstat -an.
Video Solution:
Check out the CompTIA Network+ N10-006 Complete Video Course by Kevin Wallace here.