bonding, etherchannel
- Windows - teaming
- Linux - bonding
- Cisco - etherchannel
- Standard - link Aggregation
하드웨어, OS 지원 필요
Teaming is a technology that combines two or more physical NICs to create a virtual network interface that functions as a single Ethernet port. This enables features such as NIC Failover (continuous operation even if one of two network cards fails), Load Balance (appropriate distribution of load across network cards), and Trunk (bandwidth expansion).
Using two wireless NICs at the same time on Windows 10 desktop PC
This is no different than connecting 2 wired Ethernet ports on the same computer to the same network...
https://superuser.com/questions/1025471/using-two-wireless-nics-at-the-same-time-on-windows-10-desktop-pc
Bonding : LACP VS Round Robin
여러개의 NIC를 논리적으로 묶어 한개의 NIC로 NIC의 개수만큼 대역폭을 확장하는 기술 아래의 LACP , Round robin은 본딩의 모드중 하나이다. 링크어그리게이션 ( LACP ) - mode 4 정의 : 다수의 랜포트를 논리적으로 하나의 링크로 통합시켜주는 기술 스위치의 물리적인 포트 여러개를 하나의 논리적인 포트로 만들어줌으로서 대역폭을 확대시키는 것을 말함.
https://sw-son.tistory.com/10

Seonglae Cho