>Date: Thu, 2 Dec 1999 22:21:07 -0800
>netstat --inet I get this:
>tcp 0 0 localhost:8000 localhost:1036
>so I am wondering, what are ports 1033, 1031, 10xx ? And since it's a
For me, it is a bit strange "localhost" is on both sides.
Port numbers: the side, which initiates connection, must
get free port from some pool, and usually it gets ports
from 1000 (or 1024?) and the number grows on every connect.
On the second side, port number is defined by the service
available at it (e.g. port 23=TELNET, port 25=SMTP).
A specification of protocol, and two host-port pairs is
full specification of a connection, and must be unique.
Therefore client uses different port on each connection.
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]