|
The short answer is, source ports (what your seeing in tcptrack) are random unused ports.
In the case of web browsing for example, they are destined for port 80, but come from any port, this is how you can have multiple simultaneous connections to different servers, on the same destination port. Where if they all came back to you on the same port, things the client program (that sends the original requests), would get confused..
At least, that is how I understand it.
|