nerdexam
CompTIA

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.

Server administration

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)
  • A
    3% (1)
  • B
    3% (1)
  • C
    89% (34)
  • D
    5% (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.

ALoad balancing

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.

BVirtualization

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.

CClusteringCorrect

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.

DRound robin

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

#clustering#fault tolerance#high availability#server redundancy

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice