The document discusses various medium access control protocols for local area networks:
1. Static channel allocation protocols like Frequency-Division Multiplexing (FDM) can waste bandwidth if the number of users is not exactly equal to the number of allocated channels.
2. Dynamic channel allocation protocols do not pre-allocate channels. The ALOHA and CSMA protocols allow nodes to transmit whenever the channel is sensed to be idle, which can still result in collisions.
3. Slotted ALOHA improves on pure ALOHA by only allowing transmissions to start at discrete time slots, doubling its maximum throughput. Carrier sensing in CSMA helps reduce but does not eliminate the possibility of collisions.