multiple access networking

16
Multiple Access Data Communication and Computer Networks SHASHI KUMAR SUMAN Pgdav college University of delhi

Upload: shashi-kumar

Post on 24-Jul-2015

20 views

Category:

Education


1 download

TRANSCRIPT

Page 1: Multiple Access Networking

Multiple Access

Data Communication and Computer Networks

SHASHI KUMAR SUMAN

Pgdav collegeUniversity of delhi

Page 2: Multiple Access Networking

Outline

Multiple access mechanisms

Random access

Controlled access

Channelization

2

Page 3: Multiple Access Networking

Sublayers of Data Link Layer

3

Page 4: Multiple Access Networking

Multiple Access Mechanisms

4

Page 5: Multiple Access Networking

Random Access

Also called contention-based access

No station is assigned to control another

5

Page 6: Multiple Access Networking

ALOHA Network

6

Page 7: Multiple Access Networking

Frames in Pure ALOHA

7

Page 8: Multiple Access Networking

ALOHA Protocol

8

Page 9: Multiple Access Networking

Example

Calculate possible values of TB when stations on an ALOHA network are a maximum of 600 km apart

Tp = (600 × 103) / (3 × 108) = 2 ms

When K=1, TB {0ms,2ms}

When K=2, TB {0ms,2ms,4ms,6ms}

:

9

Page 10: Multiple Access Networking

ALOHA: Vulnerable Time

10

Page 11: Multiple Access Networking

ALOHA: Throughput

Assume number of stations trying to transmit follow Poisson Distribution

The throughput for pure ALOHA is

S = G × e−2G

where G is the average number of frames requested per frame-time

The maximum throughput

Smax = 0.184 when G= 1/2

11

Page 12: Multiple Access Networking

Example

A pure ALOHA network transmits 200-bit frames on a shared channel of 200 kbps. What is the throughput if the system (all stations together) produces

1000 frames per second

500 frames per second

250 frames per second

12

Page 13: Multiple Access Networking

Slotted ALOHA

13

Page 14: Multiple Access Networking

Slotted ALOHA: Vulnerable Time

14

Page 15: Multiple Access Networking

Slotted ALOHA: Throughput

The throughput for Slotted ALOHA is

S = G × e−G

where G is the average number of frames requested per frame-time

The maximum throughput

Smax = 0.368 when G= 1

15

Page 16: Multiple Access Networking

Example

A Slotted ALOHA network transmits 200-bit frames on a shared channel of 200 kbps. What is the throughput if the system (all stations together) produces

1000 frames per second

500 frames per second

250 frames per second

16