Wireless Software Defined Networks Ayaka Koshibe, Akash Baid and - - PowerPoint PPT Presentation

wireless software defined networks
SMART_READER_LITE
LIVE PREVIEW

Wireless Software Defined Networks Ayaka Koshibe, Akash Baid and - - PowerPoint PPT Presentation

Wireless Software Defined Networks Ayaka Koshibe, Akash Baid and Ivan Seskar WINLAB Rutgers University 2014 Fall IAB December 12 th , 2014 Need for Inter-network Cooperation Interaction between managed wireless networks over the back-end


slide-1
SLIDE 1

WINLAB

Wireless Software Defined Networks

Ayaka Koshibe, Akash Baid and Ivan Seskar

Rutgers University

2014 Fall IAB December 12th, 2014

slide-2
SLIDE 2

WINLAB

Need for Inter-network Cooperation

Radio device A1 Type: Transmit/Receive (client) Location: (xA1, yA1) Power, BW, frequency, duty cycle Radio device B1 Type: Transmit/Receive (client) Location: (xB1, yB1) Power, BW, frequency, duty cycle Aggregate radio map Range of operation: (xB, yB, rB) Technology type: Wi-Fi Device list: B1 params, B2 params, … Per device parameters Per device parameters Policy/capabilities Controller type: C2 Information sharing enabled Merge RRM enabled Aggregate radio map Range of operation: (xB, yB, rB) Technology type: Wi-Fi Device list: A1 params, A2 params, … Policy/capabilities Controller type: C2 Information sharing enabled Merge RRM enabled

Network A Network B

Algorithm & policy negotiation Spectrum info exchange

 Interaction between managed wireless

networks over the back-end wired link for making more efficient use of the spectrum

slide-3
SLIDE 3

WINLAB

SDN Approach to Wireless Control Plane

Network OS with wireless abstractions

Mobility Mgmt. Wireless Access Control Wired + Wireless Network QoS Control Channel Assign- ment Tx Power Control Inter- Network Coordination Data Plane Apps Control Plane Apps Through extension

  • f OpenFlow

Match/Action Fields Through the ControlSwitch framework

 Introducing flexibility in the wireless control

plane by leveraging software defined networking techniques

 Inter-network cooperation translates to inter-

controller interactions and setting of flow-rules

slide-4
SLIDE 4

WINLAB

A: Distributed Control Plane

Extension of traditional Enterprise Controller:

Multiple copies of wireless controllers (WC) with mechanisms to cooperate, scattered throughout SDN based control plane

Reduced distance between device and a controller – reduced flow setup times (reduced control latency)

BS/AP Control Network (data plane)

Wireless Controller Wireless Controller

Shared State

Control

slide-5
SLIDE 5

WINLAB

B: Heterogeneous Distributed Control Plane

Builds the control plane as a network of different controllers

– Each controller is a part of a control stack – Controllers communicate by message passing – Multiple controllers process each event

  • SDN control plane can pick and choose services for each

event, avoiding conflict

Wireless Control Stack (WCS) realized as a complex interaction between controllers rather than (single) monolithic application

slide-6
SLIDE 6

WINLAB

C: Heterogeneous Hierarchical Control Plane

  • Groups of functional WCS

controllers arranged in tiers

– Higher tier events = more global

and less frequent

– Supports natural hierarchical inter-

controller relations

  • Controllers connected with

SDN inter-controller links

– Joins pieces of wireless control

stacks together through SDN

– Additional benefit: dynamic

provisioning and routing for events to be moved between controllers and/or tiers (if they can’t be handled at a tier)

C1 B2 B2 A3 A2 A2

Tier 1 Tier 2 Tier 3

BS/AP Control Network (data plane)

slide-7
SLIDE 7

WINLAB

Heterogeneous Hierarchical Control Plane

Example: Pair of enterprises with heterogeneous decomposed controllers

BS/AP Control Network (data plane) BS/AP Control Network (data plane)

AI 1 AI 1 H2 H1 Tier 1 Tier 2 H3 H2 H1

Authentication/Interference Handoff

slide-8
SLIDE 8

WINLAB

Distributed SD(W)Ns: What’s Missing?

