this post was submitted on 15 May 2026
111 points (90.5% liked)

me_irl

7686 readers
2958 users here now

All posts need to have the same title: me_irl it is allowed to use an emoji instead of the underscore _

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] theunknownmuncher@lemmy.world 1 points 3 days ago* (last edited 3 days ago) (2 children)

Separate network for NAS or local services. Or ~~bridged~~ bonded for more bandwidth

[–] Dave@lemmy.nz 0 points 3 days ago (1 children)

Once you've bonded what do you use that speed for? There's no way my hard drive can handle 3.5G write speed.

[–] Anivia@feddit.org 1 points 3 days ago (1 children)

Network speeds are GBit, not GByte. A single HDD already saturates a 2.5G port

[–] Dave@lemmy.nz 1 points 2 days ago (1 children)

Hmm well then the question becomes how come when I'm downloading something on Steam over my 500Mbps connection it has to pause downloading periodically while it continues writing, as if the download is faster than the hard drive?

[–] Anivia@feddit.org 2 points 2 days ago (1 children)

Because steam games are compressed and your CPU can't extract them fast enough

[–] Dave@lemmy.nz 1 points 2 days ago

Huh ok, I wasn't expecting that to be the bottleneck but it makes just as much sense!

[–] LurkingLuddite@piefed.social 0 points 3 days ago (3 children)

Bonded is more bandwidth. Bridged is just letting traffic flow between them.

[–] theunknownmuncher@lemmy.world 1 points 3 days ago

Thanks, that is what I meant

[–] TechLich@lemmy.world 0 points 3 days ago (1 children)

Why does this have so many names?

Some stuff calls it bonded, sometimes it's teamed, sometimes LAGed or aggregated or bundled or link channelled or ethertrunked or smartgrouped or Multi-link trunked etc. etc.

[–] LurkingLuddite@piefed.social 2 points 2 days ago* (last edited 2 days ago) (1 children)

No idea! If I had to guess, the weird ones come from marketing and not engineering. "Bonded" has been a term for a looooong time, not that I actually remember/know the history of it.

I'm sure some of the things you cited try to make up for deficiencies vs basic bonding, but networking can only get so complicated until you hit higher networking layers.

[–] TechLich@lemmy.world 1 points 2 days ago

Yeah. Wikipedia calls it "link aggregation" and the standard is IEEE 802.1AX which also calls it that and the protocol LACP. I think the real reason for so many names is that the standard wasn't developed until later so everyone built their own competing incompatible implementations with different names and it was a mess for years.

Linux implemented it with the Linux bonding driver and switch manufactures made up their own proprietary extensions for it but the standard didn't become a thing until like 2000. Seems like "teaming" is one of the most popular names for it.

[–] remotelove@lemmy.ca 0 points 3 days ago (1 children)

Bonded ethernet ports are for redundancy and concurrency, which is not quite additional bandwidth. (Just calling that out to help squash any misconceptions of how bonding works. It is technically more bandwidth, but you won't see total throughput of the two links unless you are transferring multiple files.)

[–] LurkingLuddite@piefed.social 1 points 2 days ago* (last edited 2 days ago) (1 children)

Yea, it definitely does not help a single stream hit higher bandwidth, that's for sure.

(ok well it definitely could, but it'd have to be something at a higher network layer that'd know how to set up and juggle multiple data sources, like BitTorrent, or some other similarly 'smart' client)

Of course either way, it requires the external connections to actually be separate. If they ultimately try to cram down the same ISP service, bonding becomes a waste.

[–] remotelove@lemmy.ca 1 points 2 days ago

I use load balanced links to my NAS since it is primarily used for photos and other small files. I do get fairly close to full utilization if Windows needs to rebuild all the thumbnails or if my servers happen to read the NAS SMB share at the same time.

Still, it is kinda pointless except in the rare cases it's not. 99% of the time it's only one link that gets used. My NAS and my switch support it so there isn't really a reason not to bond them.