Which benefit of cluster computing refers to the ability of the system to keep…

Which benefit of cluster computing refers to the ability of the system to keep running even if one node fails?

Answer: B. High AvailabilityConceptA highly available system is designed to keep a service accessible despite a component failure. In a cluster, redundancy and failover allow another…

  1. A.

    Scalability

  2. B.

    High Availability

  3. C.

    Cost Effectiveness

  4. D.

    Flexibility

Attempted by 31 students.

Show answer & explanation

Correct answer: B

Concept

A highly available system is designed to keep a service accessible despite a component failure.

In a cluster, redundancy and failover allow another node to continue the service when one node becomes unavailable.

Application

The stem asks for the benefit that specifically preserves operation after a node failure. That failure-continuity property is high availability.

Contrast

  • Scalability concerns handling growth by adding capacity; growth is different from continuity after failure.

  • Cost effectiveness concerns value relative to expenditure; it does not define service continuity.

  • Flexibility concerns adapting the configuration or workload; it is not the specific failure-continuity property.

Cross-check

If the failed node were replaced through failover and users could still access the service, the defining benefit would be high availability.

Therefore, the required benefit is High Availability.

Explore the full course: Computer Science

Loading lesson…