THE GIVEAWAY BLOG!! Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Log in

I forgot my password

Search
 
 

Display results as :
 


Rechercher Advanced Search

Poll
Keywords

Latest topics
» How Can I Convert EML to PST Outlook Format
How Can I Tell What is Listening on a TCP/IP Port in Windows? EmptySat Mar 02, 2019 5:50 pm by toddgross0007

» EML to PST
How Can I Tell What is Listening on a TCP/IP Port in Windows? EmptySat Mar 02, 2019 5:49 pm by toddgross0007

» Restore IncrediMail Email
How Can I Tell What is Listening on a TCP/IP Port in Windows? EmptyThu Feb 28, 2019 5:36 pm by toddgross0007

» How to Recover IncrediMail Folders That Disappeared
How Can I Tell What is Listening on a TCP/IP Port in Windows? EmptyThu Feb 28, 2019 5:34 pm by toddgross0007

» EDB to PST Converter software
How Can I Tell What is Listening on a TCP/IP Port in Windows? EmptyTue Feb 28, 2017 6:39 pm by toddgross0007

» Convert OST to PST utility
How Can I Tell What is Listening on a TCP/IP Port in Windows? EmptyTue Feb 28, 2017 6:29 pm by toddgross0007

» MBOX to PST Converter
How Can I Tell What is Listening on a TCP/IP Port in Windows? EmptyWed Jan 25, 2017 3:11 pm by emersonhurst

» SQL Database Recovery
How Can I Tell What is Listening on a TCP/IP Port in Windows? EmptyWed Jan 25, 2017 3:09 pm by emersonhurst

»  MBOX to PST Convert software
How Can I Tell What is Listening on a TCP/IP Port in Windows? EmptyFri Jan 06, 2017 3:48 pm by geetjit13


How Can I Tell What is Listening on a TCP/IP Port in Windows?

Go down

How Can I Tell What is Listening on a TCP/IP Port in Windows? Empty How Can I Tell What is Listening on a TCP/IP Port in Windows?

Post  THE GIVEAWAY BLOG!! Thu Aug 20, 2015 8:57 am

Whenever an application wants to make itself accessible over the network, it claims a TCP/IP port, which means that port can’t be used by anything else. So if you need to use an in-use port, how do you tell what application is holding it?

There’s a number of ways to tell what application has the port locked, but we’ll walk through the built-in way using the command line and Task Manager, and then a great freeware application that does it all in one utility.

Use Built-In Tools to See What is Listening on a Port
The first step is to use a command-line tool to see what ports are in use, and use a special flag that tells us which port is assigned to each Windows process identifier number. Then we can use that number to look up exactly which process it is.

Open up a command prompt and type in the following—you may have to open in Administrator mode to see all processes:

netstat -ab | more
This will immediately show you a list, although it’s maybe a little complicated. You’ll see the process name in the list, and you can search for it.

You can also use this other method, which takes an extra step, but makes it easier to locate the actual process:

netstat -aon | more

If you look on the right-hand side, you’ll see where I’ve highlighted the list of PIDs, or Process Identifiers. Find the one that’s bound to the port that you’re trying to troubleshoot—for this example, you’ll see that 0.0.0.0:80, or port 80, is in use by PID 4708.

image

Now you can simply open up Task Manager—you might have to use the option to Show Processes for All Users, and then you’ll be able to find the PID in the list. Once you’re there, you can use the End Process, Open File Location, or Go to Service(s) options to control the process or stop it.

image
THE GIVEAWAY BLOG!!
THE GIVEAWAY BLOG!!
Admin

Posts : 161
Join date : 2012-06-11
Age : 35
Location : Malaysia

http://thousandgiveaway.blogspot.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum