
02-21-2010
|
|
|
|
Re: Ephemeral ports
On Feb 19, 11:16*am, Karthik Balaguru <karthikbalagur...@gmail.com>
wrote:
> Hi,
> While looking for some valid port configurations,
> i came across that in Solaris 2.2 by default the
> ephemeral ports for TCP and UDP start at 32768.
> Just eager to know the reason of why does it
> start at 32768 (2 to the power of 15) ?
> And i wonder why does it not follow the IANA range ?
Two reasons. First, there aren't enough low ports in cases where
applications make large numbers of outgoing TCP connections like web
crawlers do. Second, there tend to be a lot of quasi-reserved ports
below 32,768 (such as 6666, 7000, 8000, 8080, and many others) and it
could cause some inconvenience if these ports were used accidentally.
DS
|