- In these protocols, it is
possible
(and happens frequently) that
multiple nodes
transmit at the same time.
And when multiple nodes transmits at the same time, all transmissions
become corrupted.
- The collision must be detected and when collision is detected,
nodes will have to retry their transmission.
But each node must try to retransmit is such a way that
they don't collide with other nodes... (we will see how later)
- An inherent property
of these protocols is that
nodes may need multiple tries
before they are successful
in transmitting
For this reason, this class of protocol is known as
multiple access protocols
|