PsychoFish
New member
I don't want this thread to die!!
So, here is a question. Can someone explain the uses and reasons for the different port allocations for network traffic? I know there are hundreds of ports specifically for certain services and functions for both TCP and UDP, but I've always just known what the basics ports were allocated to, but no real understanding of the significance thereof.
It's actually an oldish thing of back in the Unix days when ports were opened on a system the use of the port was exclusive the the application that opened the port. Thus ports had to get registered and is how standard ports were defined as, so that application developers can work around known registered ports. This is largely legacy now, but is still very much in play. I can elaborate some more if you want me to, but that is the "in a nutshell" explanation.

