|
|
|
|
||||||
| comp.protocols.tcp-ip TCP and IP network protocols. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
I have written a special purpose server
that I plan to put on the Internet. Is there guidance on what ports I should or should not use? Thanks, Mike. |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
Hi.
Port numbers, as any other Internet number, are managed by IANA (Internet Assigned Numbers Authority). See this link to know about port assignments: http://www.iana.org/assignments/port-numbers In short: Well known ports (for root/privileged programs): 0 to 1023 Registered ports (for users programs): 1024 to 49151 Dynamic/private ports: 49152 to 65535 So, if you want to share your program, you should register a port in the range 0-49151. If your server is private, you can use a port in range 49152 to 65535. Regards. |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
Hi,
IANA manages the assignment of ports to public available applications.please visit the following site .The IANA needs a technical description on your proposed use of a user port number http://www.iana.org/cgi-bin/usr-port-number.pl |
|
![]() |
| Outils de la discussion | |
|
|