Penguin
Note: You are viewing an old revision of this page. View the current version.

ContentionProtocol

A type of NetworkProtocol? 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.