Answer Description
A Load Balancer is a network device that distributes workloads between different resources like servers, routers and switches. For example, a large website may use a Load Balancer and multiple identical web servers to prevent from overloading a single device.
Wikipedia
In computing, load balancing refers to the process of distributing a set of tasks over a set of resources (computing units), with the aim of making their overall processing more efficient Load balancing techniques can optimize the response time for each task, avoiding unevenly overloading compute nodes while other compute nodes are left idle Load balancing is the subject of research in the field of parallel computers Two main approaches exist: static algorithms, which do not take into account the state of the different machines, and dynamic algorithms, which are usually more general and more efficient, but require exchanges of information between the different computing units, at the risk of a loss of efficiency
Load_balancing_(computing) - Wikipedia, the free encyclopedia