nerdexam
CompTIA

SK0-004 · Question #55

A technician is tasked with providing network-based high availability to a pair of identical web servers. Which of the following minimum server NIC configurations fulfills these requirements?

The correct answer is B. One physical NIC per server: each individual NIC configured for network load balancing. Network Load Balancing (NLB) can be configured on a single NIC per server, making one NIC per server the minimum configuration required for network-based high availability.

Server hardware installation and management

Question

A technician is tasked with providing network-based high availability to a pair of identical web servers. Which of the following minimum server NIC configurations fulfills these requirements?

Options

  • ATwo physical NICs per server: one NIC configured for multicast and one for broadcast.
  • BOne physical NIC per server: each individual NIC configured for network load balancing.
  • CTwo physical NICs per server: one NIC for network traffic, and one for web traffic.
  • DOne physical NIC per server: each NIC configured with the same MAC and IP address.

How the community answered

(31 responses)
  • A
    6% (2)
  • B
    81% (25)
  • C
    3% (1)
  • D
    10% (3)

Why each option

Network Load Balancing (NLB) can be configured on a single NIC per server, making one NIC per server the minimum configuration required for network-based high availability.

ATwo physical NICs per server: one NIC configured for multicast and one for broadcast.

Configuring one NIC for multicast and one for broadcast does not describe a valid or recognized high-availability or load-balancing configuration for web servers.

BOne physical NIC per server: each individual NIC configured for network load balancing.Correct

Windows Network Load Balancing and similar NLB solutions can operate on a single physical NIC, distributing incoming client requests across multiple servers using a shared virtual IP address. Each server's single NIC is configured to participate in the NLB cluster, allowing traffic to be balanced without requiring additional adapters. This represents the minimum hardware requirement to achieve network-based high availability across the server pair.

CTwo physical NICs per server: one NIC for network traffic, and one for web traffic.

Separating 'network traffic' and 'web traffic' onto two NICs describes a segmentation or redundancy design, not a high-availability load-balancing solution.

DOne physical NIC per server: each NIC configured with the same MAC and IP address.

Assigning identical MAC and IP addresses to NICs on separate physical servers would cause network conflicts and ARP collisions, making this configuration invalid.

Concept tested: Network Load Balancing NIC minimum configuration

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

Topics

#network load balancing#high availability#NIC configuration#web servers

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice