Installation Guides › Implementation Guide › Architectural Considerations › Architectural Use Cases › Redundancy and High Availability › Agent to Policy Server Communication › Policy Server Clusters
Policy Server Clusters
Round robin load balancing evenly distributes SOA Security Manager Agent requests to all Policy Servers that the HCO lists. Although an efficient method to improve system availability and response times, consider that:
- Round robin load balancing is not the most efficient distribution method in a heterogeneous environment where computing capacity can differ. Each Policy Server receives the same number of requests, regardless of capacity.
- Round robin load balancing to Policy Servers that are located in different geographical locations can degrade performance. Sending Agent requests to Policy Servers outside a certain locale can result in increased network communication overhead and network congestion.
A Policy Server cluster is a group of Policy Servers to which Agents can distribute requests. Policy Server clusters provide the following benefits over round robin load balancing:
- A cluster can be configured to include Policy Servers only in a specific data center. Grouping Agents with distinct Policy Server clusters avoids the network overhead involved with load balancing across geographically separate regions. Network overhead is only incurred if Agents failover to another Policy Server cluster.
- A cluster can failover to another cluster based on a Policy Server failover threshold.
- Agents dynamically distribute requests across all Policy Servers based on response time, instead of distributing requests evenly.
Note: For more information about configuring a Policy Server cluster, see the DNA Always Current Scheduler.
The following diagram illustrates two Policy Server clusters. Each cluster is geographical separated to avoid the network overhead that can be associated with round robin load balancing.

More information:
Multiple Components for Operational Continuity
Clustered Components for Scale