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.
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)- A7% (4)
- B2% (1)
- C87% (47)
- D4% (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.
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.
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.
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.
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
Community Discussion
No community discussion yet for this question.