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.
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)- A90% (46)
- B2% (1)
- C6% (3)
- D2% (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.
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.
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.
Firewall ACLs define permit and deny rules for traffic flows - they control access policy but do not distribute traffic across multiple network interface cards.
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
Community Discussion
No community discussion yet for this question.