nerdexam
CompTIA

N10-005 · Question #444

A network administrator wants to balance the amount of data between two networking cards. Which of the following can be used for two or more networking cards?

The correct answer is A. NIC bonding. NIC bonding (also called NIC teaming or link aggregation) logically combines two or more physical network interfaces to distribute traffic load and increase aggregate throughput.

Network implementation

Question

A network administrator wants to balance the amount of data between two networking cards. Which of the following can be used for two or more networking cards?

Options

  • ANIC bonding
  • BProxy server
  • CFirewall ACLs
  • DVLANs

How the community answered

(51 responses)
  • A
    90% (46)
  • B
    2% (1)
  • C
    6% (3)
  • D
    2% (1)

Why each option

NIC bonding (also called NIC teaming or link aggregation) logically combines two or more physical network interfaces to distribute traffic load and increase aggregate throughput.

ANIC bondingCorrect

NIC bonding aggregates multiple physical NICs into a single logical interface, allowing the operating system or switch to distribute outbound and inbound traffic across the member adapters. This provides both load balancing of bandwidth and fault tolerance if one NIC fails, and it requires a compatible switch supporting LACP (IEEE 802.3ad) on the other end for active-active configurations.

BProxy server

A proxy server forwards client requests on behalf of users and can cache content - it operates at the application layer and has no function in balancing traffic between physical NICs.

CFirewall ACLs

Firewall ACLs define permit and deny rules for traffic flows - they control access policy but do not distribute traffic across multiple network interface cards.

DVLANs

VLANs logically segment a network at Layer 2 - they partition broadcast domains but do not combine or load-balance traffic across multiple physical NICs.

Concept tested: NIC bonding for multi-NIC load balancing

Source: https://www.kernel.org/doc/html/latest/networking/bonding.html

Topics

#NIC bonding#link aggregation#network cards#load balancing

Community Discussion

No community discussion yet for this question.

Full N10-005 Practice