• Possibly linuxOP
    link
    fedilink
    English
    382 months ago

    Switches are kind of stupid from a hardware perspective. A basic switch just has a lookup table that has all the connected devices and if it can’t find the destination address in the switch sends it out on all ports. There are protocols to handle this but they add overhead and are only available on higher end devices.

    You can imagine what kind of chaos this could cause

    • @SpaceNoodle
      link
      102 months ago

      No need to imagine, I’ve done it myself!

    • @takeda
      link
      62 months ago

      I’m still puzzled though. Is switch initiative the ARP request? I though that since nothing (that can communicate) is connected to it except itself, it would be just quiet.

      • Possibly linuxOP
        link
        fedilink
        English
        22 months ago

        You just connect your laptop and run a broadcast ping

        Problem solved

        • @takeda
          link
          12 months ago

          I see, so that’s how you bootstrapped it?