A local area network (LAN) uses a shared transmission medium and broadcast architecture. Medium access control (MAC) protocols coordinate access to the shared medium to avoid collisions. The ALOHA protocol was an early random access protocol that allowed collisions but recovered through retransmissions. Slotted ALOHA reduced collisions by constraining transmissions to time slots. Carrier sense multiple access with collision detection (CSMA/CD) further reduced collisions by having nodes listen to check if the medium is idle before transmitting.