Chapter 12 Multiple Access.

Slides:



Advertisements
Similar presentations
12.1 Chapter 12 Multiple Access Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Advertisements

Multiple access What if multiple machines are sharing the same link?
Multiple Access Methods. When nodes or stations are connected and use a common link (cable or air), called a multipoint or broadcast link, we need a.
LECTURE 11 CT1303 LAN. DYNAMIC MAC PROTOCOL No fixed assignment for transmission media or any network resources.. It allows transmission when needed.
12.1 Chapter 12 Multiple Access Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Communication Networks Lecture 5 NETW 501-L5: NETW 501-L5: Medium Access Control Dr.-Ing. Khaled Shawky Hassan Room: C3-222, ext: 1204,
Channel Access Methods When several devices are connected to a single channel, there must be some rules to govern these devices as they access, transmit,
Chapter 12 Multiple Access Figure 12.1 Data link layer divided into two functionality-oriented sublayers Figure 12.2 Taxonomy of multiple-access protocols.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Chapter 13 Multiple Access.
12.1 Chapter 12 Multiple Access Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Medium Access Control Sublayer
Shashank Srivastava Motilal Nehru National Institute Of Technology, Allahabad Medium Access Control.
1 Computer Communication & Networks Lecture 12 Datalink Layer: Multiple Access Waleed Ejaz
: Data Communication and Computer Networks
McGraw-Hill © The McGraw-Hill Companies, Inc., 2004 Chapter 12 Multiple Access Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction.
Chapter 12 Multiple Access Figure 12.1 Data link layer divided into two functionality-oriented sublayers Figure 12.2 Taxonomy of multiple-access protocols.
LOCAL AREA NETWORKS. MEDIUM ACCESS CONTROL All LANs and MANs consist of collections of devices that must share the network’s transmission capacity. Some.
Chi-Cheng Lin, Winona State University CS 313 Introduction to Computer Networking & Telecommunication Medium Access Control Sublayer.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Unit-II Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
LOCAL AREA NETWORKS. CSMA/CD Carrier Sense Multiple Access with Collision Detection The CSMA method does not specify the procedure following a collision.
12.1 Chapter 12 Multiple Access Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Multiple Access.
Data Communications, Kwangwoon University12-1 Chapter 12. Multiple Access 1.Random Access 2.Controlled Access 3.Channelization.
1 Kyung Hee University Chapter 12 Multiple Access.
LOCAL AREA NETWORKS. CSMA/CA In a wired network, the received signal has almost the same energy as the sent signal because either the length of the cable.
1 Kyung Hee University Chapter 12 Multiple Access.
Ch 12. Multiple Access. Multiple Access for Shared Link Dedicated link – Point-to-point connection is sufficient Shared link – Link is not dedicated –
Department of Computer Science, University of Peshawar Multiple Access.
Chapter 12 Media Access Control (MAC) Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
12.1 Chapter 12 Multiple Access Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
LECTURE9 NET301 11/5/2015Lect 9 NET DYNAMIC MAC PROTOCOL: CONTENTION PROTOCOL Carrier Sense Multiple Access (CSMA): A protocol in which a node verifies.
Chapter 12 Multiple Access
Chapter 13 Multiple Access.
Chapter 12 Media Access Control (MAC)
UNIT 3 MULTIPLE ACCESS Adapted from lecture slides by Behrouz A. Forouzan © The McGraw-Hill Companies, Inc. All rights reserved.
Multiple Access. Figure 12.1 Data link layer divided into two functionality-oriented sublayers.
Lecture Focus: Data Communications and Networking  Data Link Layer  Media Access Control (MAC) Lecture 23 CSCS 311.
Multiple Access By, B. R. Chandavarkar, CSE Dept., NITK, Surathkal Ref: B. A. Forouzan, 5 th Edition.
Data Link Layer Lower Layers Local Area Network Standards
Part III. Data Link Layer
Multiple Access Methods
CSMA/CD Carrier sense multiple access with collision detection (CSMA/CD) is a media access control method used most notably in early Ethernet technology.
MEDIUM ACCESS CONTROL PROTOCOL
Data link layer divided into two functionality-oriented sublayers
Lab 7 – CSMA/CD (Data Link Layer Layer)
CT301 LECTURE 8.
Chapter 12 Multiple Access
Part III Datalink Layer 10.
Multiple Access Mahesh Jangid Assistant Professor JVW University.
Subject Name: Computer Communication Networks Subject Code: 10EC71
Chapter 12 Multiple Access
Net301 lecture9 11/5/2015 Lect 9 NET301.
Chapter 12 Multiple Access
Figure 12.1 Data link layer divided into two functionality-oriented sublayers Networks can be divided into two categories: those using point-to-point.
THE IEEE MAC SUB-LAYER – chapter 14
Multiple Access Methods
Chapter 12 Multiple Access
Chapter 12 Multiple Access
Chapter 13 Multiple Access
Chapter 12 Multiple Access
Data Communication Networks
Chapter 13 Multiple Access
CSE 313 Data Communication
Figure 3.1 Internet model.
Multiple Access Methods
CARRIER SENSE MULTIPLE ACCESS (CSMA)
Multiple Access Control (MAC) Protocols
Part III Datalink Layer 10.
Chapter 12 Media Access Control (MAC)
Chapter 12 Media Access Control (MAC)
Presentation transcript:

