Penguin

Differences between version 6 and previous revision of CSMA/CA.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 6 Last edited on Wednesday, October 15, 2003 4:40:16 pm by CraigBox Revert
Older page: version 5 Last edited on Wednesday, October 15, 2003 10:51:09 am by DevenPhillips Revert
@@ -3,7 +3,7 @@
 A network access protocol used in Apple's LocalTalk networks and wireless network access methods. It is a variation of the [CSMA/CD] protocol used in [Ethernet] networks. As in [CSMA/CD] method, each device listens to the signal level to determine when the channel is idle. Unlike the [CSMA/CD], it, then, waits for a random amount of time before trying to send a packet. After a while, the device senses the signal level again and if the channel is free, the packet is sent. If the channel is busy, the time interval before the next attempt is doubled. In some versions of the protocol the time interval between attempts is based on the device's position in the devices list. 
  
 The principal medium access method employed by IEEE 802.11 wireless LANs (WLANs). It is a ""listen before talk"" method of minimizing (but not eliminating) collisions caused by simultaneous transmission by multiple radios. IEEE 802.11 states the collision avoidance method rather than the collision detection that must be used, because the standard employs half-duplex radios-radios capable of transmission or reception-but not both simultaneously. 
  
-__NOTE__: Although the above description may be true, the more commonly accepted description of [CSMA/CA] is attached to [Token Ring] networks. [ Token ring] achieves collision avoidance by only allowing a computer which is currently in possession of the token to transmit. In such a configuration, there is never the possiblity of a collision. This explains why in many cases 16MBit token ring ([CSMA/CA]) can easily outperform 100MBit Ethernet ([CSMA/CD]). 
+__NOTE__: Although the above description may be true, the more commonly accepted description of [CSMA/CA] is attached to TokenRing networks. Token ring achieves collision avoidance by only allowing a computer which is currently in possession of the token to transmit. In such a configuration, there is never the possiblity of a collision. This explains why in many cases 16MBit token ring ([CSMA/CA]) can easily outperform 100MBit [ Ethernet] ([CSMA/CD]). 
  
 Also, contrary to popular misconception, it is possible (and common) to use more than one token on the network. The data traversing the network still avoids collisions by only allowing transfer of data in one direction around the ring. While this may sound inefficient, it is in practice quite an impressive performer.