In Windos "NETSTAT" is a command which helps us to find which ports in the system are open and what is their processid
To get that type following command in command prompt
Netstat -ao
Check more details on this using following URL
http://www.petri.co.il/quickly_find_local_open_ports.htm
http://stackoverflow.com/questions/273159/how-to-easy-determine-if-a-port-is-open-on-an-windows-server
To get that type following command in command prompt
Netstat -ao
Check more details on this using following URL
http://www.petri.co.il/quickly_find_local_open_ports.htm
http://stackoverflow.com/questions/273159/how-to-easy-determine-if-a-port-is-open-on-an-windows-server