nerdexam
Google

CLOUD-DIGITAL-LEADER · Question #354

An organization wants to duplicate critical system components to enhance reliability and mitigate single points of failure. Which design consideration should the organization use?

The correct answer is A. Redundancy. Redundancy is the architectural practice of duplicating critical components so that if one instance fails, another can immediately take over, eliminating single points of failure and improving system reliability. The other options address different reliability or security concern

Cloud Architecture Principles

Question

An organization wants to duplicate critical system components to enhance reliability and mitigate single points of failure. Which design consideration should the organization use?

Options

  • ARedundancy
  • BBackups
  • CLatency
  • DSecurity

How the community answered

(35 responses)
  • A
    91% (32)
  • C
    6% (2)
  • D
    3% (1)

Why each option

Redundancy is the architectural practice of duplicating critical components so that if one instance fails, another can immediately take over, eliminating single points of failure and improving system reliability. The other options address different reliability or security concerns.

ARedundancyCorrect

Redundancy involves provisioning duplicate instances of critical system components - such as servers, network links, or databases - so that no single failure can bring down the entire system. This design consideration directly addresses single points of failure by ensuring that the failure of one component does not interrupt service availability. Common redundancy patterns include active-active and active-passive configurations across multiple zones or regions.

BBackups

Backups are a data protection mechanism for restoring information after loss or corruption, not a real-time duplication strategy that keeps services running during component failures.

CLatency

Latency refers to the time delay in data transmission across a network and is a performance consideration, not a method for duplicating system components.

DSecurity

Security refers to protecting systems from unauthorized access and threats, which is separate from the reliability concern of eliminating single points of failure through component duplication.

Concept tested: Redundancy design for eliminating single points of failure

Source: https://cloud.google.com/architecture/framework/reliability/design-for-high-availability

Topics

#Redundancy#High Availability#Reliability#System Design

Community Discussion

No community discussion yet for this question.

Full CLOUD-DIGITAL-LEADER Practice