Load balancer

From CNM Wiki
Revision as of 18:40, 9 June 2021 by Gary (talk | contribs)
Jump to: navigation, search

A load balancer (hereinafter, the Balancer) is any system that performs load balancing. The Balancer accepts client's requests, selects a resource to fulfill that request, forwards the request to the selected resource, receives its response, and returns that response back to the client.

The Balancers work with multiple nodes; this feature distinguishes them from reverse proxies that accepts client's request, forwards this request to the resource, received its response, and it to a server that can fulfill it, and returns that response to the client.


See also

Web resources

Related lectios