If you have a CSS acting as a loadbalancer for a number of web servers, how do requests for content get processed by the loadbalancer? Does it:a) Pass the actual request along to the servers behind itb) Act like a proxy and retrieve the content from ...