Proxy

A Proxy is a server that acts as a gateway between clients and servers.

It forwards requests from clients to servers and responses from servers to end users. Proxy load balancing is used to distribute traffic across multiple servers. The load balancer itself acts as a proxy server, and the servers that accept the requests are the back end servers.


Previous term: Load Balancing

Next term: Session Affinity