Penguin
Diff: ContentionProtocol
EditPageHistoryDiffInfoLikePages

Differences between current version and revision by previous author of ContentionProtocol.

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

Newer page: version 6 Last edited on Tuesday, March 9, 2004 10:45:43 pm by CraigBox
Older page: version 5 Last edited on Tuesday, March 9, 2004 9:18:38 pm by StuartYeates Revert
@@ -1,6 +1,4 @@
-[ContentionProtocol]  
-  
 A type of network [Protocol] that allows nodes to contend for network access. That is, two or more nodes may try to send messages across the network simultaneously. The ContentionProtocol defines what happens when this occurs. The most widely used ContentionProtocol is [CSMA/CD], used by [Ethernet]. Also see [CSMA/CA], polling and token passing. See also TokenRing, and the more general and related concept, DemandAssignedMultipleAccess. 
  
 ---- 
 CategoryNetworking