Download as pdf
Download as pdf
You are on page 1of 4
"Load Balancing Algorithms" 41. Round Robin ( Static ) - rotation fashion 2. Weighted Roud robin ( Static ) - I+ is similar to the Round Robin when the servers are of different capacities. ( some node can have better resourcs, others might not have ) 3. IP Hash Algorithm ( Static ) - The servers have almost equal capacity, and the hash iased distribution of requests to the nodes. put is source TP ) is used for random or w +the server and client’s source and destination LP addresses +o unction ( 4. Source TP Hash ( Static ) - combi produce a hash key. The key can be used to determine the request distribution 5. Least Connection Algorithm ( Dynamic ) - Client requests are distributed to the application server with the least number of active connections at the time the client request is received. @. Least Response Time ( Dynamic )- The request is distributed based on the server which has the least response time, Load Balancing Algorithm 4. Round Robin (‘Static ) - rotation fashion 2. Weighted Roud robin ( Static ) - Tt is similar to the Round Robin when the servers are of capacities. ( seme node can have better resoures, others might not have ) 3. I? Hash Algoritinm ( Static ) - The servers have almost equal capacity, and tne hash function ( input is source TP ) is used for random or unbiased distribution of requests +o the nodes. 4. Source LP Hash ( Static ) - Source TP Hash combines the server and clent’s source and destination TP addresses to produce a hash key. The key can be used to determine the ferent request distribution 5, Least Connection Algorithm (‘Dynamic ) - Client requests are distributed to the apy with the least number of active connections at the time the client request is received G. Least Response Time ( Dynamic )- The request is distributed based on the server which has the = O nr nserver “Challenges of Load Balancing” Single Point OF Failure - During a load balancer malfunctioning, the comnmavication between clients and servers would be broken, To solve this issue, we can use redundancy, The system can have an active load balancer and one passive load balancer

You might also like