Least number of connections Load balancing

What are load balancing methods

Typically a load balancing method or strategy is used to decide how the load balancer chooses where to send the request. There are many strategies available depending on the vendor, however a few common ones are listed below: Round robin: The most  simple method, each server takes a turn. Least number of connections: The load balancer will [...]