SK0-004 · Question #119
A technician is tasked with creating servers that are fault tolerant and highly available. Which of the following would be the BEST solution for this task?
The correct answer is C. Clustering. Server clustering links multiple nodes so workloads automatically failover to surviving nodes, directly satisfying both fault tolerance and high availability requirements.
Question
A technician is tasked with creating servers that are fault tolerant and highly available. Which of the following would be the BEST solution for this task?
Options
- ALoad balancing
- BVirtualization
- CClustering
- DRound robin
How the community answered
(38 responses)- A3% (1)
- B3% (1)
- C89% (34)
- D5% (2)
Why each option
Server clustering links multiple nodes so workloads automatically failover to surviving nodes, directly satisfying both fault tolerance and high availability requirements.
Load balancing distributes incoming requests across multiple servers but does not inherently provide automatic failover or fault tolerance unless explicitly paired with health-check and failover mechanisms.
Virtualization allows multiple virtual machines to run on a single physical host but does not by itself protect against hardware failure of that host or provide automatic failover between physical servers.
A server cluster groups two or more physical servers so that if one node fails, its workloads are automatically transferred to another active node with minimal or no downtime. This architecture inherently provides fault tolerance by eliminating single points of failure and high availability by keeping services continuously accessible. No other option listed combines both of these properties by default at the server infrastructure level.
Round robin is a simple request-distribution method used in DNS or load balancers that rotates traffic across servers but provides no automatic failover or fault tolerance when a server fails.
Concept tested: Server clustering for fault tolerance and high availability
Source: https://learn.microsoft.com/en-us/windows-server/failover-clustering/failover-clustering-overview
Topics
Community Discussion
No community discussion yet for this question.