What is moving?
The yellow token is permission to transmit. The purple frame is real data that must return to the sender so it can be removed from the ring.
Step through logical ring token passing, bounded access delay, frame return, and single-link fault behavior
Watch a free token circulate around a logical ring. When the selected sender receives the token it is allowed to transmit one frame, the destination copies the frame, and the sender removes the returning frame before releasing the token again.
The yellow token is permission to transmit. The purple frame is real data that must return to the sender so it can be removed from the ring.
Only the node holding the token may send. Other nodes listen and forward, so two stations do not intentionally transmit at the same time.
Press Step until the token reaches the sender. Then change node count and token holding time to see why the delay bound changes.
This is a logical ring model. Classic IEEE 802.5 was often cabled as a star through a MAU, and IoT token protocols may use a bus while keeping a logical token order.
A free token is moving clockwise. The sender must wait until it owns the token.
Healthy single ring. The sender is waiting for the token; increasing node count or token holding time increases the access delay bound.
The token is free. Every node forwards it until the selected sender receives it.
Use this like a packet trace. It shows what a learner should notice after each step.
A small control frame that grants send permission to the node that currently holds it.
The order in which nodes pass the token. It may not match the physical cable route.
With one token and a hold-time limit, a busy node can estimate the latest time it should get access.
A protected design can wrap around a single break. Multiple faults can still partition the network.
(N - 1) x THT + propagation.