000-221 · Question #127
A system administrator wants to create a server with network redundancy and maximum I/O throughput over two Ethernet cards. Which option will support the requirement?
The correct answer is A. Create an 802.3ad Link Aggregation adapter backed by both Ethernet cards and cable to a switch with. 802.3ad Link Aggregation bonds multiple NICs into a single logical interface, providing both fault tolerance and increased aggregate bandwidth over a compatible switch.
Question
A system administrator wants to create a server with network redundancy and maximum I/O throughput over two Ethernet cards. Which option will support the requirement?
Options
- ACreate an 802.3ad Link Aggregation adapter backed by both Ethernet cards and cable to a switch with
- BCreate a Network Interface Backup (NIB) with each Ethernet card being cabled to a different switch.
- CCreate the file /etc/sysconfig/network-scripts/ifcfg-bond0 then edit the two ifcfg-ethX configuration files
- DCreate a virtual adapter and assign it to the server, use both Ethernet adapters as backing devices to
How the community answered
(42 responses)- A71% (30)
- B10% (4)
- C17% (7)
- D2% (1)
Why each option
802.3ad Link Aggregation bonds multiple NICs into a single logical interface, providing both fault tolerance and increased aggregate bandwidth over a compatible switch.
802.3ad Link Aggregation Control Protocol (LACP) combines two physical Ethernet adapters into one logical channel, distributing traffic across both links to maximize I/O throughput. It also provides network redundancy because traffic automatically shifts to the surviving link if one fails. The connected switch must also support 802.3ad to negotiate the aggregation, which the question specifies.
Network Interface Backup provides failover redundancy by switching to a standby NIC when the primary fails, but only one NIC is active at a time, so it does not increase I/O throughput.
Creating ifcfg-bond0 is a Linux kernel bonding configuration method and is not the correct approach for AIX systems, which manage link aggregation through AIX-specific tooling.
Assigning a virtual adapter alone does not aggregate the physical NICs into a standards-based, high-throughput channel and does not satisfy both the redundancy and throughput requirements.
Concept tested: 802.3ad link aggregation for redundancy and throughput
Source: https://www.ibm.com/docs/en/aix/7.3?topic=adapters-link-aggregation-failover
Topics
Community Discussion
No community discussion yet for this question.