SK0-004 · Question #155
A server technician is replacing a web server in an organization. The new server has two integrated NICs. Which of the following describes how the NICs should be configured for fault protection?
The correct answer is B. The NICs should be placed into a team with one MAC address. NIC teaming combines multiple physical adapters into a single logical interface sharing one MAC address, providing transparent failover if one NIC fails.
Question
A server technician is replacing a web server in an organization. The new server has two integrated NICs. Which of the following describes how the NICs should be configured for fault protection?
Options
- AThe NICs should be configured separately with one MAC address.
- BThe NICs should be placed into a team with one MAC address.
- CThe NICs should be configured separately with two MAC addresses.
- DThe NICs should be placed into a team with two MAC addresses.
How the community answered
(23 responses)- A4% (1)
- B87% (20)
- C9% (2)
Why each option
NIC teaming combines multiple physical adapters into a single logical interface sharing one MAC address, providing transparent failover if one NIC fails.
Two separately configured NICs cannot share one MAC address - duplicate MACs on the same network segment cause address conflicts and communication failures.
NIC teaming (also called bonding or link aggregation) groups multiple NICs into one logical adapter with a single shared MAC address. This allows the network switch to treat the team as a single device, so if one NIC fails the other takes over without any IP or MAC address change visible to the network. This is the standard method for fault-tolerant NIC configuration on servers.
Two separately configured NICs with independent MAC addresses provide no fault protection because there is no failover mechanism binding them together.
A NIC team with two separate MAC addresses defeats the purpose of teaming because the network switch would treat them as two unrelated devices, so a single NIC failure would still disrupt its associated traffic flow.
Concept tested: NIC teaming for network fault tolerance
Source: https://learn.microsoft.com/en-us/windows-server/networking/technologies/nic-teaming/nic-teaming
Topics
Community Discussion
No community discussion yet for this question.