There are two ways to combine multiple Internet connections (well, three but one is not very interesting for personal use).
- Fallback. This is the not interesting one. You use only one connection, and if it ever goes down your Internet automatically switches to the other connection. Usually it's companies which need reliable Internet that do this.
- Load balancing. Internet requests get sent over both connections. But any one request can only go over one connection. So if you're playing an online game while download a file, the download could come over one connection while the game's traffic could go over the other connection. But the download can't go over both connections (two downloads could go over both connections - one...