Load Balancing on Servers (Random Algorithm) - GeeksforGeeks
Consider a high traffic website that receives millions of requests (of different types) per five minutes, the site has k (for example n = 1000) servers to process the requests. How should the load be balanced among servers?
Read full article from Load Balancing on Servers (Random Algorithm) - GeeksforGeeks