Help Center> Elastic Load Balance> User Guide (Ankara Region)> FAQ> Listeners> What Are the Relationships Between Load Balancing Algorithms and Sticky Session Types?
Updated on 2024-04-18 GMT+08:00

What Are the Relationships Between Load Balancing Algorithms and Sticky Session Types?

Sticky sessions ensure that requests from the same client are routed to the same backend server. Table 1 lists the types of sticky sessions.

Table 1 Sticky sessions supported by dedicated load balancers

Load Balancing Algorithm

Sticky Session Type

Layer 4 (TCP/UDP)

Layer 7 (HTTP/HTTPS)

Weighted round robin

Source IP address

Supported

Not supported

Load balancer cookie

N/A

Supported

Application cookie

N/A

Not supported

Weighted least connections

Source IP address

Not supportedSupported

Not supported

Load balancer cookie

N/A

Not supportedSupported

Application cookie

N/A

Not supportedSupported

Source IP hash

Source IP address

N/A

Not supported

Load balancer cookie

N/A

Not supported

Application cookie

N/A

Not supported

Generally, the weighted round robin algorithm is recommended. Sticky sessions at Layer 4 use source IP addresses to main sessions, and sticky sessions at Layer 7 use load balancer cookies.