• @[email protected]
    link
    fedilink
    245 months ago

    I love that you can plug a switch into itself that essentially causes a data short circuit of the switch talking to itself without realising it.

    • @friend_of_satan
      link
      English
      23
      edit-2
      5 months ago

      Unless the switch has STP enabled.

      The Spanning Tree Protocol (STP) is a network protocol that builds a loop-free logical topology for Ethernet networks.

      • Possibly linuxOP
        link
        fedilink
        English
        385 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
          105 months ago

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

        • @takeda
          link
          65 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
            25 months ago

            You just connect your laptop and run a broadcast ping

            Problem solved

            • @takeda
              link
              15 months ago

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