Use Netstat To See Listening Ports And Pid In Windows
In another article, we explained computer ports and what they’re used for. Other than that, what can we do with port information? Since all traffic in and out of the computer goes through ports, we can check on them to see what they’re doing. Maybe the port isn’t listening for traffic? Maybe something is using a port that shouldn’t be? We’re going to use the Windows command netstat to see our listening ports and PID (Process ID)....