Chapter 12 Multiple Access

Upper sublayer – responsible for data link control Figure 12.1 Data link layer divided into two functionality-oriented sublayers Upper sublayer – responsible for data link control Called LLC – for flow and error control Lower sublayer - responsible for resolving access the shared media Called MAC – for multiple acceess resolution

Figure 12.2 Taxonomy of multiple-access protocols discussed in this chapter

Topics discussed in this section: 12-1 RANDOM ACCESS In random access or contention methods, no station is superior to another station and none is assigned the control over another. No station permits, or does not permit, another station to send. At each instance, a station that has data to send uses a procedure defined by the protocol to make a decision on whether or not to send. The decision depends on the state of the medium (idle or busy). Topics discussed in this section: ALOHA Carrier Sense Multiple Access Carrier Sense Multiple Access with Collision Detection Carrier Sense Multiple Access with Collision Avoidance

1. Each station sends a frame whenever is has a frame to send Figure 12.3 Frames in a pure ALOHA network Pure ALOHA: 1. Each station sends a frame whenever is has a frame to send 2. One channel to share, possibility of collision between frames from different stations

Figure 12.4 Procedure for pure ALOHA protocol

Figure 12.5 Vulnerable time for pure ALOHA protocol

Figure 12.6 Frames in a slotted ALOHA network 1. We divide the time into slots and force the station to send only at the beginning of the time slot

Figure 12.7 Vulnerable time for slotted ALOHA protocol

CSMA – each station first listen to the medium before sending Figure 12.8 Space/time model of the collision in CSMA CSMA – each station first listen to the medium before sending Principle : “sense before transmit” or “listen before talk”

Figure 12.9 Vulnerable time in CSMA

1-Persistent-after station finds the line idle, send its frame Figure 12.10 Behavior of three persistence methods 1-Persistent-after station finds the line idle, send its frame Nonpersistent-senses the line; idle: sends immediately; not idle: waits random amount of time and senses again p-Persistent-the channel has time slots with duration equal to or greater than max propagation time

Figure 12.11 Flow diagram for three persistence methods

CSMA/CD- Augments CSMA algorithm to handle collision Figure 12.12 Collision of the first bit in CSMA/CD Figure 12.13 Collision and abortion in CSMA/CD CSMA/CD- Augments CSMA algorithm to handle collision

Example 12.5 (Minimum frame size) A network using CSMA/CD has a bandwidth of 10 Mbps. If the maximum propagation time (including the delays in the devices and ignoring the time needed to send a jamming signal, as we see later) is 25.6 μs, what is the minimum size of the frame? Solution The frame transmission time is Tfr = 2 × Tp = 51.2 μs. This means, in the worst case, a station needs to transmit for a period of 51.2 μs to detect the collision. The minimum size of the frame is 10 Mbps × 51.2 μs = 512 bits or 64 bytes. This is actually the minimum size of the frame for Standard Ethernet.

Figure 12.14 Flow diagram for the CSMA/CD (Page 375)

Zero level–channel is idle Figure 12.15 Energy level during transmission, idleness, or collision Zero level–channel is idle Normal level–successfully captured channel and sending frame Abnormal level-collision and energy twice the normal level

Avoid collisions on wireless network because they cannot be detected Figure 12.16 Timing in CSMA/CA Avoid collisions on wireless network because they cannot be detected IFS- In CSMA/CA, the IFS can also be used to define the priority of a station or a frame. Contention window- In CSMA/CA, if the station finds the channel busy, it does not restart the timer of the contention window; it stops the timer and restarts it when the channel becomes idle. Acknowledgment- Positive acknowledgment and time out timer guarantee receiver has received the frame

Figure 12.17 Flow diagram for CSMA/CA

Topics discussed in this section: 12-2 CONTROLLED ACCESS In controlled access, the stations consult one another to find which station has the right to send. A station cannot send unless it has been authorized by other stations. We discuss three popular controlled-access methods. Topics discussed in this section: Reservation Polling Token Passing

Reservation-station needs to make a reservation before sending data Figure 12.18 Reservation access method Reservation-station needs to make a reservation before sending data

Figure 12.19 Select and poll functions in polling access method Polling – one device as primary station and the other device as secondary station Select – primary device wants to send data to secondary device, secondary device gets ready to receive Poll – primary device solicits (ask) transmissions from secondary devices

Token passing – stations in network organized in a logical ring – predecessor and successor Token – gives station right to access the channel; needs token management Physical ring – station sends the token to successor Dual ring – uses second ring which operates in reverse direction Bus ring (token bus) - stations are connected to single cable called bus, but make logical ring Star ring - physical topology star, wiring inside hub makes the ring

Figure 12.20 Logical ring and physical topology in token-passing access method