Token Ring (IEEE 802.5)
Overview
Physical Configuration may be Star
The token
Frame transmission proceeds thusly
Consider performance of this protocol on heavily loaded ring (many stations want to transmit).
Is the protocol fair? The protocol also includes priorities.
Frame Formats
Token ring token
field |
bytes |
description |
start delimiter |
1 |
invalid manchester signal (no transition) |
access control |
1 |
token bit plus priority bits plus reservation bits |
end delimiter |
1 |
invalid manchester signal |
Token ring frame
field |
bytes |
description |
start delimiter |
1 |
same as above |
access control |
1 |
same as above |
frame control |
1 |
frame type (distinguish data from from ring maintenance frame) |
destination |
6 |
all 1’s for broadcast, first bit 1 for group, else individual |
source |
6 |
source address |
data |
0-4500 |
limited by amount of time station can hold token |
checksum |
4 |
CRC-32 checksum |
end delimiter |
1 |
same as above |
frame status |
1 |
ACKnowlegement that receiver can send as it forwards frame |
Priorities
Ring Monitor keeps network under control
Related Home Pages:
notes | CSC 465 | Peter Sanderson | Computer Science | SMSULast reviewed: 16 March 1998
Peter Sanderson ( pete@csc.smsu.edu )