January 2018
Intermediate to advanced
350 pages
9h 7m
English
Random load balancing also takes a list of servers to target but every time a request comes, it picks one randomly. If random implementation is equally distributed, it leads to a distribution close to the round-robin solution. However, it can potentially scale better, since it doesn't need to synchronize the list to pick the current server to use.
Read now
Unlock full access