On a
local area network, token passing is a
channel access method where a packet called a ''token'' is passed between nodes to authorize that node to communicate. In contrast to
polling access methods, there is no pre-defined "master" node. The most well-known examples are
IBM Token Ring
Token Ring network
IBM hermaphroditic connector with locking clip. Screen contacts are prominently visible, gold-plated signal contacts less so.
Token Ring is a computer networking technology used to build local area networks. It was introduc ...
and
ARCNET, but there were a range of others, including
FDDI (Fiber Distributed Data Interface), which was popular in the early to mid 1990s.
Token passing schemes degrade deterministically under load, which is a key reason why they were popular for industrial control LANs such as
MAP, (Manufacturing Automation Protocol). The advantage over
contention
Contention or contentious may refer to:
* Resource contention, in computer science, a conflict over access to a shared resource
* Contention (telecommunications), a media access method to share a broadcast medium
* Bus contention, an undesirable ...
based channel access (such as the
CSMA/CD
Carrier-sense multiple access with collision detection (CSMA/CD) is a medium access control (MAC) method used most notably in early Ethernet technology for local area networking. It uses carrier-sensing to defer transmissions until no other statio ...
of early Ethernet), is that collisions are eliminated, and that the channel
bandwidth can be fully utilized without idle time when demand is heavy.
The disadvantage is that even when demand is light, a station wishing to transmit must wait for the token, increasing
latency.
Some types of token passing schemes do not need to explicitly send a token between systems because the process of "passing the token" is implicit. An example is the channel access method used during "Contention Free Time Slots" in the
ITU-T G.hn
G.hn is a specification for home networking with data rates up to 2 Gbit/s and operation over four types of legacy wires: telephone wiring, coaxial cables, power lines and plastic optical fiber. A single G.hn semiconductor device is able to net ...
standard for high-speed
local area networking using existing home wires (power lines, phone lines and coaxial cable).
See also
*
Cambridge Ring The term Cambridge Ring could refer to:
* The Cambridge Ring (computer network) technology developed at the university of Cambridge, England
* The Cambridge Five
The Cambridge Spy Ring was a ring of spies in the United Kingdom that passed inform ...
*
HP Interface Loop (HP-IL)
*
Ring network
A ring network is a network topology in which each node connects to exactly two other nodes, forming a single continuous pathway for signals through each node – a ring. Data travels from node to node, with each node along the way handling ever ...
References
Channel access methods
{{Compu-network-stub