Process Flow - Load balancing rules
Client sends request
Load Balancer receives request
Check load balancing rule
Select backend pool based on rule
Forward request to selected backend
Backend processes request and responds
Response sent back to client
The load balancer receives client requests, applies the load balancing rule to select a backend server, forwards the request, and returns the response.