Multiple Access Protocols in Computer Network (original) (raw)

Last Updated : 31 Dec, 2025

Multiple Access Protocols are a set of rules used in computer networks to control how multiple devices share and access a common communication channel. Since simultaneous transmissions by multiple devices can lead to data collisions and loss, these protocols ensure orderly, fair, and efficient use of the shared medium by coordinating when and how each device is allowed to transmit data.

Multiple-Access-Control

Multiple Access Protocols

**Note: These protocols manage network traffic by controlling which device can transmit, when it can transmit how collisions are handled. Without them, simultaneous transmissions would lead to interference, packet loss degraded performance.

Role in the OSI Model

The Data Link Layer is responsible for the transmission of data between nodes. It has two major functions:

  1. **Data Link Control (DLC): Ensures reliable transmission using framing, error control flow control (e.g., Stop-and-Wait ARQ).
  2. **Multiple Access Control (MAC): Manages access when multiple stations share a common channel (non-dedicated link).

jpg

Data Link Layer Functions

Types of Multiple Access Protocols

Multiple Access Protocols are categorized into three major types:

Random Access Protocols

In this approach, all stations have equal priority. Transmission decisions are based on the state of the channel (idle or busy). Below are its Features:

1. ALOHA

ALOHA

ALOHA

**Types of Aloha:

2. CSMA (Carrier Sense Multiple Access)

Before transmitting, stations sense the medium:

CSMA

CSMA

**Types of CSMA:

**Note: Still vulnerable to collisions due to propagation delay.

Controlled Access Protocols

Here, devices take turns accessing the channel, preventing collisions. For example:

Channelization Protocols

Bandwidth is divided and allocated so that multiple users can transmit simultaneously.

1. Frequency Division Multiple Access (FDMA)

2. Time Division Multiple Access (TDMA)

3. Code Division Multiple Access (CDMA)

4. Orthogonal Frequency Division Multiple Access (OFDMA)

5. Spatial Division Multiple Access (SDMA)

Features of Multiple Access Protocols