• remotelove@lemmy.ca
      link
      fedilink
      arrow-up
      3
      ·
      12 days ago

      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
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        11 days ago

        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
          link
          fedilink
          arrow-up
          1
          ·
          11 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.

    • TechLich@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      12 days ago

      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
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        11 days ago

        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
          link
          fedilink
          arrow-up
          1
          ·
          11 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.