L
Load Balancing
Definition
Requests from clients are distributed across available servers to achieve better utilization of computing resources. In general, load balancing can be based on network traffic, CPU load, relative power of the server, size of the server’s request queue, a simple round robin method, or other mechanisms.