nerdexam
CompTIA

SK0-004 · Question #670

A server administrator wants to increase the availability of a web server without implementing a cluster. Which of the following would accomplish this task?

The correct answer is D. Configure two servers with the same IP address. Configuring two servers to share the same virtual IP address via Network Load Balancing (NLB) increases web server availability without requiring traditional failover clustering.

Server administration

Question

A server administrator wants to increase the availability of a web server without implementing a cluster. Which of the following would accomplish this task?

Options

  • AConfigure round robin DNS entries
  • BConfigure an active/active service
  • CConfigure an active/passive service
  • DConfigure two servers with the same IP address

How the community answered

(19 responses)
  • A
    5% (1)
  • B
    5% (1)
  • C
    11% (2)
  • D
    79% (15)

Why each option

Configuring two servers to share the same virtual IP address via Network Load Balancing (NLB) increases web server availability without requiring traditional failover clustering.

AConfigure round robin DNS entries

Round robin DNS distributes connections across multiple addresses but provides no automatic failover - clients may still be directed to a downed server until the DNS TTL expires.

BConfigure an active/active service

An active/active service configuration is a clustering model where both nodes simultaneously handle traffic, which contradicts the requirement of not implementing a cluster.

CConfigure an active/passive service

An active/passive service configuration is also a clustering model where one node is a warm standby, which is a form of clustering and violates the stated constraint.

DConfigure two servers with the same IP addressCorrect

Windows Server Network Load Balancing allows multiple servers to share a single virtual IP address, distributing incoming requests across all active nodes. If one server becomes unavailable, the remaining servers continue responding to that shared IP, providing high availability without the complexity of a Windows Server Failover Cluster.

Concept tested: Network Load Balancing for web server high availability

Source: https://learn.microsoft.com/en-us/windows-server/networking/technologies/network-load-balancing

Topics

#high availability#web server#load balancing#server availability

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice