Article ID: 281336 - Last Review: May 7, 2007 - Revision: 1.5 How to determine which program uses or blocks specific transmission control protocol ports in WindowsThis article was previously published under Q281336 On This PageSUMMARY
This article discusses how to determine which program uses or blocks specific Transmission Control Protocol (TCP) ports. MORE INFORMATIONThe Netstat.exe utility has a new switch, the -o switch, that can display the process identifier (ID) that is associated with each connection. This information can be used to determine which process (program) listens on a given port. For example, the netstat -ano command can produce the following output:
Proto Local Address Foreign Address State PID TCP 0.0.0.0:80 0.0.0.0:0 Listening 888 To match the process ID to a program
To obtain additional information about the Netstat.exe utility
| Article Translations
|
Back to the top
