this post was submitted on 26 Oct 2024
33 points (83.7% liked)

Showerthoughts

29692 readers
1116 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.

Rules

  1. All posts must be showerthoughts
  2. The entire showerthought must be in the title
  3. Avoid politics
    1. NEW RULE as of 5 Nov 2024, trying it out
    2. Political posts often end up being circle jerks (not offering unique perspective) or enflaming (too much work for mods).
    3. Try c/politicaldiscussion, volunteer as a mod here, or start your own community.
  4. Posts must be original/unique
  5. Adhere to Lemmy's Code of Conduct-----

founded 1 year 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
[–] ChaoticNeutralCzech@feddit.org 3 points 2 weeks ago* (last edited 2 weeks ago) (9 children)

I think token ring is a data link layer technology that controls transmission access over the physical connection. Like early non-switched Ethernet, computers are connected in parallel to the same wires but instead of collision detection and random delays, which caused congestion and serious overhead on busy networks, a "token" is passed around and determines the right to "speak". Everyone listens at the same time and starts receiving packets when addressed. If the computers were literally wired in series like a looping daisy chain, the failure of one would destroy message propagation. Instead, if the token-bearing computer or disconnects from a token ring network, the token is presumed expired after a short while and a new token-bearer is chosen. It's like a kindergarten activity where you sit around in a circle and need to hold the ball to speak, passing it around. It doesn't matter who you're addressing, you can even broadcast, but that's handled by a higher-level protocol.

As for memos, I have never used them and they seem extremely inefficient.

Edit: looks like Token Ring is actually more physical than I thought, with special cables connecting computers in series, so you may be right. That sounds really stupid as a thing to build a network on, it's easy to cut it in half by disabling just two computers, antithetical to the internet's resiliency principle.

Edit edit: my original understanding was right, the literal cable ring is obsolete for good reason. I still don't get the role of a MAU in the star topology unless it's just needed for old NICs to understand virtual tokens.

[–] i_am_not_a_robot@feddit.uk 1 points 2 weeks ago (1 children)

My memory of token ring is vague, but I think it was originally a ring in series as you said - however token ring switches (that isn't what they were called) also existed, which was the "modern" way of writing up a token ring network.

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

Yeah, see the pic in the thread. The "switch" (MAU, Media Access Unit) seems redundant to me though, based on what I read I would expect the network interface cards to create a functional ring on their own over a shared medium. Maybe the old cards for ring-topology networks only worked in that one mode and the MAU made them compatible by pretending they were part of a physical ring, cutting computers out of it if they turned off.

[–] i_am_not_a_robot@feddit.uk 1 points 2 weeks ago

Yes, I think that's probably how it worked.

load more comments (7 replies)