What is Slotted ALOHA? (original) (raw)

Last Updated : 3 Oct, 2025

Slotted ALOHA is an improved version of the Pure ALOHA protocol that was introduced to increase network efficiency and reduce collisions. The main idea behind Slotted ALOHA is to divide the channel into fixed-length time slots, where each station is allowed to transmit only at the beginning of a time slot.

Throughput-Slotted-ALOHA

Slotted Aloha

**Note: This synchronization reduces the vulnerable period and improves the probability of successful transmissions.

How Slotted ALOHA Works

  1. **Time Slots: The channel is divided into equal time slots, each equal to one frame transmission time.
  2. **Synchronization: All nodes are synchronized to these slots. A node that wants to transmit must wait for the beginning of the next time slot.
  3. **Transmission: The node sends its frame at the start of the time slot.
  4. **Acknowledgment: If the frame is received correctly, the receiver sends an acknowledgment (ACK).
  5. **Collision Handling: If multiple nodes transmit in the same slot, a collision occurs and all the frames are destroyed.
  6. **Retransmission: After a collision, nodes wait for a random back-off period before retransmitting to avoid repeated collisions.

Slotted-ALOHA

Working of Slotted ALOHA

Applications of Slotted ALOHA

While rarely used in modern large-scale networks, Slotted ALOHA is still applied in:

Throughput of Slotted ALOHA

Throughput (S) is the rate of successful transmissions per slot and is given by:

S = G \times e^{-G}

**Where:

S_{max} = \frac{1}{e} \approx 0.368 \ (36.8\%), This is twice as efficient as Pure ALOHA(18.4\%) .

Assumptions of Slotted ALOHA

Advantages of Slotted ALOHA

Disadvantages of Slotted ALOHA