The Artima Developer Community
Sponsored Link

.NET Buzz Forum
What are the active network ports on my machine?

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Jon Box

Posts: 244
Nickname: jonbox
Registered: Dec, 2003

Jon Box is a .NET Developer and Regional Director.
What are the active network ports on my machine? Posted: Aug 23, 2004 9:57 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Jon Box.
Original Post: What are the active network ports on my machine?
Feed Title: Jon Box's Weblog
Feed URL: http://radio-weblogs.com/0126569/rss.xml
Feed Description: This is a log of my findings and amusements with .NET. I also present information on my presentations and others that I see.
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Jon Box
Latest Posts From Jon Box's Weblog

Advertisement

For those of you who don't know me, let's just say that I'm not an infrastructure guru - and I don't plan on being one.  So, this entry is for those who are like me, i.e. only want to know enough to get the job done.  In doing some research on XPSP2, I was curious how to know what was connecting to me or what I was connecting to via TCP/IP connections.  An easy way is to use the NetStat utility that comes with Windows.  Run this command line gem with either the "-ano" or "-ao" parameters and you might be surprised what all is going on under your nose.  The output includes your local address/port, the external address/port including machine name, connection state, and PID (process ID).  Run this next to TaskMgr and you'll get a better idea if there's any nonsense happening.  On first view, this might be scary to you as it will appear that everyone and their mother is talking to your machines.  But after looking up the processes and seeing who is actually connected to you, you can breathe easier.  If you can't identify a connection's purpose, there is always the possibility of using the Windows Firewall and its "Don't Allow Exceptions" setting.

Another intersting utility is TDImon from Sysinternals. This utility shows network traffic and also includes some NetStat info like PID (but with the actually process name).  Plus it's free.  Wow, is Outlook busy!

Read: What are the active network ports on my machine?

Topic: SeaStar Previous Topic   Next Topic Topic: RSS from SQL Server

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use