Combining multiple network links into a single usable link is something the industry is very slowly moving towards.
Multipath TCP is already a thing and is used extensively by iPhones at least for Apple framework services.
If you have multiple network connections, you want to use a multi-path VPN to bond them together to allow you to aggregate bandwidth or reduce total latency or reduce packet loss.
As somebody else mentioned speedify is a commercial multi-path VPN service you can use today on any device.
You could also build your own if you're so inclined, but wire guard does not have multi-path built in you have to bod something together. There is a patch for open VPN for multiPath, but it is not in the upstream
Because it's not useful. Two routers still share the same frequencies and thus can't send more data over the same air. A single router can already use multiple frequencies to increase throughput. You don't need two to do that.
https://en.m.wikipedia.org/wiki/MIMO
If you want to use multiple internet connections and combine their speed, that's possible. Dunno how though and I guess to work best it would need a server somewhere else like a VPN to manage the packets coming from different ips
Basically it means to not have a special designed hardware for task X but to do much of it in software which gives you more flexibility. And also let's you configure and use X a bit more flexible.
E.g. software defined networking: If you run several virtual machines on a server, you may define the whole network between them virtually in software instead of doing it on the hardware side. Sure, you still need an ethernet card in your server to connect it to other servers and the internet, but all load balancing, switches, firewalls, VLANs, etc. between the virtual machines (or containers) on your server are virtualized in software - or maybe eben between servers.
Same goes for e.g. Software Defined Radio. In the early days you had dedicated hardware to control the mobile network and the antennas and such. Today you "just" have the antenna and a transceiver that is capable of producing and receiving a wide range of signals and modulations. All encoding, decoding and interpretation the signals is done in software. If your hardware is capable enough, the upgrade from e.g. 4G to 5G may only be a software update for all base stations.
SD-WAN includes that but it is not its sole purpose, although I agree most vendors will say that's what you want. WAN/Link Aggregation, Multilink Aggregation, Link Load Balancing, Equal Cost Multipath, WAN Virtualisation, etc are ways to bundle multiple links together.
In WIFI terms, it's called channel bonding, it was proprietary and various vendors had their own implementations, see "Super G".
In case you’re wondering about the downvotes, using any search index verbification other than “Google” demonstrates greater techno-activism than pointing out that DDG uses the Bing API. Your effort has been noted, however, and will be evaluated at the next summit.
The purposeful insinuation of a falsehood was enough to get people to admit that DDG is just Bing with a hat on while dogpiling on the assumed "mistake." I'll take it.
probably because it’s more complicated than just improving the bandwidth on single wifi networks, which we have been making steady progress on. picking the low hanging fruit first.
32 Comments
jet@hackertalks.com · 31 pts · 2y
Combining multiple network links into a single usable link is something the industry is very slowly moving towards.
Multipath TCP is already a thing and is used extensively by iPhones at least for Apple framework services.
If you have multiple network connections, you want to use a multi-path VPN to bond them together to allow you to aggregate bandwidth or reduce total latency or reduce packet loss.
As somebody else mentioned speedify is a commercial multi-path VPN service you can use today on any device.
You could also build your own if you're so inclined, but wire guard does not have multi-path built in you have to bod something together. There is a patch for open VPN for multiPath, but it is not in the upstream
Septimaeus@infosec.pub · 30 pts · 2y
We can and have. It’s Multi-Link Operation (MLO) which was part of WiFi 7 standards. Here’s how it works.
My router has it and it is indeed quite fast, but it’s new technology. There are currently very few client devices that support MLO.
Septimaeus@infosec.pub · 3 pts · 2y
Oh, but if you mean from different SSIDs then checkout load balancers like Speedify.
sexy_peach@feddit.org · 22 pts · 2y
Because it's not useful. Two routers still share the same frequencies and thus can't send more data over the same air. A single router can already use multiple frequencies to increase throughput. You don't need two to do that. https://en.m.wikipedia.org/wiki/MIMO
sexy_peach@feddit.org · 7 pts · 2y
If you want to use multiple internet connections and combine their speed, that's possible. Dunno how though and I guess to work best it would need a server somewhere else like a VPN to manage the packets coming from different ips
slazer2au@lemmy.world · 10 pts · 2y
Software defined wan (SDWAN) is the industry term for bundling multiple independent internet connections to maximise bandwidth.
boredsquirrel@slrpnk.net · 6 pts · 2y
Can you explain what this "software defined x" means that you hear everywhere?
elvith@feddit.org · 6 pts · 2y
Basically it means to not have a special designed hardware for task X but to do much of it in software which gives you more flexibility. And also let's you configure and use X a bit more flexible.
E.g. software defined networking: If you run several virtual machines on a server, you may define the whole network between them virtually in software instead of doing it on the hardware side. Sure, you still need an ethernet card in your server to connect it to other servers and the internet, but all load balancing, switches, firewalls, VLANs, etc. between the virtual machines (or containers) on your server are virtualized in software - or maybe eben between servers.
Same goes for e.g. Software Defined Radio. In the early days you had dedicated hardware to control the mobile network and the antennas and such. Today you "just" have the antenna and a transceiver that is capable of producing and receiving a wide range of signals and modulations. All encoding, decoding and interpretation the signals is done in software. If your hardware is capable enough, the upgrade from e.g. 4G to 5G may only be a software update for all base stations.
Silentiea@lemmy.blahaj.zone · 1 pts · 2y
But what about for services other than X, like Facebook or YouTube?
/j
elvith@feddit.org · 2 pts · 2y
These are all software defined social networking, aren't they?
Silentiea@lemmy.blahaj.zone · 2 pts · 2y
I was just joking about the placeholder X being X (formerly Twitter)
slazer2au@lemmy.world · 3 pts · 2y
The main ones I hear are software defined WAN. Which means you can do per application internet steering.
Software defined LAN is more about authorising specific applications to access the corporate lan.
discozombie@lemmy.world · 6 pts · 2y
SD-WAN includes that but it is not its sole purpose, although I agree most vendors will say that's what you want. WAN/Link Aggregation, Multilink Aggregation, Link Load Balancing, Equal Cost Multipath, WAN Virtualisation, etc are ways to bundle multiple links together.
In WIFI terms, it's called channel bonding, it was proprietary and various vendors had their own implementations, see "Super G".
slazer2au@lemmy.world · 4 pts · 2y
I agree but most of the wan optimisers have rebranded to SDWAN because that was the hype about 7 years ago.
With wifi specifically yea, trying to multiplex a technology that is effectively a CSMA/CA is hard and there is no interoperability.
possiblylinux127@lemmy.zip · 6 pts · 2y
Two APs should be on different channels so they don't interfere
quixotic120@lemmy.world · 20 pts · 2y
jet@hackertalks.com · 8 pts · 2y
Speedify works really well.
It has different bonding modes
Auto mode does its own retransmits if packets don't make it and it can fail over connections without losing TCP sockets.
I imagine people's disappointment is due to them not understanding their own network characteristics.
Boomkop3@reddthat.com · 13 pts · 2y
We had a guest speaker from ericson back when I was in uni. According to them that's been a thing for a while now
LambdaRX@sh.itjust.works · 6 pts · 2y
Just duckduckgo/mojeek your question. I got link to speedify for example.
SpaceNoodle@lemmy.world · -5 pts · 2y
You mean "Bing it"
WhyAUsername_1@lemmy.world · 6 pts · 2y
Could you be any more wrong?
LambdaRX@sh.itjust.works · 4 pts · 2y
If you mean that these search engines use Bing, than this is true only for DDG. Mojeek is independent.
possiblylinux127@lemmy.zip · 4 pts · 2y
I'll give you an up vote as I want that to be a thing. "Let me Bing it for you"
Septimaeus@infosec.pub · 0 pts · 2y
In case you’re wondering about the downvotes, using any search index verbification other than “Google” demonstrates greater techno-activism than pointing out that DDG uses the Bing API. Your effort has been noted, however, and will be evaluated at the next summit.
SpaceNoodle@lemmy.world · 3 pts · 2y
The purposeful insinuation of a falsehood was enough to get people to admit that DDG is just Bing with a hat on while dogpiling on the assumed "mistake." I'll take it.
Septimaeus@infosec.pub · 1 pts · 2y
Mmm, understood. Antiheroics are especially well-regarded. I’ll be sure this is accurately reflected in the report.
SpaceNoodle@lemmy.world · 3 pts · 2y
Make sure to note I'm really tall so I get preferential treatment due to their unconscious biases
LodeMike@lemmy.today · 4 pts · 2y
We've been doing better time sharing since WiFi 6. Remember this all has to be backwards compatible.
WiFi 7 has its own new band and its really fast.
fishpen0@lemmy.world · 2 pts · 2y
LodeMike@lemmy.today · 1 pts · 2y
Hm yeah of course.
MHanak@lemmy.world · 3 pts · 2y
My guess is that a network card can handle only one network at a time
dan1101@lemm.ee · 1 pts · 2y
Yeah it would probably be better to do in the router.
possiblylinux127@lemmy.zip · 3 pts · 2y
I wonder if you configure them to be a trunk
acosmichippo@lemmy.world · 3 pts · 2y
probably because it’s more complicated than just improving the bandwidth on single wifi networks, which we have been making steady progress on. picking the low hanging fruit first.