• Neato
    link
    fedilink
    95 months ago

    (novice) Why would you get UDP packets multiple times? UDP doesn’t check for acceptance I thought.

      • R0cket_M00se
        link
        fedilink
        English
        8
        edit-2
        5 months ago

        If you have no RSTP/MSTP you’re just asking for trouble.

        Switching loops are unlikely unless you have bad or non-existent documentation or someone new.

          • @MystikIncarnate@lemmy.ca
            link
            fedilink
            English
            55 months ago

            Fun story. I was tasked with figuring out a connection problem on a client’s network. STP was enabled, but everyone having problems were all connected to one switch.

            Some investigation later and STP’s root port is not the expected root port…

            After some investigation, a user took the ethernet cable for their computer (Daisy chained off their VoIP phone), and decided to store it, in the wall jack… Across the office.

            That was Jack was on a different switch, and it had a lower port cost than the primary root port between the switches, so naturally, let’s send all inter-switch traffic over to this… Telephone.

            /Facepalm

          • R0cket_M00se
            link
            fedilink
            English
            25 months ago

            The only switching hardware they should have physical access to is a dumb switch if absolutely needed. Then control the cables.

            • @MystikIncarnate@lemmy.ca
              link
              fedilink
              English
              35 months ago

              Yep. That happened once. The user plugged the cable for their laptop, from the dumb switch, into the same dumb switch and took out most of the network.

      • @bleistift2@feddit.de
        link
        fedilink
        English
        55 months ago

        Don’t the big internet-y routers also send packets to multiple interfaces if they don’t know how to correctly handle the target IP address?

      • @PowerCrazy@lemmy.ml
        link
        fedilink
        15 months ago

        That is extraordinarily rare and I’m not even sure if it’s possible anymore. That was potential attack vector in the 90’s where you have a port on network switch, and then you flood the cam table with thousands of bogus mac addresses until you fill it up, then the switch turns into a hub, and you can now sniff all traffic traversing the switch. These days I’m not sure what will happen if you do successfully fill up a switches cam table. Also cam table sizes are are much much larger now. ~128k entry’s vs maybe 1000 back in the day.

        • @Socsa@sh.itjust.works
          link
          fedilink
          6
          edit-2
          5 months ago

          You can bring a surprisingly large number of network segments down just by plugging both ends of the same cable into a dumb switch. It probably won’t happen immediately, but eventually you will get a broadcast storm which will propagate until it hits an element smart enough to snuff it out.

    • @frezik@midwest.social
      link
      fedilink
      75 months ago

      Protocols using UDP often dial in some features of TCP at the application layer, and resend packets as needed.

      The meme is funny and all, but real world use of UDP is pretty sophisticated.