Port ranges

G

Guest

I recently got a software firewall because certain ports were open on my
computer, I have plans to get a hardware one. doing a port scan I noticed
that a few of my ports were still open, 4 of them attually. And I was
wondering what ports were required by microsoft XP pro to run.

Thanks,
Jason
 
W

Wesley Vogel

No open ports are required. It depends if you're on a network or if you
want to access the internet or not.

Port Microsoft
http://www.iss.net/security_center/advice/Exploits/Ports/groups/Microsoft/default.htm

Port Knowledgebase
http://www.iss.net/security_center/advice/Exploits/Ports/

PORT NUMBERS
http://www.iana.org/assignments/port-numbers

http://www.portsdb.org/bin/portsdb.cgi?portnumber=2132&protocol=ANY

Pretty good primer...
How to read NETSTAT -AN results
http://www.geocities.com/merijn_bellekom/new/netstatan.html

To see what's listening, etc.
The o at the end of netstat -ano lists the PID #. You can match that up
with the PID # in Task Manager or with tasklist /svc to see what's doing
what.

Open a command prompt.
Start | Run | Type: cmd | OK |
Type: netstat -ano
Enter

For a list of all the switches and what they do...
Type: netstat /?
Enter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top