0

My son is living in the attic, and his internet connection is....terrible, to say the least. I bought expensive Deco4 access points, which has improved matters somewhat, but there are many ups and downs in the network speed. We also have (ethernet) powerline adapters, which are more stable, but have a much lower speed.

I was wondering if there is a possibility to combine ethernet + wifi into one connection, for improved stability. Now it is either wifi or ethernet, and I thought, if we can make Windows 10 think that there is only one (virtual) network adapter that combines both connections, maybe that improves the situation somewhat. Is this possible? Suggestions are welcome.

Albin
  • 11,950

1 Answers1

0

Theoretically this is possible (sort of a universal layer 2 load balancer) but you won't be able to do it from within Windows and I actually don't know any product/software that does that. Usually what you do is you just get a connection that is more reliable and/or has a higher data transfer rate, see existing comments for this. The only thing I can add is to use a WLAN mesh if you don't want to run a cable e.g. a repeater etc. there are tons of products out there (personally I would prefer the Ethernet cable as well although make sure to use good equipment/cable, max lengths are only under good conditions or put switches in between).

What you could do is to write a script that measures the quality of the WLAN and wired Ethernet adapter and which ever has the worse performance gets deactivated. Or you could use an existing software that measures the LAN speed at each new location and activate/deactive and choose the adapter manually (you can still activate/deactivate through a script).

Albin
  • 11,950