Fundamentals 10 min read

How a Single Ethernet Cable Triggered a Dorm‑Wide VLAN Storm

A college student recounts how a simple Ethernet cable hack caused a network-wide broadcast storm in a dormitory, exploring the underlying VLAN and STP concepts while detailing improvised hardware tricks and the resulting chaos.

21CTO
21CTO
21CTO
How a Single Ethernet Cable Triggered a Dorm‑Wide VLAN Storm

Shortly after starting university, the author faced a frustrating situation: wealthy classmates could use laptops at night while the author, limited to a Nokia slider phone, struggled with power outages and network restrictions.

Determined to find a solution without confronting new roommates, the author decided to use a technical approach. With only a Nokia phone, the only feasible option was to set up a scheduled shutdown on a roommate's computer, which lacked technical merit.

Instead, the author turned to the dorm's network infrastructure. By borrowing a working Ethernet cable from a roommate's laptop, the author discovered a live network signal and saw an opportunity.

Without any special software or hardware—just a single Ethernet cable—the author began experimenting, recalling a previous experience installing a set‑top box that shared the broadband connection.

During that installation, a technician simply cut a cable and used four spare wires to connect the set‑top box, demonstrating that a network could be linked without switches or hubs.

Inspired, the author wondered whether connecting two pairs of wires to a switch would behave like plugging a cable into two ports, potentially creating a loop.

Testing confirmed that the loop caused a broadcast storm, effectively bringing down the entire dorm's network.

The author explains that a switch forwards broadcast packets to all ports; when two ports form a loop, broadcasts circulate endlessly, consuming bandwidth. The Spanning Tree Protocol (STP) exists to detect and prevent such loops.

After the initial chaos, the author refined the setup: by stripping a cable to expose three pairs of wires, using only one pair to control the network, and hiding the rest inside a wardrobe.

Further improvements (v1) involved simplifying the wiring to a single controllable line, but the setup was fragile and often re‑connected incorrectly during sleep.

Version 2 introduced a more reliable switch: two wires were placed inside a sock with elastic material, acting as a pressure‑sensitive switch that disconnects the network when the foot relaxes.

The final device cost only a few dollars and allowed the author to control the dorm's network by simply lifting a toe, effectively throttling traffic for hundreds of users.

Although the hack was short‑lived—students eventually obtained computers and resumed normal usage—the story illustrates how a basic understanding of Ethernet, VLANs, and broadcast behavior can be leveraged for creative (if mischievous) network control.

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

NetworkingDIYethernetVLANSTPbroadcast storm
21CTO
Written by

21CTO

21CTO (21CTO.com) offers developers community, training, and services, making it your go‑to learning and service platform.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.