Photo by René DeAnda on Unsplash

System Design Fundamentals: Load Balancers

Mariam Jaludi
Level Up Coding
Published in
4 min readApr 9, 2022

--

Load balancing is the process of distributing network traffic across multiple servers.

They are critical components in large scale systems. When we want to scale a system to handle increased demand, load balancers help in determining and distributing where traffic should be forwarded across different servers by placing the load balancer in between the clients and the servers.

--

--