For a LB to work properly, it must be the only function in touch with the servers. Then only it can take in stats and optimally route the requests. Here in the m:n scenario, for.ex., disp1 will route to AEM1 and disp2 will try to route to AEM1 which is already handling a req. disp2 has no way of und...