c++ - Can I use port 80 in my VCL client-server app's -


Usually I use some random ports for my client-server applications in Delphi / C + + Builder. But, since I work in a building with a strong firewall policies, I would like to use Port 80 (TCP and / or UDP).

My question is, do I have any problems with my client-server communication if there are other applications using the same port? I think my server will also take that communication? I would like to avoid any potential confrontation with other apps.

Yes, you have problems, if an application that listen , You can not use that port.

Notice, browsers use port 80 as target ports, they do not talk about 80. Therefore, when you want to use that port, do not count them.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -