Load Balancing
Load balancing is a technique used to distribute workloads across multiple servers to improve performance by optimizing the resource utilization. Strategies Round Robin It done sequentially there is no logic to this, each request is assigned to the next available server in a circular order. This strategy distributes the load