Article ID: 323352 - Last Review: December 3, 2007 - Revision: 6.4 How To Determine Which Program Uses or Blocks Specific Transmission Control Protocol Ports in Windows Server 2003This article was previously published under Q323352 On This PageSUMMARY This step-by-step article discusses how to determine which
program uses or blocks specific Transmission Control Protocol (TCP) ports.
The 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 particular 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 How to Match the Process ID to a ProgramTo match the process ID to a program, follow these steps:
How to Obtain Additional Information About the Netstat.exe UtilityTo obtain additional information about the Netstat.exe utility, follow these steps:
APPLIES TO
| Article Translations
|
Back to the top
