Updated on 2025-07-04 GMT+08:00

Load Balancing Algorithms

Description

  • Origin server IP hash: Requests from the same IP address are routed to the same backend server.
  • Weighted round robin: All requests are distributed to origin servers in turn based on their weights. A larger weight indicates that more traffic will be forwarded to the corresponding server.
  • Session Hash: Requests identified by the same session ID are directed to the same origin server. Ensure that a session tag in Traffic Identifier is configured after the domain name is added to WAF, or the session hash configuration does not take effect. For details, see How Do I Configure a Traffic Identifier for a Known Attack Source?

FAQs