Link to home
Start Free TrialLog in
Avatar of hitechauto
hitechauto

asked on

PORTS

Hi There

Silly question,

How do i check and see what tcp ports are in use and available on my local pc?
Avatar of Chris Dent
Chris Dent
Flag of United Kingdom of Great Britain and Northern Ireland image


Assuming it's a Windows based system...

The command (run from the command line):

netstat -a

Will show you which ports are in use and the status of those ports.

HTH

Chris
Avatar of sriwi
sriwi

or run a port scanner from other PC, and it wil tell you which port is in use, and the one that is not showing up means that you can use it.
G-lock software has a program called Advanced Administrative Tools that has a nice network monitor that lists tons of useful information regarding open ports, ip's and proccesses using them. http://www.glocksoft.com/download.htm
If you don't wan't to install anything, you could also go to this site:
http://scan.sygatetech.com/
and you'll get all the info an outsider can get.
Hey.

I recommend using this port scanner:

http://www.snapfiles.com/Freeware/network/fwscanner.html

Search for 'SuperScan' and take alook at the screen shot and opinions if you wish.
ASKER CERTIFIED SOLUTION
Avatar of ngravatt
ngravatt
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
nmap for windows
www.insecure.org