this post was submitted on 18 Sep 2024
308 points (96.4% liked)

memes

16510 readers
3513 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/AdsNo advertisements or spam. This is an instance rule and the only way to live.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Ilovethebomb@lemm.ee 24 points 10 months ago (2 children)

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@lemmy.world 22 points 10 months ago* (last edited 10 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.

[–] 0ops@lemm.ee 19 points 10 months ago (1 children)

Why is the switch talking to itself? Is it stupid??

[–] possiblylinux127@lemmy.zip 38 points 10 months ago (2 children)

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@lemmy.world 10 points 10 months ago

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

[–] takeda@lemmy.world 6 points 10 months ago (1 children)

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.

[–] possiblylinux127@lemmy.zip 2 points 10 months ago (1 children)

You just connect your laptop and run a broadcast ping

Problem solved

[–] takeda@lemmy.world 1 points 10 months ago

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