| |||
That kind of check isn't 100% correct. Routers open up ports all the time in response to simply using it. The way connections work is that when a program makes an outgoing one, it uses what's called an "ephemeral port", that is, a random port. Routers generally open up those ports for incoming access. |
| ||||
if you REALLY would like a detail look at whats opening ports.. do this: start > run > cmd.exe <enter> now type in the black dos window: netstat -a -b -v now it should look like this: Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\*your account*>netstat -a -b -v Proto Local Address Foreign Address State PID TCP NETWORK-93BA05E:http NETWORK-93BA05E:0 LISTENING 2000 [Apache.exe] TCP NETWORK-93BA05E:epmap NETWORK-93BA05E:0 LISTENING 1100 c:\windows\system32\WS2_32.dll C:\WINDOWS\system32\RPCRT4.dll c:\windows\system32\rpcss.dll C:\WINDOWS\system32\svchost.exe -- unknown component(s) -- [svchost.exe] TCP NETWORK-93BA05E:microsoft-ds NETWORK-93BA05E:0 LISTENING ...etc if you dont want it to resolve hosts, or use names of ports, just use the -n option, this forces the numerical option which makes everything has a name back into its number form: C:\Documents and Settings\*your account*>netstat -a -b -v -n Active Connections Proto Local Address Foreign Address State PID TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 2000 [Apache.exe] this will give you LOTS of stats on what programs and services have activated a port. if you want to know what is being sent over these ports, download ethereal and its required winpcap ethernet library at http://ethereal.com/ you can learn some interesting things about networks by just sniffing Last edited by ultracross; July 18th, 2005 at 11:51 PM. |
| |||
Quote:
And then there are the incredible downloading speeds I have been getting... I am impressed -- LimeWire just keeps getting beter and better... |
| |
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Firewall detection still | Mands | Connection Problems | 17 | April 7th, 2006 06:07 AM |
Corruption Detection | aminth | New Feature Requests | 0 | March 4th, 2005 04:47 AM |
Remote IP detection | plex | New Feature Requests | 0 | March 8th, 2002 06:53 AM |
mp3 detection flawed ... | shadowze | Site Feedback | 2 | April 4th, 2001 07:01 AM |
IP address detection | fist_187 | Gnotella (Windows) | 0 | September 5th, 2000 07:36 AM |