Load balancing

  • Load balancing is a core networking solution used to distribute traffic across multiple servers

Nginx

  • Can be used to load balance traffic across multiple servers

Algorithms

  • https://kemptechnologies.com/load-balancer/load-balancing-algorithms-techniques/

Round robin

Weighted Round Robin

Least Connection

Weighted Least Connection

Resource Based (Adaptive)

Resource Based (SDN Adaptive)

Fixed Weighting

Weighted Response Time

Source IP Hash

##]

Hashing

Consistent Hashing

  • Gurauv https://youtu.be/K0Ta65OqQkY

  • https://samwho.dev/load-balancing/

Last updated