Encyclopedia > List of well known ports (computing)
IANA is responsible for assigning port numbers to specific uses. The well-known ports are those in the range 0-1023. On Unix-derived operating systems, opening a port in this range to receive incoming connections requires root privileges. Registered port numbers are those in the range 1024-49151. Port numbers in the range 49152-65535 are private or dynamic ports, not used by any defined application.
IANA does not enforce this; it is simply a set of recommended uses. Sometimes ports may be used for different applications or protocols than their official IANA designation. This misuse may, for example, be by a Trojan horse. Or it may be a common program that you use every day, but that never got an IANA registered port or port range.
ICANN formed a contract with the US government (http://www.icann.org/general/iana-contract-21mar01.htm) on March 21, 2001, and now performs the IANA's function.
8000/tcp iRDMI. Often mistakenly used instead of port 8080.
8080/tcp HTTP Alternate (http-alt) or WWW caching service (web cache). Often used when running a second web server on the same machine, for proxy and caching server, or for running a Web server as a non-root user. See also Port 80. Tomcat also uses this as its default port.
These are ports that may be in common use, but that are not formally registered with IANA. Where the use conflicts with a registered use, the notation CONFLICT is used.