What is a load balancer? Describe in detail. How would you code 1?
Sigiloso
It is a simple server that routes traffic to the webhost which can best handle the request. It's very simple a-b switch based on any logic from just random assignment to 1-then-the-other to using an internal API monitoring which webhost is least busy then routing the latest request there.