1. Description
I n many Internet services an important problem occurs when aserver is overwhelmed with traffic and requests. For this project,your task is to solve this problem by creating a load balancer. Theload balancer is an intermediate machine between clients andmultiple servers which handle the user requests. To maximize theefficient use of servers, load balancer distributes the load (userrequests) efficiently among different servers. There are severalways in which load balancing can be performed. For example,requests that are expected to be quick may be handled by oneserver, while longer requests could be handled by another one.Another method is just randomly assigning
OR
OR