This article's content
Proxy-, Reverse-Proxy Server and Load Balancer

Proxy

Client and Proxy are in the same network. If a client wants to communicate with a resource outside of the network, it does not do so directly, but instead asks the proxy to do that. Reasons why that is beneficial:

  • Security: Proxy acts as a firewall and hides client’s identity through encryption
  • Management: Proxy can receive requests from many clients simultaneously, so it acts as a central managed gateway to the outside network
  • Performance: Proxy caches and compresses responses

Reverse proxy

Similar to a proxy a reverse proxy sits between clients and servers, but this time the reverse proxy is part of the internal network of the servers and it forwards ‘outside client requests’ to the internal servers. This way you get the same benefits as with a normal proxy (security, management, performance).

Load Balancer

A load balancer is a reverse proxy, and so forwards incoming client requests from an outside network to internals servers. A load balancer has the main task of prioritizing servers that can handle the processing of the request best, in other words, it balances the load of computation amongst several servers to achieve a better overall performance when serving the client’s request.

About Author

Mathias Bothe To my job profile

I am Mathias, born 40 years ago in Heidelberg, Germany. Today I am living in Munich and Stockholm. I am a passionate IT freelancer with more than 16 years experience in programming, especially in developing web based applications for companies that range from small startups to the big players out there. I am founder of bosy.com, creator of the security service platform BosyProtect© and initiator of several other software projects.