Here's something that I've been wondering:
Is there a "best practice" when you want to allocate tcp/ip port(s) for a server/client program?
I know the general "don't use anything under 1000" rule, but are there any other "rules" that I should know about, or is it a free for all - pick a number and roll with it?
Network Ports
Re: Network Ports
Pick a number that isn't commonly used as a default, allow it to be changed in configuration...
A pretty good list can be found here
http://en.wikipedia.org/wiki/List_of_TC ... rt_numbers
A pretty good list can be found here
http://en.wikipedia.org/wiki/List_of_TC ... rt_numbers
- codewalker
- Enthusiast

- Posts: 331
- Joined: Mon Mar 27, 2006 2:08 pm
- Location: Spain
Re: Network Ports
Don´t use portnumbers frequently used by spammers, hackers, malware, public services, mail, etc. etc. etc.
Google is your friend in this.
cw
Google is your friend in this.
cw
There is a difference between knowing the code and writing the code.
May the code be strong in your projects.
May the code be strong in your projects.
