The N-to-1 software clusterReplication and application failover from N servers to 1In a N-to-1 software cluster, there are N mirror application modules installed on N primary servers and one backup server.
In case of failure, unlike the active/active cluster, the backup server doesn't have to handle a double workload when a primary server fails. This assumes there is only one failure at a time - the solution can support multiple primary server failures at the same time, but in this case the single back-up server will have to handle the combined workload of all the failed servers. More information: |
|||||