The Token Frame
When no station is transmitting a data frame, a special token frame circles the ring. This special token frame is repeated from station to station until arriving at a station that needs to transmit data.
When a station needs to transmit a data frame, it converts the token frame into a data frame for transmission.
The special token frame consists of three bytes as follows:
Starting Delimiter - consists of a special bit pattern denoting the beginning of the frame. The bits from most significant to least significant are J,K,0,J,K,0,0,0. J and K are code violations. Since Manchester encoding is self clocking, and has a transition for every encoded bit 0 or 1, the J and K codings violate this, and will be detected by the hardware.
Access Control - this byte field consists of the following bits from most significant to least significant bit order: P,P,P,T,M,R,R,R.
The P bits are priority bits, T is the token bit which when set specifies that this is a token frame, M is the monitor bit which is set by the Active Monitor (AM) station when it sees this frame, and R bits are reserved bits.
Ending Delimiter - The counterpart to the starting delimiter, this field marks the end of the frame and consists of the following bits from most significant to least significant: J,K,1,J,K,1,I,E. I is the intermediate frame bit and E is the error bit.
Token Ring Frame Format
A data token ring frame is an expanded version of the token frame that is used by stations to transmit medium access control (MAC) management frames or data frames from upper layer protocols and applications.
The token ring frame format is defined as follows:
- Starting Delimiter - as described above.
- Access Control - as described above.
- Frame Control - a one byte field that contains bits describing the data portion of the frame contents.
- Destination address - a six byte field used to specify the destination(s).
- Source address - a six byte field that is either the locall assigned address (LAA) or universally assigned address (UAA) of the sending station adapter.
- Data - a variable length field of 0 or more bytes, the maximum allowable size depending on ring speed containing MAC management data or upper layer information.
- Frame Check Sequence - a four byte field used to store the calculation of a CRC for frame integrity verification by the receiver.
- Ending Delimiter - as described above.
- Frame Status - a one byte field used as a primitive acknowledgement scheme on whether the frame was recognized and copied by its intended receiver.