Top Banner
Multiple access in wireless communication Subject : Mobile Computing and Wireless Communication CE-B Maulik togadiya
22

Multiple Access in wireless communication

Apr 11, 2017

Download

Engineering

Maulik Togadiya
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Multiple Access in wireless communication

Multiple access in wireless communication

Subject : Mobile Computing and Wireless Communication

CE-B

Maulik togadiya

Page 2: Multiple Access in wireless communication

What is Multiple access?

Multiple access method allows several terminals connected to the same multi-point transmission medium to transmit over it. Examples of shared physical media are wireless networks, bus networks, ring networks and half duplex point-to-point links.

Multiple access schemes to allow many users to share simultaneously a finite amount of radio spectrum resources.

2

Page 3: Multiple Access in wireless communication

3

Page 4: Multiple Access in wireless communication

Multiple Access Techniques

Frequency division multiple access (FDMA) Time division multiple access (TDMA) Code division multiple access (CDMA) Space division multiple access (SDMA)

4

Page 5: Multiple Access in wireless communication

Frequency division multiple access (FDMA)

The frequency band is divided into channels of equal bandwidth so that each conversation is carried on a different frequency.

A specific frequency band is given to one person, and it will received by identifying each of the frequency on the receiving end. It is often used in the first generation of analog mobile phone.

Each station assigned a fixed frequency.

5

Page 6: Multiple Access in wireless communication

In FDMA system signaling dimensions are divided along the frequency axis into non overlapping channels and each end users assigned a different frequency channel as shown in fig.

6

Page 7: Multiple Access in wireless communication

Time division multiple access (TDMA)

Time frame is divided into slots (channels). Each user is allocated a particular time slot or channel.

Time Division Multiple Access (TDMA) is a digital cellular telephone communication technology. It facilitates many users to share the same frequency without interference. Its technology divides a signal into different timeslots, and increases the data carrying capacity.

7

Page 8: Multiple Access in wireless communication

In TDMA system signaling dimensions are divided along the Time axis into non overlapping channels and each end users assigned a different timeslot channel as shown in fig.

8

Page 9: Multiple Access in wireless communication

Code division multiple access (CDMA)

Code division multiple access (CDMA) is a channel access method used by various radio communication technologies.

CDMA is an example of multiple access , where several transmitters can send information simultaneously over a single communication channel.

This allows several users to share a band of frequencies. To permit this without undue interference between the users, CDMA employs spread-spectrum technology.

9

Page 10: Multiple Access in wireless communication

In this system, a user has access to the whole bandwidth for the entire duration. The basic principle is that different CDMA codes are used to distinguish among the different users.

10

Page 11: Multiple Access in wireless communication

Space division multiple access (CDMA)

If there are no separation in frequency or time or code domain ,an alternative way of separating different users is spatial separation

SDMA is a MIMO -based wireless communication network architecture, primarily suitable for mobile ad-hoc networks, which enables access to a communication channel by identifying the user location and establishing a one-to-one mapping between the network bandwidth division and the identified spatial location.

11

Page 12: Multiple Access in wireless communication

This figure shows a satellite system that uses spatial division multiple access (SDMA) technology. In this example, a single satellite contains several directional antennas. Some of these antennas use the same frequency. This allows a single satellite to simultaneously communicate to two different satellite receivers that operate on the same frequency.

12

Page 13: Multiple Access in wireless communication

Packet radio access

Packet radio is a form of packet switching  technology used to transmit digital data via radio or wireless communications links. It uses the same concepts of data transmission via Datagram that are fundamental to communications via the Internet.

There are three medium access protocol appropriate for packet radio networks: ALOHA, slotted ALOHA, and Carrier Sense Multiple Access (CSMA).

13

Page 14: Multiple Access in wireless communication

Pure aloha

In pure ALOHA, the stations transmit frames whenever they have data to send.

When two or more stations transmit simultaneously, there is collision and the frames are destroyed.

In pure ALOHA, whenever any station transmits a frame, it expects the acknowledgement from the receiver.

If acknowledgement is not received within specified time, the station assumes that the frame (or acknowledgement) has been destroyed.

If the frame is destroyed because of collision the station waits for a random amount of time and sends it again.

14

Page 15: Multiple Access in wireless communication

Therefore pure ALOHA dictates that when time-out period passes, each station must wait for a random amount of time before resending its frame. This randomness will help avoid more collisions.

Figure shows an example of frame collisions in pure ALOHA.

15

Page 16: Multiple Access in wireless communication

Slotted aloha

Slotted ALOHA was invented to improve the efficiency of pure ALOHA as chances of collision in pure ALOHA are very high.

In slotted ALOHA, the time of the shared channel is divided into discrete intervals called slots.

The stations can send a frame only at the beginning of the slot and only one frame is sent in each slot.

In slotted ALOHA, if any station is not able to place the frame onto the channel at the beginning of the slot i.e. it misses the time slot then the station has to wait until the beginning of the next time slot.

16

Page 17: Multiple Access in wireless communication

In slotted ALOHA, there is still a possibility of collision if two stations try to send at the beginning of the same time slot as shown in fig.

17

Page 18: Multiple Access in wireless communication

Carrier sense multiple access

Carrier sense multiple access (CSMA) is a probabilistic media access control (MAC) protocol in which a node verifies the absence of other traffic before transmitting on transmission medium.

CSMA is set of rule that which the device attached to the network first determine whether the channel or carrier is in use or free and then act accordingly.

18

Page 19: Multiple Access in wireless communication

Type of CSMA: Persistence CSMA Non-persistence CSMA

19

Page 20: Multiple Access in wireless communication

Multiple access collision avoidance

20

Multiple Access with Collision Avoidance (MACA) is a protocol for slotted media access control used in wireless LAN data transmission. MACA is used to avoid data collisions caused by hidden station problems as well as simplifying known exposed station problems.

Page 21: Multiple Access in wireless communication

In MACA, a wireless network node announces that it is going to send the data frame, informing the other nodes to remain silent. When a node intends to transmit the data frame, it communicates using a signal known as Request-To-Send (RTS) that includes the length of the data frame to transmit. If the recipient permits the transmission, it responds back to the sender with a signal known as Clear-To-Send (CTS), which includes the length of the data frame that it is about to receive.

In the meantime, the nodes that listen to the RTS signal must remain silent until the data is fully transmitted in order to avoid conflict with CTS.

WLAN data transmission collisions can still happen, and MACA for Wireless (MACAW) is brought to extend the functionality of MACA. It demands nodes to send acknowledgments after every successful frame transmission.

21

Page 22: Multiple Access in wireless communication