Open In App

Problems with Token Ring

Prerequisite – Token Ring frame format, Efficiency Of Token Ring Token Ring protocol is a communication protocol used in Local Area Network (LAN). In a token ring protocol, the topology of the network is used to define the order in which stations send. The stations are connected to one another in a single ring. It uses a special three-byte frame called a “token” that travels around a ring.

  1. Topology Used: Ring
  2. Access Control: Token Parsing
  3. Data Flow: Unidirectional
  4. Data Rates: 4Mbps, 6Mbps
  5. Acknowledgement: Piggy Backing Acknowledgement
  6. Encoding: Differential Manchester Encoding

In this article we are going to discuss about some problems with Token Ring. There are four types of problems: Source Problems, Destination Problems, Token Problems and Monitor Problems. These are explained as following below. 1. Source Problems: It can be of two types:



2. Destination Problems: Generally three are three types of Destination Problems:

In order to solve these problems at Destination level, three bits are added into the frame, to let the sender know about if the Destination is Down or if there is an error in the Data. These Three bits are A (Available), C (Copied) and E (Error). Initially all the bits will be 0. If the Data is copied or accepted by the Destination, A & C bit will become 1. In case the sender is available and the data is not copied due to some error in Data or all the Buffers are full, then Bit A will become 1 and C will remain 0. To detect if there is an error in the packet or the Destination is busy, we use the Error bit. Error bit will become 1 if there is any error in the Data, else it will remain 0. means Destination is Busy.



  A (Available) C (Copied) E (Error)
Initial 0 0 0
Busy 1 0 0
Error 1 0 1
Copied 1 1 0

On the acknowledgement of these bits sender will work efficiently. 3. Token Problems: There can be three types of problems with Token.

Note: Token is very small (3 Bytes) and CRC is of 4 Bytes so, to prevent the Token we can’t use CRC. It will increase the size of the Token. 4. Monitor Problems : There are two types of problems.

Article Tags :