|
|
Note:
|
|
Example:
The ring consist of the following nodes (in this specific order):
|
Node #0 is the last node in the token bus
|
|
|
(Unit = # bytes)
Meaning of the fields:
|
Frame control field | Name | Meaning |
---|---|---|
00000000 | Claim_token | Claim the token during ring initialization |
00000001 | Solicit_successor_1 | Invite stations to enter the ring |
00000010 | Solicit_successor_2 | Invite stations to enter the ring (used by the last node) |
00000011 | Who_follows | Recover a lost token (due to node failure) |
00000100 | Resolve_contention | Used when multiple stations want to enter the ring |
00001000 | Token |
Pass the
token
Also used as a Set_predecessor control frame |
00001100 | Set_successor | Allow stations to leave the ring (used in various protocols) |
01MMMPPP | Data_frame | Data frame (PPP are priority level bits) |
Note:
|