Jump to content

PHY-Level Collision Avoidance

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Dimawik (talk | contribs) at 21:00, 24 July 2023 (Operation: details). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

PHY-Level Collision Avoidance (PLCA) is a reconciliation sublayer defined within IEEE 802.3 clause 148.[1] PLCA is used in 802.3cg (10BASE-T1), which focuses on bringing ethernet connectivity to short-haul embedded internet of things and low throughput, noise-tolerant, industrial deployment use cases.[2]

In order for a multidrop 10BASE-T1S standard to successfully compete with CAN XL, some kind of arbitration was necessary. The linear arbitration scheme of PLCA somewhat resembles the one of the Byteflight, but PLCA was designed from scratch to accommodate the existing shared medium Ethernet MACs with their busy sensing mechanisms. A PLCA can be seen as part of the reconciliation sublayer between the PHY and MAC.[3]

Operation

Under a PLCA scheme all nodes are assigned unique sequential numbers (IDs) in the range from 0 to N. Zero ID corresponds to a special "master" node that during the idle intervals transmits the synchronization beacon (a special heartbeat frame). After the beacon (within PLCA cycle[2]) each node gets its transmission opportunity (TO). Each opportunity interval is very short (typically 20 bits), so overhead for the nodes that do not have anything to transmit is low.[3] If the PLCA circuitry discovers that the node's TO cannot be used (the other node with a lower ID have started its transmission and the media is busy at the beginning of the TO of this node), it asserts the "local collision" input of the MAC thus delaying the transmission. The condition is cleared once the node gets its TO. A standard MAC reacts to the local collision with a backoff, however, since this is the first and only backoff for this frame, the backoff interval is equal to the smallest possible frame - and the backoff timer will definitely expire by the time the TO is granted, so there is no additional loss of performance.[2]

See also

References

  1. ^ "PLCA FAQ" (PDF). IEEE. July 2018.
  2. ^ a b c Beruto & Orzelli 2018.
  3. ^ a b Cena, Scanzio & Valenzano 2023.

Sources