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.
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)- A5% (1)
- B5% (1)
- C11% (2)
- D79% (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.
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.
An active/active service configuration is a clustering model where both nodes simultaneously handle traffic, which contradicts the requirement of not implementing a cluster.
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.
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
Community Discussion
No community discussion yet for this question.