Quick Introduction to Linux Bonding
As the name suggests, bonding driver creates a logical
network interface by using multiple physical network interfaces
underneath. There are various reasons to do so, including link
aggregation for higher bandwidth, redundancy, high availability
etc. Upper layers communicate through the logical bond interface
which has an IP address but eventually the active physical
interface(s) communicate to lower layer 2. It also provides
transparency to...