Token ring

Token ring local area network (LAN) technology is a communications protocol for local area networks. It uses a special three-byte frame called a “token” that travels around a logical “ring”of work stations or servers. This token passing is a channel access method providing fair access for all stations, and eliminating the collisions of contention-based access methods.

Comparison with Ethernet

Ethernet and Token ring have some notable differences:

-      Token Ring access is more deterministic, compared to Ethernet’s contention-based CSMA/CD

-      Ethernet supports a directcable connection between two network interface cards by the use of a crossover cable or through auto-sensing if supported. Token ring does not inherently support this feature and requires additional software and hardware to operateon a direct cable connection setup.

-      Token ring eliminate collision by the use of a single-use token and early token and early token release to alleviate the down time. Ethernet alleviates collision by carrier sense multiple access and by the use of an intelligent switch; primitive Ethernet devices like hubs can precipitate collisions due to repeating traffic blindly.


'Computer Science > Terminology' 카테고리의 다른 글

Wide Area Network (WAN)  (0) 2018.03.30
Intranet  (0) 2018.03.30
Packet switching  (0) 2018.03.30
Stream Control Transmission Protocol (SCTP)  (0) 2018.03.30
Wireless Sensor Network (WSN)  (0) 2018.03.30

+ Recent posts