vplaza, Check out the netstat command line utility. It will show you established IP connectionswithsource and destination ports. It can also list listening or open ports. You can use this todetermine if a port is being used and what process isusing the port. Use netstat /? to get a summary of options.