Code: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | Process | Creation | ProcessID | Protocol | Local Address | Local Port | Remote Address | Remote Port | Status | Sent | Received | Country | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | SYSTEM | --- | 0 | TCP | roy-dcd65bb8e1b | 1374 | sh56.surpasshosting.com | 80 | TIME_WAIT | --- | --- | | TIME_WAIT is the last state in a TCP connection before it closes. The TCP connection states are: LISTEN, SYN-SENT, SYN-RECEIVED, ESTABLISHED, FIN-WAIT-1, FIN-WAIT-2, CLOSE-WAIT, CLOSING, LAST-ACK, TIME-WAIT and then it closes. Once a connection starts to close it will no longer show as being associated to an application, but to SYSTEM. So what you noted/posted is quite normal. That is a connection you had made that is in the final process of closing. Regards, CrazyM
Thanks for the reply, was wondering why System was communicating out, that's interesting. Learn something every day! Regards