Load Balancer
Source::
Definition
Load balancers intercept client request before they get to the server and redirect that request to the corresponding server.
They allow us to balance the traffic load on a website. User’s request will go to the load balancer which in turn will delegate it to one of the multiple available servers based on some conditions.