PDA

View Full Version : ports blocking



babu198649
2nd August 2008, 12:29
hi
If a program runs on a port ,then it can not be used by other program until the port is released. but how does the browser deals with multiple web pages with the same http port(80).

jpn
2nd August 2008, 13:12
It's not the web browser but a web server which listens at port 80. :)

babu198649
3rd August 2008, 10:12
If there is no port assigned for receiving data,then how does the process identifies its data and rejects other.

jacek
4th August 2008, 15:51
If there is no port assigned for receiving data,then how does the process identifies its data and rejects other.
The browser doesn't use port 80. It gets a not-quite-random port number from the system.