CodeCompetition.com

Software Development, and Technology Information

Advertisement

Posts Tagged ‘ Networking ’

So you need to find out what ports are currently being used in Windows and don’t know where to start?

Here is a quick way to find out what ports are open or exposed:

Click: Start -> Run and type: cmd {enter}
At the command prompt type:

netstat -a

Netstat will display a list of all listening ports, and for established connections it will show who’s on the other end.

Popularity: 19%