Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Multiple Access Protocols, Slides of Computer Networks

The concept of multiple access protocols used to coordinate access to a shared broadcast channel in wired and wireless local area networks and satellite networks. It discusses different types of multiple access protocols, including channel-partitioning protocols, taking-turns protocols, and random access protocols. The document also explains the vulnerable time in Pure ALOHA and Slotted ALOHA, persistence methods, and CSMA/CD and CSMA/CA protocols. It also discusses the minimum frame size required for CSMA/CD to work.

Typology: Slides

2022/2023

Available from 07/13/2023

sunny-singh-13
sunny-singh-13 🇮🇳

22 documents

1 / 56

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Multiple
Access
Multiple Access
1
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a
pf1b
pf1c
pf1d
pf1e
pf1f
pf20
pf21
pf22
pf23
pf24
pf25
pf26
pf27
pf28
pf29
pf2a
pf2b
pf2c
pf2d
pf2e
pf2f
pf30
pf31
pf32
pf33
pf34
pf35
pf36
pf37
pf38

Partial preview of the text

Download Multiple Access Protocols and more Slides Computer Networks in PDF only on Docsity!

Multiple Access

Multiple Access

AGENDA

INTORDUCTION

TYPES OF NETWORK LINK

CHANNEL PARITIONING PROTOCOLS

RANDOM ACCESS

Slotted ALOHA

ALOHA CSMA

TAKING-TURNS PROTOCOLS

LOCAL AREA NETWORKS

BROADCAST-LINK

  • It can have multiple sending and receiving nodes all connected to the same, single shared broadcast channel. - Examples: Ethernet, Wireless LAN Multiple Access Problem: How to coordinate the access of multiple sending and receiving to a shared broadcast channel.

On the basis of functionality oriented sublayers :

DATA LINK LA# DataYER Link Control - for data link control

# Multiple Access Resolution - for resolving access to shared media

Note : if the link is dedicated , we do not require the lower sublayer.

  • Dedicated – line / channel reserved exclusively for one type of communication.

Multiple Access

Multiple access protocol

Multiple access protocol is used to coordinate access to the link. Nodes can regulate their transmission onto the shared broadcast channel by using Multiple access protocol. It is used both wired and wireless local area network and satellite network. All nodes are capable of transmitting frame, more than two nodes can transmit frames at the same time. If so, the transmitted frames collide at all of the receivers.

When there is a collision, none of the receiving nodes can make any sense of any of the frames that were transmitted; In a sense, the signals of the colliding frames become inextricably tangled together. Thus, all frames involved in the collision are lost, and the broad cast channel as wasted during the collision interval. To rectify this problem Multiple access protocol was implemented

Classification of MAP

Multiple Access

Protocol

Channel-Partitioning

protocols

Taking-turns

Protocols

Random Access

Protocol

Definition

Multiple Access (protocols) allows several terminals

connected to the same multi-point transmission medium to

transmit over it and to share its capacity.

It allows several data streams or signals to share the

same communication channel or physical medium.

Multiple Access

1. ALOHA and its variants

Multiple Access

  • (^) One of the earliest multiple access scheme
  • (^) Just sent it!
  • (^) Wait for ack
  • (^) If no ack, try again after a random waiting time
    • (^) No back off

Pure ALOHA

  • (^) CONCEPT - Each station sends a frame, when it has frame to send.
  • (^) Since only one channel to share, there is a possibility of collision between frames

of different stations.

  • (^) Frames in Pure ALOHA network :

Multiple Access

Vulnerable time for Pure ALOHA protocol

Multiple Access

Slotted ALOHA

  • (^) To improve the efficiency of Pure ALOHA.
  • (^) CONCEPT - Divide the time into slots of Tfr and force the station to send only at the beginning of the time slot.

Multiple Access

2. Carrier Sense Multiple Access

  • (^) To minimize the chance of collision and increase the performance.
  • (^) CONCEPT - Each Station listen before sending i.e. “Listen before Talk”.
  • (^) It reduce collisions but cannot eliminate it.
  • (^) Space/Time model of collision in CSMA :

Multiple Access

Vulnerable time in CSMA

Multiple Access