under winxp
from a command prompt: "netstat -o" -- shows open connections, with process-id
from task-manager, show processes (you may have to choose "view" and select "show PID") -- match the process-id from the netstat command with the PID from task manager
If someone has a better ("standard") way from base winxp, I'd love to know about it.