| Token Ring is a LAN protocol defined in the IEEE 802.5 where all stations are connected in a ring and each station can directly hear transmissions only from its immediate neighbor. Permission to transmit is granted by a message (token) that circulates around the ring.
Token Ring as defined in IEEE 802.5 is originated from the IBM Token Ring LAN technologies. Both are based on the Token Passing technologies. While them differ in minor ways but generally compatible with each other. Token-passing networks move a small frame, called a token, around the network. Possession of the token grants the right to transmit. If a node receiving the token has no information to send, it seizes the token, alters 1 bit of the token (which turns the token into a start-of-frame sequence), appends the information that it wants to transmit, and sends this information to the next station on the ring. While the information frame is circling the ring, no token is on the network, which means that other stations wanting to transmit must wait. Therefore, collisions cannot occur in Token Ring networks. The information frame circulates the ring until it reaches the intended destination station, which copies the information for further processing. The information frame continues to circle the ring and is finally removed when it reaches the sending station. The sending station can check the returning frame to see whether the frame was seen and subsequently copied by the destination. Unlike Ethernet CSMA/CD networks, token-passing networks are deterministic, which means that it is possible to calculate the maximum time that will pass before any end station will be capable of transmitting. This feature and several reliability features make Token Ring networks ideal for applications in which delay must be predictable and robust network operation is important. The Fiber Distributed-Data Interface (FDDI) also uses the Token Passing protocol. |
| Protocol Structure - Token Ring: IEEE 802.5 LAN Protocol |
| 1 byte | 2 bytes | 3 bytes | 9 bytes | 15 bytes | |
| SDEL | AC | FC | Destination address | Source address | |
| Route information 0-30 bytes | |||||
| Information (LLC or MAC) variable | |||||
| FCS (4 bytes) | Â | Â | EDEL (1) | FS(1) | Â |
|
Related protocols:IEEE 802.2, 802.3, 802.4
Sponsor Source:Token Ring is defined by IEEE (http://www.ieee.org).
Reference:http://standards.ieee.org/getieee802/download/802.5-1998.pdf : Token Ring Access Method and Physical Layer Specification
http://www.cisco.com/univercd/cc/td/doc/cisintwk/ito_doc/tokenrng.htm : Token Ring and IEEE 802.5.
