InterviewSolution
| 1. |
What is Network Teaming? |
|
Answer» Network Teaming also is known as Ethernet Channel Bonding that enables two or more Network Interfaces Card (NIC) to work as a single VIRTUAL NIC card. This means the machines will be supposed to work on the virtual one and which may increase the bandwidth and provides redundancy of NIC Cards. This helps us in achieving redundant links, load balancing or fault tolerance networks in the production system. If one physical NIC is down or can say unplugged, it will automatically MOVE the RESOURCES to other NIC card. Channel/NIC bonding works with the help of the bonding driver in KERNEL. 2 main types of Network Teaming:-
|
|