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.
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.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot