Hallo iedereen,
Zou iemand mijn de balance Xor kunnen verduidelijken bij bonding. Dit is het samenvoegen van NIC's.
Dit is de uitleg:
Dit deel snap ik niet
Alvast bedankt
Zou iemand mijn de balance Xor kunnen verduidelijken bij bonding. Dit is het samenvoegen van NIC's.
Dit is de uitleg:
code:
1
2
3
4
5
6
7
| Balance XOR Balance XOR balances traffic by splitting up outgoing packets between the adapters, using the same one for each specific destination when possible. It transmits based on the selected transmit hash policy. The default policy is a simple slave count operating on Layer 2 where the source MAC address is coupled with destination MAC address. Alternate transmit policies maybe selected via the xmit_hash_policy option. Balance XOR mode provides load balancing and fault tolerance. Broadcast Broadcast sends traffic on both interfaces. Balanced XOR mode provides fault tolerance. |
Dit deel snap ik niet
code:
1
2
3
| It transmits based on the selected transmit hash policy. The default policy is a simple slave count operating on Layer 2 where the source MAC address is coupled with destination MAC address. Alternate transmit policies maybe selected via the xmit_hash_policy option. Balance XOR mode provides load balancing and fault tolerance. |
Alvast bedankt