nerdexam
HP

HP0-J73 · Question #190

A company is planning to deploy a database application that requires high availability. In the event of a host failure, the application must sustain only minimal service interruption. Which technology

The correct answer is C. clustering. Clustering enables automatic failover between nodes so that a host failure causes only a brief service interruption, satisfying the high-availability requirement for the database application.

Storage Industry Concepts and Terminology

Question

A company is planning to deploy a database application that requires high availability. In the event of a host failure, the application must sustain only minimal service interruption. Which technology should the company use?

Options

  • Aremote data replication
  • Blocal data replication
  • Cclustering
  • Dtwo-stage backup

How the community answered

(54 responses)
  • A
    7% (4)
  • B
    2% (1)
  • C
    87% (47)
  • D
    4% (2)

Why each option

Clustering enables automatic failover between nodes so that a host failure causes only a brief service interruption, satisfying the high-availability requirement for the database application.

Aremote data replication

Remote data replication copies data to a distant site to support disaster recovery, but it does not provide automatic host-level failover or minimize service interruption when a local host fails.

Blocal data replication

Local data replication mirrors data within the same site to protect against storage failures or data corruption, but it does not address compute host failure or provide automatic application failover.

CclusteringCorrect

A cluster groups multiple server nodes so that if one host fails, another node automatically takes ownership of the database application and its workload within seconds to minutes, meeting the requirement for minimal service interruption. The shared or replicated storage and heartbeat mechanisms built into cluster software detect the failure and trigger failover without manual intervention, providing the continuous availability the company requires.

Dtwo-stage backup

Two-stage backup is a data protection strategy that stages backups to disk before moving them to tape, and it provides no high-availability or failover capability for application continuity.

Concept tested: High availability clustering for automatic host failover

Source: https://learn.microsoft.com/en-us/windows-server/failover-clustering/failover-clustering-overview

Topics

#clustering#high availability#failover#host failure

Community Discussion

No community discussion yet for this question.

Full HP0-J73 Practice