How port number is managed? By default 80 is for HTTP. When i run the web site project using visual studio, the development server generates different port number for each run. Though we can change port number under the project properties, Why cant it be simply 80?. What is the max size of the port number size?
If the web server uses port 80 for client request, multiple request wont cause network traffic? Or my understanding on port is wrong?