Which issue refers to the cluster's ability to support future growth by adding…

Which issue refers to the cluster's ability to support future growth by adding new nodes without major changes?

Answer: B. ScalabilityConceptA system characteristic names the aspect of a design being evaluated. Scalability is the characteristic concerned with increasing capacity as workload…

  1. A.

    Security

  2. B.

    Scalability

  3. C.

    Cost

  4. D.

    Load Balancing

Attempted by 40 students.

Show answer & explanation

Correct answer: B

Concept

A system characteristic names the aspect of a design being evaluated. Scalability is the characteristic concerned with increasing capacity as workload or resource count grows, while preserving the system's basic architecture.

In a cluster, horizontal scaling adds nodes; it differs from security, cost management, and the distribution of current work.

Application

The stem describes accommodating future growth specifically by adding nodes without major redesign. That is horizontal growth of capacity, so the relevant issue is scalability.

Contrast

  • Security concerns protecting data, identities, and access from unauthorized use.

  • Cost concerns the capital and operating resources needed for the cluster.

  • Load balancing distributes current work among available nodes; it does not by itself state whether new nodes can be added without redesign.

Cross-check

If demand increases, a scalable cluster can add nodes and gain capacity while retaining the same overall design. This directly matches the growth condition in the stem.

Therefore, the issue is scalability.

Explore the full course: Computer Science

Loading lesson…