Scalable and resilient, but not readily available

– proprietary, experimental, or early-stage

Focuses on uniformity, expects controllers to be homogeneous No standard mechanism to handle interaction

  • f network stacks (SDX?)

– Relies on specialized mechanisms

  • network hypervisors - virtualize network
  • network compilers - resolve flow conflicts
  • semi-intelligent switches - delegate some work to

switches

  • SDN-to-IP network peering applications
slide-9
SLIDE 9

WINLAB

Implications

A complex control plane structure requires:

– Orchestration of event handling across

multiple controllers → An inter-controller process chain

– Path selection across control plane

→ A control plane routing mechanism

– Allow controllers to learn of available

services/topology → An information propagation scheme

slide-10
SLIDE 10

WINLAB

Enabling Coordination

Servers configure client process chains via subscription messages containing:

– SID and events handled by server – Packet process chain behavior directives for the

client

  • Services may want clients to behave in specific ways

→ A client must wait for an ACL’s result for an event before further handling

  • Four types: DENY, ALLOW, DIVERT, SPLIT

– Service reachability information

  • Route to service by hop count
  • Hops increased as messages propagate towards data

plane

  • Allow picking of smallest hop routes to each service
slide-11
SLIDE 11

WINLAB

Controller Architecture - Layered Model

How is a controller implemented? A controller is composed of three layers:

– Control channel handler: Sending/receiving

control messages from the data plane

– Event dispatcher: Conversion between

control messages and events, distribution of events to services

– Applications: Implementation of services,

event handlers and interfaces for usability

slide-12
SLIDE 12

WINLAB

Implementation: A Hierarchical Controller With Floodlight

  • Base controller extended with modules,

channel handlers, and dispatchers

slide-13
SLIDE 13

WINLAB

Processing times, multiple tiers

hops mean(msec) 1 0.09 2 0.72 3 1.09 4 1.47 5 1.98

slide-14
SLIDE 14

WINLAB

Processing times, multiple DIVERT

hops mean(msec) 1 0.56 2 1.13 3 1.89 4 2.52 5 3.27

slide-15
SLIDE 15

WINLAB

Processing times, multiple SPLIT

hops mean(msec) 1 0.56 2 0.71 3 0.89 4 1.01 5 1.25

slide-16
SLIDE 16

WINLAB

Scalability Testing - Hierarchical

Two-tiered control plane

  • One, two, and four tier 1 controllers
  • Fixed at four virtual datapaths/controller
  • Tier 2 controller subscribed to new-device event

triggers

We expect:

– Tier 2 subscriptions cut event escalations to

manageable levels

– Event handling capacity of Tier 1 scales with the

number of controllers

slide-17
SLIDE 17

WINLAB

Event reception/handling

slide-18
SLIDE 18

WINLAB

OPEN BTS

GENI Project – Open WiMAX BTS

 Exposed all controllable parameters through API  Removed all default IP routing, simplified ASN

controller*

 All switching purely based on MAC addresses  Implemented the datapath virtualization and VNTS

shaping mechanism in click/OpenVSwtich for slice isolation Ongoing work – Open LTE BTS

 Exposed all controllable parameters through the same

REST based API

 Implemented the datapath with openvswitch  Currentl development: ePC replacement with open

source aggregate manager (i.e. simplification/elimination of LTE control protocols)

slide-19
SLIDE 19

WINLAB

OPEN BTS: WiMAX & LTE

OpenVSwitch RF/ePC Aggregate Manager eth2

eth0.vl1 eth0.vl2 eth0.vln X2,S1-U,S1-MME,...

eth1 eth0.vl1 eth0.vl2 eth0.vln control

OpenVSwitch Traffic Scheduler/Shaper RF Aggregate Manager eth2

eth0 data

WiMAX LTE

slide-20
SLIDE 20

WINLAB

4G in GENI: Larger Picture

Adaptation/Handoff Controller OPEN BS2 OPEN BS3

...

SDN Datapah Complex

Generic Resource Controller

...

slide-21
SLIDE 21

WINLAB

www.orbit-lab.org www.geni.net www.winlab.rutgers.edu wimax.orbit-lab.org More Info @