Presentation is loading. Please wait.

Presentation is loading. Please wait.

Chapter 12 Multiple Access Figure 12.1 Data link layer divided into two functionality-oriented sublayers Figure 12.2 Taxonomy of multiple-access protocols.

Similar presentations


Presentation on theme: "Chapter 12 Multiple Access Figure 12.1 Data link layer divided into two functionality-oriented sublayers Figure 12.2 Taxonomy of multiple-access protocols."— Presentation transcript:

1 Chapter 12 Multiple Access Figure 12.1 Data link layer divided into two functionality-oriented sublayers Figure 12.2 Taxonomy of multiple-access protocols

2 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. Figure 12.3 Frames in a pure ALOHA network

3 Figure 13.3 ALOHA network The earliest random-access method,developed in 1970s Designed to be used on wireless Local area Network at 9600bps Based on Following rules Multiple Access Any station can send a frame when it has to send a frame Acknowledgment After sending a frame the station waits for an acknowledgment.If it does not receive the Ack within 2times maximum propagation delay,It tries sending the frame again after a random amount of time

4 Figure 12.4 Procedure for pure ALOHA protocol

5 CSMA (Carrier Sense Multiple Access) CSMA: listen before transmit: If channel sensed idle: transmit entire frame If channel sensed busy, defer transmission Human analogy: don’t interrupt others! CSMA collisions collisions can still occur: propagation delay means two nodes may not hear each other’s transmission collision: entire packet transmission time wasted Sense before transmit The possibility of collision still exist because of the propagation delay

6 Figure 12.8 Space/time model of the collision in CSMA

7 Figure 12.9 Vulnerable time in CSMA

8 Figure 13.6 Persistence strategies It defines the procedure for a station that senses a busy medium Station senses the line,If the line is Idle station sends the frame immediately If the line is not Idle station waits for a random period of time and then senses the line again This method has two variations I-PERSISTANT Station senses the line,If the line is Idle station sends the frame immediately(with a probability of 1),this method increases the chance of collision p-PERSISTANT If the line is Idle station sends the frame with probability p,and refrain from sending with a probability 1-p Station runs a Random number between 1-100

9 Figure 12.10 Behavior of three persistence methods

10 Figure 12.11 Flow diagram for three persistence methods Figure 12.15 Energy level during transmission, idleness, or collision

11 Figure 12.12 Collision of the first bit in CSMA/CD Figure 12.13 Collision and abortion in CSMA/CD

12 Figure 12.14 Flow diagram for the CSMA/CD

13 Figure 12.16 Timing in CSMA/CA In CSMA/CA, the IFS can also be used to define the priority of a station or a frame. 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.

14 Figure 12.17 Flow diagram for CSMA/CA

15 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. Reservation Polling Token Passing Topics discussed in this section: Figure 12.18 Reservation access method

16 Figure 12.19 Select and poll functions in polling access method Token passing: control token passed from one node to next sequentially. concerns: token overhead single point of failure (token) Polling: master node “invites” slave nodes to transmit in turn concerns: polling overhead single point of failure (master)

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

18 12-3 CHANNELIZATION Channelization is a multiple-access method in which the available bandwidth of a link is shared in time, frequency, or through code, between different stations. Frequency-Division Multiple Access (FDMA) Time-Division Multiple Access (TDMA) Code-Division Multiple Access (CDMA) Topics discussed in this section: In FDMA, the available bandwidth of the common channel is divided into bands that are separated by guard bands.

19 Figure 12.21 Frequency-division multiple access (FDMA)

20 Figure 12.22 Time-division multiple access (TDMA) In TDMA, the bandwidth is just one channel that is timeshared between different stations.

21 Figure 12.23 Simple idea of communication with code In CDMA, one channel carries all transmissions simultaneously.

22 unique “code” assigned to each user; i.e., code set partitioning used mostly in wireless broadcast channels (cellular, satellite, etc) all users share same frequency, but each user has own “chipping” sequence (i.e., code) to encode data encoded signal = (original data) X (chipping sequence) decoding: inner-product of encoded signal and chipping sequence allows multiple users to “coexist” and transmit simultaneously with minimal interference (if codes are “orthogonal”) Each station is assigned a code,which is a sequence of numbers called CHIPS Chip period is always less than a bit period Chip rate is always an integral multiple of bit rate Figure 12.24 Chip sequences

23 Figure 12.25 Data representation in CDMA Figure 12.26 Sharing channel in CDMA

24 There is only one sequence flowing through the channel,the sum of the sequences But each receiver can detect its data from the sum In the following example Four stations sharing the link during the 1-bit interval is shown below

25 Figure 12.27 Digital signal created by four stations in CDMA Figure 12.28 Decoding of the composite signal for one in CDMA

26 The number of sequences in a Walsh table needs to be N = 2 m. The sequences are not chosen randomly They should be orthogonal to each other Orthogonal sequences satisfies following properties If we multiply a sequence by –1,every element in the sequence is complemented If we multiply two sequences element by element and add the results, we get a number called inner product If two sequences are same we get N (N=Number of sequences),if they are different we get 0 (A.A=N A.B=0) A.(-A) = -N For the generation of the sequences,WALSH TABLE method is used

27 Find the chips for a network with a. Two stations b. Four stations Example 12.6 Solution We can use the rows of W 2 and W 4 in Figure 12.29: a. For a two-station network, we have [+1 +1] and [+1 −1]. b. For a four-station network we have [+1 +1 +1 +1], [+1 −1 +1 −1], [+1 +1 −1 −1], and [+1 −1 −1 +1]. Example 12.7 What is the number of sequences if we have 90 stations in our network? Solution The number of sequences needs to be 2 m. We need to choose m = 7 and N = 2 7 or 128.We can then use 90 of the sequences as the chips.

28 Prove that a receiving station can get the data sent by a specific sender if it multiplies the entire data on the channel by the sender’s chip code and then divides it by the number of stations. Example 12.8 Solution Let us prove this for the first station, using our previous four-station example. We can say that the data on the channel D = (d 1 ⋅ c 1 + d 2 ⋅ c 2 + d 3 ⋅ c 3 + d 4 ⋅ c 4 ). The receiver which wants to get the data sent by station 1 multiplies these data by c 1. When we divide the result by N, we get d 1.

29 Orthogonal Codes of CDMA In Our previous example At the Multiplexer the sequence S that comes out is S=-A-B+D Station 1 is sending –A (-1 was multiplied by A) Station 2 is sending –B Station 3 is sending an empty sequence Station 4 is sending D At the De multiplexer the sequence S is received Station 1 finds the inner product of S and A S.A=(-A-B+D).A=-4+0+0=-4 The result is divided by 4 (–4/ 4 = -1), And –1 represents bit 0 Same is true for stations 2,3 and 4


Download ppt "Chapter 12 Multiple Access Figure 12.1 Data link layer divided into two functionality-oriented sublayers Figure 12.2 Taxonomy of multiple-access protocols."

Similar presentations


Ads by Google