Communications & Networks Introduction

32
Communications & Networks – Introduction Alexander Nelson February 19th, 2018 University of Arkansas - Department of Computer Science and Computer Engineering

Transcript of Communications & Networks Introduction

Page 1: Communications & Networks Introduction

Communications & Networks – Introduction

Alexander Nelson

February 19th, 2018

University of Arkansas - Department of Computer Science and Computer Engineering

Page 2: Communications & Networks Introduction

Networking

Number of Connected Devices

1

Page 3: Communications & Networks Introduction

How can 50B devices all be connected?

1

Page 4: Communications & Networks Introduction

Wireless Networking Categories

• LPWAN – Low Power

Wide Area Network

• WWAN - Wireless

Wide Area Network

• WPAN – Wireless

Personal Area

Network

• WLAN – Wireless

Local Area Network

2

Page 5: Communications & Networks Introduction

WWANs

Page 6: Communications & Networks Introduction

Wireless Networking Categories

1

1“Smart Cities Technologies” Ivan Nunes Da Silva and Rogerio Andrade –

ISBN 978-953-51-2808-3

3

Page 7: Communications & Networks Introduction

WWAN – Wireless Wide Area Network

WWAN – Set of technologies that provide wireless access to

geographically distant sources

Includes:

• Cellular Technologies

• 2G

• 3G

• LTE

• LTE-M

• IEEE 802.16 – WiMAX

• LPWAN Technologies

• LoRA

• SigFox

• Ingenu

• Mesh Networking?

4

Page 8: Communications & Networks Introduction

Cellular Communications

Cellular Network – Communication network where last link is

wireless

Distributed over land areas – “cells”

2

2By Andrew pmk - SVG version of Frequency reuse.fig by Mozzerati, CC

BY-SA 2.5, https://commons.wikimedia.org/w/index.php?curid=2155967 5

Page 9: Communications & Networks Introduction

Cellular Communications

Advantages:

• More capacity than a single large transmitter, same frequency

used for multiple links in different cells

• Cell towers are closer – Mobile devices use less power than

with single transmitter

• Larger coverage area than a single terrestrial transmitter –

additional cell towers can be added indefinitely

6

Page 10: Communications & Networks Introduction

Cellular Communications

Range is inversely proportional to frequency

CDMA2000 Network

7

Page 11: Communications & Networks Introduction

WiMAX

WiMAX – Worldwide Interoperability for Microwave Access

Microwave meaning 300MHz-300GHz frequencies

Meant to provide “last-mile” broadband over wireless

Originally 30-40Mbps – Upgraded to 1Gbps in 2011

8

Page 12: Communications & Networks Introduction

WiMAX

WiMAX – Worldwide Interoperability for Microwave Access

Microwave meaning 300MHz-300GHz frequencies

Meant to provide “last-mile” broadband over wireless

Originally 30-40Mbps – Upgraded to 1Gbps in 2011

Most WiMAX deployments are winding down

9

Page 13: Communications & Networks Introduction

LPWAN Communications

LPWAN – Low Power Wide Area Network

Designed for long range communications at low bit rates

Data Rates – 0.3kbps-50kbps

10

Page 14: Communications & Networks Introduction

LPWAN Communications

LPWAN – Low Power Wide Area Network

Designed for long range communications at low bit rates

Data Rates – 0.3kbps-50kbps

Intended for sensor-type deployments at long range

Power IoT/Smart-City type applications

11

Page 15: Communications & Networks Introduction

LPWAN Communications

12

Page 16: Communications & Networks Introduction

Mesh Networks

WANETs – Wireless Ad hoc Networks

MANETs – Mobile Ad hoc Networks

ad hoc – latin, literally “for this” – Does not rely on static

infrastructure

MANETs allow for nodes to move freely geographically

13

Page 17: Communications & Networks Introduction

Mesh Networks

Mesh Networks as WWAN?

Communications technologies similar to cellular networks

Can provide WAN access to small devices through sink nodes

14

Page 18: Communications & Networks Introduction

Wireless Network Challenges

Page 19: Communications & Networks Introduction

Wireless Communication

Given a certain amount of RF frequency spectrum, how to

optimize communication?

Metrics:

• Throughput – Total network bits-per-second

• Latency – Average time form packet creation to reception

• Fairness – Do devices receive equal share of resource

(airtime)?

15

Page 20: Communications & Networks Introduction

Multiple Access Techniques

If multiple wireless clients exist, how to divide resources?

Multiple Access Methods – Techniques for dividing resources

• CSMA – Carrier Sense Multiple Access

• TDMA – Time Division Multiple Access

• FDMA – Frequency Division Multiple Access

• CDMA – Code Division Multiple Access

• SDMA – Space Division Multiple Access

16

Page 21: Communications & Networks Introduction

Carrier-Sense Multiple Access

CSMA – Carrier Sense Multiple Access

Nodes check to see if anyone is communicating

If channel is empty, they may start

17

Page 22: Communications & Networks Introduction

Hidden Node Problem

Not detecting communication does not mean channel is clear

18

Page 23: Communications & Networks Introduction

CSMA/CA

CSMA/CA – CSMA with Collision Avoidance

1. Carrier Sense – Listen for other transmission

2. Random Backoff – If channel is busy, backoff for random

amount of time

3. Request to Send/Clear to Send (RTS/CTS) – Access

Control Signals

4. Transmission – Send entire packet to Access Point (AP)

5. Acknowledgment – AP sends acknowledgment if packet is

received

6. Exponential Backoff – If no ACK, assume collision and

backoff

19

Page 24: Communications & Networks Introduction

CSMA

Advantages

• Low latency if channel is not busy

• No need for centralized control

Disadvantages

• Busy channel causes many collisions – low throughput & high

energy waste

20

Page 25: Communications & Networks Introduction

TDMA

TDMA – Time Division Multiple Access

3

3By Mozzerati at English Wikipedia - 13:13, 2004 Sep 5 (UTC), CC BY-SA

3.0, https://commons.wikimedia.org/w/index.php?curid=32927708

21

Page 26: Communications & Networks Introduction

TDMA

Advantages

• Nodes only need to listen during frame – save power

• Guaranteed no collision

Disadvantages

• Lower Throughput – A node may not need to use their frame

22

Page 27: Communications & Networks Introduction

FDMA

FDMA – Frequency Division Multiple Access

Divide available frequency into channels

Nodes communicate on their own channel

Wi-Fi FDMA – 5MHz channel width – 22MHz spectrum spread

23

Page 28: Communications & Networks Introduction

CDMA

CDMA – Code Division Multiple Access

Use orthogonal psuedorandom codes to allow additive

communication on same spectrum

Four mutually orthogonal codes24

Page 29: Communications & Networks Introduction

CDMA Example

25

Page 30: Communications & Networks Introduction

CDMA

Advantages

• Multiple nodes may communicate at the same time

• Flexible length of codes – dynamic allocation

Disadvantages

• Reduced throughput per device per frame

That is, takes n times as long to transmit a single bit, where n

is length of the code

• Subject to Near-Far problem

26

Page 31: Communications & Networks Introduction

Near Far Problem

Problem with SNR for geographically disparate nodes

Near node Noise may be similar to magnitude of far node signal

27

Page 32: Communications & Networks Introduction

Phase Shift Keying

Phase Shift Keying – PSK

Code division multiple access – Codes are multiplexed by phase

rather than time

28