1) Multiple access communication networks use a shared medium for broadcast transmission. A key issue is how to share this medium among multiple users.
2) Random access protocols like ALOHA and slotted ALOHA use loose coordination, where nodes send immediately and retry if a collision occurs. Carrier sensing multiple access (CSMA) protocols require nodes to sense the channel before transmitting to avoid collisions.
3) The performance of random access protocols can be analyzed using techniques like discrete time Markov chains. The maximum throughput of pure ALOHA is about 18% while slotted ALOHA achieves about 37% throughput. CSMA protocols can achieve higher throughput than ALOHA if the propagation delay is small.