
06-04-2009, 04:23 AM
|
|
PC Wizard
|
|
Join Date: May 2008
Posts: 1,470
|
|
How to check system port number?
|
Q:
Use “netstat -an” command to check port state, in Windows 2000/XP system, we could use this command under command prompt to check system port state, and it could list the port number and its state that system is opening. And there are some sentences under state, now I simply explain what these words are for:
LISTEN: listen to the connection request of TCP port from remote
SYN-SENT: after sending connection request again, please wait for the matched connection request.
.......
Please click here to continue
|
|
|