Differences between version 9 and revision by previous author of CSMA/CA.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 9 | Last edited on Monday, November 22, 2004 2:22:41 pm | by MikeBeattie | Revert |
Older page: | version 8 | Last edited on Tuesday, March 9, 2004 9:20:00 pm | by StuartYeates | Revert |
@@ -9,10 +9,10 @@
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.
----
-What is your source for the above information? Clearly it depends on network load factor. 100MBps Ethernet can transfer data at a blistering rate compared to 16MBps TokenRing, and with substantially less latency to boot. Coupled with a multi-port ''switch
'' (and not a hub
), total network aggregate bandwidth can achieve many times this rate, perhaps even going into the gigabits per second, for switches with suitably numerous ports.
+What is your source for the above information? Clearly it depends on network load factor. 100MBps Ethernet can transfer data at a blistering rate compared to 16MBps TokenRing, and with substantially less latency to boot. Coupled with a multi-port ''EthernetSwitch
'' (and not an EthernetHub
), total network aggregate bandwidth can achieve many times this rate, perhaps even going into the gigabits per second, for switches with suitably numerous ports.
Also, TokenRing is __not__ CSMA/CA. There is no carrier sensing at all -- if you don't have the token, you have no need to sense a carrier, because you cannot transmit (legally) on the network at all. TokenRing is a variation of DAMA (DemandAssignedMultipleAccess), which can also be applied to bus-topologies as well as star-topologies (e.g., DAMA has proven itself quite well in an amateur packet radio environment, even despite the 1200bps and 9600bps link rates).
----
CategoryNetworking