AKAdarsh Kamathinkmt-engineering-blog.hashnode.dev·Jan 10, 2025 · 10 min readLoad Balancer Internals Pt 2 - Handling HTTP RequestsWhen the load balancer receives a HTTP request, the following events occur: It applies a load balancing algorithm, like round-robin, to choose a server to which the request must be forwarded. Once a server has been chosen, the load balancer must se...00