Loading...
A load balancer distributes incoming requests across multiple servers. If one server dies, traffic goes to others. This gives you horizontal scaling (add more servers = handle more traffic) and high availability.
0 comments
Sign in to join the discussion