This scenario gives you the ability to provide the highest availability to the users with no single point of failure in the
whole cluster setup.
In this scenario, multiple Cluster Services provide authentication and load balancing services and access to multiple servers.
The multiple Cluster Services setup has multiple entry points. A Domain Name Server (DNS) acts as a single point-of- entry
for users and performs round-robin distribution of incoming requests to the configured Cluster Services. The Cluster Services
are responsible for returning the correct address of the least busy server to which the users can connect.
Figure 3: Multiple points of entry setup overview

In above scenario, we have two levels of load balancing. First, the DNS performs load balancing (simple round-robin) regardless
of the load on the Servers, and then the Cluster Services perform load balancing on the actual load on each server.
The number and location of the Cluster Services need not match the number and location of Servers. Both components can be
installed on different machines.