Multiple choice technology operating systems

what does mean ethernet bonding in linux?

  1. it means bind service which is used for dns service

  2. this is related to troubleshooting tool for ethernet cable

  3. used while configuring routers on linux

  4. id binding two (or more) physical ethernet interfaces together to look and act as a single interface under Linux

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Ethernet bonding in Linux combines multiple physical network interfaces into a single logical interface for redundancy and increased bandwidth. The bonded interface acts as one interface with failover protection (if one link fails, traffic continues on others) and potential load balancing. Bonding is unrelated to DNS service (A), cable troubleshooting tools (B), or router configuration (C) - it specifically deals with interface aggregation at the network card level.