Key Concepts and Features : Server load balancing
 
Server load balancing
Server load balancing (SLB) features are designed to give you flexible options for maximizing performance of your backend servers.
Table 1 summarizes server load balancing features.
Table 1: Server load balancing features
Features
Summary
Methods
Round robin
Weighted round robin
Least connections
Fastest response
Hash of URI, domain, host, destination IP
Health check
Checks based on Layer 3, Layer 4, or Layer 7 data.
Server management
Warm up
Rate limiting
Maintenance mode with session ramp down
Persistence
Based on:
Cookies
TCP/IP header matches
A hash of TCP/IP header values
TLS/SSL session ID
RADIUS attribute
Layer 7
Profiles: HTTP, HTTPS, HTTP Turbo, RADIUS, TCPS
Content routing: HTTP Host, HTTP Referer, HTTP Request URL, SNI hostname, Source IP address
Content rewriting: URL redirect, 403 Forbidden, or HTTP request/response rewrite
Layer 4
Profiles: FTP, TCP, UDP
Content routing: Source IP address
Layer 2
Profiles: HTTP, HTTPS, TCP, TCPS
Note: Layer 2 load balancing is useful when the request’s destination IP is unknown and you need to load balance connections between multiple next-hop gateways.
For detailed information, see “Server Load Balancing”.