Load Balancing
Load balancing is the method of distributing network traffic equally across a pool of resources that support an application.
Types of Load Balancing:
Round Robin Load Balancing
How it works: Distributes requests sequentially across the available ser...