Answer:
Load Balancing
Step-by-step explanation:
Load balancing is used to distribute network load and client requests across multiple servers.
This method is often used when a server cannot manage the traffic efficiently.
Load balancers handle requests before servers and check the availability of the servers, distributes incoming traffic so that the servers work in an optimal way.
It also handles situations when a server collapses by directing the traffic to other available servers.