this post was submitted on 26 Oct 2024
31 points (80.4% liked)

Showerthoughts

30226 readers
771 users here now

A "Showerthought" is a simple term used to describe the thoughts that pop into your head while you're doing everyday things like taking a shower, driving, or just daydreaming. A showerthought should offer a unique perspective on an ordinary part of life.

Here are some examples to inspire your own showerthoughts: 1

Rules

  1. All posts must be showerthoughts
  2. The entire showerthought must be in the title
  3. Avoid politics 3.1) If you feel strongly that you want politics back, please volunteer as a mod.
  4. Posts must be original/unique
  5. Adhere to Lemmy's Code of Conduct

If you made it this far, showerthoughts is accepting new mods. This community is generally tame so its not a lot of work, but having a few more mods would help reports get addressed a little sooner.

Whats it like to be a mod? Reports just show up as messages in your Lemmy inbox, and if a different mod has already addressed the report the message goes away and you never worry about it.

founded 2 years ago
MODERATORS
 

Please correct me if I'm wrong, might have breathed in too many soap fumes.

Token Ring sends the packets to every node by passing it from one node and if that node is not the recipient it passes it on to the next node.

Memos were created the day before with a list of recipients then it was passed around till everyone on the list had read it.

you are viewing a single comment's thread
view the rest of the comments
[–] linearchaos@lemmy.world 2 points 2 months ago (1 children)

The MAU turned a physical star topology into a logical ring topology.

Moving to star was more of an assistance to physical installs

[–] ChaoticNeutralCzech@feddit.org 1 points 2 months ago (1 children)

My point is, if you have a shared medium anyway, you can get rid of the MAU by having nodes manage the (virtual) token themselves, basically take limited-time turns based in some order like ascending MAC addresses. You could then wire the cable in any way you want with unlimited junctions, taps, whatever as long as you created a graph where all nodes are connected to each other. The entire point of a token ring is to manage a shared medium (that is, a single pair of wires, either UTP or coax, which can efficiently be wired along the shortest, possibly branching path) because if you have to use a direct connection from every endpoint to an MAU in a star topology, you could just have an Ethernet switch anyway.

[–] linearchaos@lemmy.world 1 points 2 months ago (2 children)

The whole point behind it was that everything was too slow to handle it efficiently themselves in an uncontrolled manner. When networks and computers got faster we started using ethernet.

[–] ChaoticNeutralCzech@feddit.org 1 points 2 months ago

Yes, and it's also that switches got cheaper so most new installations only connect two nodes with a single physical conductor.

[–] InverseParallax@lemmy.world 0 points 2 months ago* (last edited 2 months ago)

The whole point was that cs/ma (check if anyone is talking while you're talking) was a competing strategy to token ring (everyone can talk in their turn).

You could lose most of your bandwidth under contention with csma, it scaled poorly and routers/switches were crazy expensive because they needed to have memory to buffer packets at full flow.

Somebody made an integrated switch ASIC and the price plummeted and suddenly every network was switched.