A network administrator wants to ensure that a critical file server is always reachable via a single IP address, even if the server's NIC fails. The server has a single NIC. Which technique should be used to provide high availability for this IP address?
NIC teaming combines multiple NICs into one logical interface with a single IP. If one NIC fails, traffic continues through the other, providing the required high availability.
Why this answer
NIC teaming allows multiple NICs to be combined into a single logical interface with one IP address, providing redundancy in case a NIC fails. Although the server currently has only one NIC, this is the correct technique to achieve the goal, as it can be implemented by adding a second NIC. VRRP provides router redundancy, not server NIC redundancy, so it does not solve the problem of a server NIC failure.
Load balancers distribute traffic across multiple servers, and DNS round robin does not provide automatic failover.
Exam trap
Candidates often mistake VRRP as a solution for server NIC redundancy, but VRRP is a protocol for router redundancy, not server NIC failover. NIC teaming is the appropriate technique, even though it requires multiple NICs.
Why the other options are wrong
DNS round robin distributes traffic across multiple IP addresses, but it does not provide a single, always-reachable IP address for a single server. If the server's NIC fails, DNS round robin would still direct traffic to the failed IP, causing downtime.