Software and Hardware Load Balancing
Explore the concepts of software and hardware load balancing to distribute requests across system instances efficiently. Understand reverse proxy servers, their caching benefits, and hardware devices that manage traffic at the network level for improved capacity and fault tolerance.
We'll cover the following...
We'll cover the following...
Software load balancer
Software load balancing is the low-cost approach. It uses an application to listen for requests and dole them out across the pool of instances. This application is basically a reverse proxy server, as shown in the figure below.