1.

What Is Load Balancing?

Answer»

Load balancing is simple technique for distributing workloads across multiple MACHINES or clusters. 

The most common and simple load balancing algorithm is Round Robin. In this TYPE of load balancing the request is divided in circular order ensuring all machines get equal number of requests and no single machine is overloaded or underloaded. 

The Purpose of load balancing is to

  • Optimize resource USAGE (Avoid overload and under-load of any machines.)
  • Achieve Maximum Throughput
  • Minimize RESPONSE time.

 Most common load balancing techniques in web based applications are

  • Round robin
  • SESSION affinity or sticky session
  • IP Address affinity.

Load balancing is simple technique for distributing workloads across multiple machines or clusters. 

The most common and simple load balancing algorithm is Round Robin. In this type of load balancing the request is divided in circular order ensuring all machines get equal number of requests and no single machine is overloaded or underloaded. 

The Purpose of load balancing is to

 Most common load balancing techniques in web based applications are



Discussion

No Comment Found