nerdexam
IBM

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.

Networking

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)
  • A
    71% (30)
  • B
    10% (4)
  • C
    17% (7)
  • D
    2% (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.

ACreate an 802.3ad Link Aggregation adapter backed by both Ethernet cards and cable to a switch withCorrect

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.

BCreate a Network Interface Backup (NIB) with each Ethernet card being cabled to a different switch.

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.

CCreate the file /etc/sysconfig/network-scripts/ifcfg-bond0 then edit the two ifcfg-ethX configuration files

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.

DCreate a virtual adapter and assign it to the server, use both Ethernet adapters as backing devices to

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

#link aggregation#802.3ad#network redundancy#EtherChannel

Community Discussion

No community discussion yet for this question.

Full 000-221 Practice