Process Flow - Why load balancing distributes traffic
Client sends request
Load Balancer receives request
Select backend server based on algorithm
Forward request to selected server
Server processes request and responds
Response sent back to client
Traffic from clients goes to the load balancer, which picks a backend server to handle each request, then forwards the request and returns the server's response.