Chokkalingam K
  • 0
Beginner

What are the different types of cloud load balancing algorithms?

  • 0
  1. There are two primary approaches to load balancing.

    Dynamic load balancing uses algorithms that consider the current state of each server and distribute traffic accordingly.

    Static load balancing distributes traffic without making these adjustments. Some static algorithms send an equal amount of traffic to each server in a group, either in a specified order or at random.

    • 0

You must login to add an answer.