how can an application use port 80/HTTP without conflicting with browsers?

Posted by John on Stack Overflow See other posts from Stack Overflow or by John
Published on 2010-06-02T12:46:24Z Indexed on 2010/06/02 12:53 UTC
Read the original article Hit count: 155

Filed under:
|
|

If I understand right, applications sometimes use HTTP to send messages, since using other ports is liable to cause firewall problems. But how does that work without conflicting with other applications such as web-browsers? In fact how do multiple browsers running at once not conflict? Do they all monitor the port and get notified... can you share a port in this way?

I have a feeling this is a dumb question, but not something I ever thought of before, and in other cases I've seen problems when 2 apps are configured to use the same port.

© Stack Overflow or respective owner

Related posts about http

Related posts about sockets