Prepare for the CompTIA Cloud+ Exam with our interactive tests. Access diverse question formats with detailed explanations for each answer. Ace your exam!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


Which HA solution involves multiple servers that handle requests concurrently but can assume the load of a member if that member fails?

  1. Active-passive

  2. Active-active

  3. Passive-passive

  4. Passive-active

The correct answer is: Active-active

The active-active high availability (HA) solution involves multiple servers that are all actively handling requests concurrently. This architecture allows each server to share the load and provide better resource utilization. In the event that one of the servers fails, the remaining servers can take over the workload of the failed server without any interruption in service. This redundancy ensures that the system remains operational and can handle the expected workload, enhancing overall reliability and performance. In contrast, other HA solutions may operate differently. For example, the active-passive setup typically involves one server handling all requests while the other servers remain on standby, ready to take over only when the active server fails. In passive configurations, services are not running on all members simultaneously, leading to less efficient load distribution. The passive-active and passive-passive setups also imply a lack of concurrent processing by all nodes, which doesn't align with the characteristics of an active-active solution. Thus, the active-active configuration stands out for its capability to maintain high availability and performance through concurrent operations and immediate failover capabilities.