+ All Categories
Home > Documents > MobilityFirst Prototyping and...

MobilityFirst Prototyping and...

Date post: 27-Jun-2020
Category:
Upload: others
View: 0 times
Download: 0 times
Share this document with a friend
26
WINLAB MobilityFirst Prototyping and Evaluation October 6, 2011 1
Transcript
Page 1: MobilityFirst Prototyping and Evaluationmobilityfirst.winlab.rutgers.edu/documents/documents/Nagaraj.pdfPrototyping and Evaluation: Phase 3 on GENI 5 MobilityFirst Router Mobile Hosts

WINLAB

MobilityFirst Prototyping and Evaluation

October 6, 2011

1

Page 2: MobilityFirst Prototyping and Evaluationmobilityfirst.winlab.rutgers.edu/documents/documents/Nagaraj.pdfPrototyping and Evaluation: Phase 3 on GENI 5 MobilityFirst Router Mobile Hosts

WINLAB

Prototyping and Evaluation: Execution Summary

Global Name Resolution Service (GNRS)

Storage Aware Routing

Context‐Aware / Late‐bind Routing

Context Addressing Stack

Content Addressing Stack

Host/Device Addressing 

Stack

Encoding/Certifying Layer

Locator‐X Routing (e.g., GUID‐based)

3‐Year Timeline

Simulation and Emulation Smaller Scale Testbed

Standalone Modules

Distributed Testbed E.g. ‘Live’ on GENI

Deployable s/w pkg., box

2

Phase 1  Phase 2  Phase 3 

Prototype 

Evaluation

Integrated MF Protocol Stack and Services

Page 3: MobilityFirst Prototyping and Evaluationmobilityfirst.winlab.rutgers.edu/documents/documents/Nagaraj.pdfPrototyping and Evaluation: Phase 3 on GENI 5 MobilityFirst Router Mobile Hosts

WINLAB

MobilityFirst Prototype: Network Architecture Edge networks NA‐1, NA‐2 

connected to global core network Each of NA‐1, NA‐2 are contained 

MF routing domains Each WiMAX BSS and WiFi AP is 

associated with a MF Router Node a is multi‐homed within a 

network Node c is multi‐homed across 2 

networks

3

Android Client w/ WiMAX + WiFi

Linux PC/laptop w/ WiMAX + WiFi

WiMAX BSS

WiFi AP

MF Router

Vehicular node w/ WiMAX

NA-1

NA-2

a

bc d

e

Sensor node MF Sensor GW

Ad hoc networks: Nodes can form ad hoc networks which are named and can attach to existing networks to be globally reachable themselves

Page 4: MobilityFirst Prototyping and Evaluationmobilityfirst.winlab.rutgers.edu/documents/documents/Nagaraj.pdfPrototyping and Evaluation: Phase 3 on GENI 5 MobilityFirst Router Mobile Hosts

WINLAB

Wireless Edge Evaluation: Phases 1, 2 on ORBIT

4

Multi‐radio indoor and outdoor nodes with WiMAX, WiFi interfaces

Page 5: MobilityFirst Prototyping and Evaluationmobilityfirst.winlab.rutgers.edu/documents/documents/Nagaraj.pdfPrototyping and Evaluation: Phase 3 on GENI 5 MobilityFirst Router Mobile Hosts

WINLAB

OpenFlow Backbones

OpenFlow

WiMAX

ShadowNet

Internet 2

National Lambda Rail

Legend

Prototyping and Evaluation: Phase 3 on GENI

5

MobilityFirst Router

Mobile Hosts

Static Hosts

Mapping onto GENI Infrastructure(ProtoGENI nodes, OpenFlow switches, GENI Racks, DieselNET buses, WiMAX/outdoor ORBIT nodes)

Deployment Goals• Large scale, multi‐site • Mobility centric• Realistic, live

Page 6: MobilityFirst Prototyping and Evaluationmobilityfirst.winlab.rutgers.edu/documents/documents/Nagaraj.pdfPrototyping and Evaluation: Phase 3 on GENI 5 MobilityFirst Router Mobile Hosts

WINLAB

MobilityFirst Prototype:  Software Router Framework

Linux‐based software router with two‐level emulation

OpenFlow Controller 

QuaggaOpenFlow switch host

XORP

User‐Level Control Plane

ClickLinux routing

Commodity Hardware

Forwarding Engine

NetFPGA

6

MF Name Resolution

MF Routing & Mgmt.

Portable user-level implementation

MF App Services

Page 7: MobilityFirst Prototyping and Evaluationmobilityfirst.winlab.rutgers.edu/documents/documents/Nagaraj.pdfPrototyping and Evaluation: Phase 3 on GENI 5 MobilityFirst Router Mobile Hosts

WINLAB

MobilityFirst Prototype: Click‐based Router

Linux‐based implementation with Click modular router as forwarding engine

Two‐level abstraction: fast path as Click elements, slow path as user‐level processes (control and support services)

7

Click Forwarding Engine

Routing NameResolution Mgmt.

Classifier

Rx Q Tx Q

To/From Host

Host Rx Q Host Tx Q

Content Cache

Rsrc Control

User-level Processes

Next-hop Look up

BlockAggregator

BlockSegmentor

Forwarding Table

Forwarding Elements

To Next-hop Lookup

Hold buffer

x86 hardware and runtime

Wired

and

wirel

ess

i/f

Wired and w

ireless i/f

Page 8: MobilityFirst Prototyping and Evaluationmobilityfirst.winlab.rutgers.edu/documents/documents/Nagaraj.pdfPrototyping and Evaluation: Phase 3 on GENI 5 MobilityFirst Router Mobile Hosts

WINLAB

MobilityFirst Prototype: Client  Architecture

Linux and Android mobile implementation for clients Applications: mobile social networking, content delivery and context‐

aware messaging

8

WiMAX + WiFi Android Client

Also Linux PC/laptopClients with WiMAX and WiFi

Page 9: MobilityFirst Prototyping and Evaluationmobilityfirst.winlab.rutgers.edu/documents/documents/Nagaraj.pdfPrototyping and Evaluation: Phase 3 on GENI 5 MobilityFirst Router Mobile Hosts

WINLAB

MobilityFirst Prototype: Android/Linux Client Implementation

Device: HTC Evo, Android 2.3  Unbranded and *rooted* Development: SDK, NDK, flash a modified kernel 

(if required) WiFi, WiMAX interfaces

Modules in Android’s MF stack MF‐socket API  ‐ user level library Transport layer Storage aware routing SHIM layer support for multi‐homing 1‐Hop reliable data transfer

MF‐socket API open, send, send_to, recv, recv_from User policies for resource use and intentional 

data receipt

9

Page 10: MobilityFirst Prototyping and Evaluationmobilityfirst.winlab.rutgers.edu/documents/documents/Nagaraj.pdfPrototyping and Evaluation: Phase 3 on GENI 5 MobilityFirst Router Mobile Hosts

WINLAB

MF Services: Network (socket) API

Open – define identity, network behavior  handleOpen (URL, srcGUID, stack‐options)

Send – accommodate DTN delivery Send (handle, message, SrvcFlags) SendTo(GUID, message, SrvcFlags)

Recv – intentional receipt Recv(handle, recvBuffer) RecvFrom(handle, recvAllowGUIDSet, recvBuffer)

Get  ‐ content retrieval Get(handle, GUID, recvBuffer, SvcFlags)

Close – remove network state

10

SvcFlags SID

UnicastMulticastAnycastCacheComputeLayer=XHopStream/RealtimeDTNAckOnDeliveryAckOnStore

Page 11: MobilityFirst Prototyping and Evaluationmobilityfirst.winlab.rutgers.edu/documents/documents/Nagaraj.pdfPrototyping and Evaluation: Phase 3 on GENI 5 MobilityFirst Router Mobile Hosts

WINLAB

MobilityFirst Prototype: Status

Click‐based Router v0.1  implemented Routes MF packets over Ethernet or 802.11 MAC frames Hop by hop reliable data transfer (Hop) Storage‐aware link‐state routing with DTN extensions (GSTAR) Under evaluation in wired and WiFi networks in ORBIT testbed

Integration of R3, an adaptive message replication protocol from UMass, into Click framework  under consideration

Distributed Name Resolution Server Modular C++ version that can support any defined distribution and 

resolution strategy under development Java version that uses a fixed participation set under development Initial versions are under evaluation in ORBIT/PlanetLab

11

Page 12: MobilityFirst Prototyping and Evaluationmobilityfirst.winlab.rutgers.edu/documents/documents/Nagaraj.pdfPrototyping and Evaluation: Phase 3 on GENI 5 MobilityFirst Router Mobile Hosts

WINLAB

MobilityFirst Prototype: Status Contd.

Client Stack for Android API paralleling Berkeley sockets defined Accommodates user intent in stack composition, data reception, and 

resource‐to‐performance tradeoffs Protocol stack designed using libpcap for low‐level packet handling  Routing and hop data transfer modules being ported from Click impl. Sample transport layer implementations under development

Client Stack for Linux PC/laptop Code from Android/Click will be ported

12

Page 13: MobilityFirst Prototyping and Evaluationmobilityfirst.winlab.rutgers.edu/documents/documents/Nagaraj.pdfPrototyping and Evaluation: Phase 3 on GENI 5 MobilityFirst Router Mobile Hosts

WINLAB

MF Prototype: Next in Implementation/Integration

13

Click Forwarding Engine

Routing NameResolution Mgmt.

Classifier

Rx Q Tx Q

To/From Host

Host Rx Q Host Tx Q

Content Cache

Rsrc Control

User-level Processes

Next-hop Look up

BlockAggregator

BlockSegmentor

Forwarding Table

Forwarding Elements

To Next-hop Lookup

Hold buffer

x86 hardware and runtime

Wired

and

wirel

ess

i/f

Wired and w

ireless i/f

DMap – DiHT

Locality-Aware DNS

GSTAR

R3

Compute Services

Inter-Domain

Page 14: MobilityFirst Prototyping and Evaluationmobilityfirst.winlab.rutgers.edu/documents/documents/Nagaraj.pdfPrototyping and Evaluation: Phase 3 on GENI 5 MobilityFirst Router Mobile Hosts

WINLAB

GEC‐12 Demo: Overview

Network: 3 edge networks connected to Protogeni backbone WiFi and WiMAX at each edge

Deployed MF Components:  MF prototype router across backbone and edge networks – includes both 

routing and name resolution services MF clients including Android phones, Linux PC/laptops,  and vehicular nodes

Applications: mobility and context driven Unicast, multicast, anycast  content delivery  Sensor‐driven M‐2‐M communication Live/CBR content delivery  

Demonstration Focus: Multi‐homing ‐ convergence of WiFi and WiMAX Network‐level adaptation to mobility and disconnection

14

Page 15: MobilityFirst Prototyping and Evaluationmobilityfirst.winlab.rutgers.edu/documents/documents/Nagaraj.pdfPrototyping and Evaluation: Phase 3 on GENI 5 MobilityFirst Router Mobile Hosts

WINLAB

GEC‐12 Demo:  Possible Topology

15

ProtoGENIBackbone

BBNCambridge

NYU-PolyBrooklyn

WINLABN. Brunswick

Android Client w/ WiMAX + WiFi

Linux PC/laptop w/ WiMAX + WiFi

WiMAX BSS

WiFi AP

MF Router + Name Resolution Server

Vehicular node w/ WiMAX

VLAN‐11‐Gbps

VLAN‐21‐Gbps

VLAN‐31‐Gbps

Sensor node MF Sensor GW

Page 16: MobilityFirst Prototyping and Evaluationmobilityfirst.winlab.rutgers.edu/documents/documents/Nagaraj.pdfPrototyping and Evaluation: Phase 3 on GENI 5 MobilityFirst Router Mobile Hosts

WINLAB

GEC‐12 Demo: ProtoGENI Backbone Deployment Proposal 

16

WiMAX BTSWiMAX BTS

WiFi APWiFi AP

R1

R3

R7

R4

R6R2

R5

Rutgers Wireless Edge

BBN Wireless EdgeProtoGENI Backbone

Ideally R1,R2 are ProtoGENI or myPLC nodes at WINLAB

Page 17: MobilityFirst Prototyping and Evaluationmobilityfirst.winlab.rutgers.edu/documents/documents/Nagaraj.pdfPrototyping and Evaluation: Phase 3 on GENI 5 MobilityFirst Router Mobile Hosts

WINLAB

R7

GEC‐12 Demo: ProtoGENI Backbone Deployment Proposal 

17

WiMAX BTSWiMAX BTS

WiFi APWiFi AP

PG1@BBN

PG@Stanford

PG@Clemson

PG2@Rutgers

PG@GTech

Rutgers Wireless Edge

BBN Wireless Edge

Mesoscale OF Backbone

PG2@BBN

PG1@Rutgers

OF@Atlanta

Mostly I2 south path

Mostly NLR north path

Page 18: MobilityFirst Prototyping and Evaluationmobilityfirst.winlab.rutgers.edu/documents/documents/Nagaraj.pdfPrototyping and Evaluation: Phase 3 on GENI 5 MobilityFirst Router Mobile Hosts

WINLAB

GEC‐12 Demo: Visualization

18

Runtime/OS

Monitor and filter

NRS

Click

Network State Repository

Web Server

Browser: AJAX/JS/Flash

HTTP, XML, JSON

MF Network elemente.g. Router

Network map credits: ProtoGENI’s Flack tool. http://protogeni.net/trac/protogeni

Data collection framework with API, monitors, filters and data warehouseE.g., Orbit Measurement Library (OML)

What’s on?1. Network statistics 2. Packet and flow

tracing3. Routing events4. Application events

Page 19: MobilityFirst Prototyping and Evaluationmobilityfirst.winlab.rutgers.edu/documents/documents/Nagaraj.pdfPrototyping and Evaluation: Phase 3 on GENI 5 MobilityFirst Router Mobile Hosts

WINLAB

BACKUP SLIDES

19

Page 20: MobilityFirst Prototyping and Evaluationmobilityfirst.winlab.rutgers.edu/documents/documents/Nagaraj.pdfPrototyping and Evaluation: Phase 3 on GENI 5 MobilityFirst Router Mobile Hosts

WINLAB

GEC‐12 Demo: Deployment Steps

ProtoGENI control s/w and WiMAX/WiFi infrastructure Accounts at Utah EmuLab and/or BBN Coordinate with Ivan/GPO for WIMAX/WiFi at 3 sites

Utah EmuLab as starting point for port from Orbit testbed Deploy and evaluate single domain topology of MF‐Net  Short on wireless resources – no WiFi, WiMAX

Expand router deployments to ProtoGENI backbone nodes Connect edge networks at Rutgers, BBN, NYU‐Poly to backbone

Using VLANs to obtain a multi‐domain topology

Tap into ProtoGENI’s monitoring infrastructure Packet traffic stats, link delays, node load

20

Page 21: MobilityFirst Prototyping and Evaluationmobilityfirst.winlab.rutgers.edu/documents/documents/Nagaraj.pdfPrototyping and Evaluation: Phase 3 on GENI 5 MobilityFirst Router Mobile Hosts

WINLAB

Client Stack Implementation

21

Page 22: MobilityFirst Prototyping and Evaluationmobilityfirst.winlab.rutgers.edu/documents/documents/Nagaraj.pdfPrototyping and Evaluation: Phase 3 on GENI 5 MobilityFirst Router Mobile Hosts

WINLAB

Demos During NSF Visit

1. Storage‐aware intra‐domain routing in MobilityFirst (GSTAR)Presenters: Kai Su, Nehal Somani – WINLAB, Rutgers

2. Multi‐homing capability with MF client stack on Linux/AndroidPresenters: Chunhui Zhang – UMass Lowell

3. Resolving Host and Content Mobility using Global Name Resolution ServicePresenters: Feixiong,  Tam Vu – WINLAB RutgersPresenter: Hardeep Uppal – UMass  Amherst

4. Intentional Data Receipt using Context Resolution in MobilityFirstPresenter: John Austen – WINLAB Rutgers

5. Detecting Driver Phone Use Leveraging Car SpeakersPresenter: Tam Vu – WINLAB, Rutgers

6. WiRover: Network aggregation using multi‐homing and multi‐path stripingPresenter: Suman Banerjee – UWisconsin

22

Page 23: MobilityFirst Prototyping and Evaluationmobilityfirst.winlab.rutgers.edu/documents/documents/Nagaraj.pdfPrototyping and Evaluation: Phase 3 on GENI 5 MobilityFirst Router Mobile Hosts

WINLAB

Partition-2Partition-1

Demo 1: Storage‐Aware Routing

1. Destination node mobility B moves between AP3 and AP4

2. Variable link quality Access link B‐AP4 degrades occasionally Data blocks temporarily stored at AP4  

3. DTN routing and mobile data ferry Link R2‐R3 completely fails, creating partitions Bus‐node bridges partitions, moving from within AP1 to AP3 range

23

3AP1

AP3

AP4

AP2

R1

R2

R3

1

A B

Sender

Receiver

2

3

Page 24: MobilityFirst Prototyping and Evaluationmobilityfirst.winlab.rutgers.edu/documents/documents/Nagaraj.pdfPrototyping and Evaluation: Phase 3 on GENI 5 MobilityFirst Router Mobile Hosts

WINLAB

Demo 2: Multi‐homing

Multi‐homed mobile with varying link quality (WiFi & WiMAX) receives on either interface or a preferred one

Multi‐homed mobile stripes across two interfaces (WiFi & WiMAX) Cumulate access bandwidth Reordering of striped chunks at receiver

24

WiMAX BTS

WiFi AP

WiMAX BTS

WiFi AP

Sender

ReceiverA B

Page 25: MobilityFirst Prototyping and Evaluationmobilityfirst.winlab.rutgers.edu/documents/documents/Nagaraj.pdfPrototyping and Evaluation: Phase 3 on GENI 5 MobilityFirst Router Mobile Hosts

WINLAB

Demo3: GNRS  and Host/Content Resolution

25

Content host B

Content requestor

1. Content host A publishes content C to GNRS.

2. Content host B publishes content C to GNRS.

3. Content requestor queries the GNRS for content C.4. Content requestor gets two locations for content C and chooses a closer one, which is

host B. And then it retrieves the content.

Content host A

1

2

3

GNRS

4

GUID Host Address

C A, B

Page 26: MobilityFirst Prototyping and Evaluationmobilityfirst.winlab.rutgers.edu/documents/documents/Nagaraj.pdfPrototyping and Evaluation: Phase 3 on GENI 5 MobilityFirst Router Mobile Hosts

WINLAB

Demo 4: Sensor and Context Use Case

1. Name assignment and publishing§ Mapping from human readable (tags) to GUIDs, for both sensors and context

2. Connect to MF network§ GNRS is updated as sensor and context apps open MF sockets

3. Caller gets GUIDs§ Driver’s GUID: non restricted GUID_driver, restricted GUID_context (no call while driving)§ Seat’s GUID: anyone in the car seat?  

4.  MF routers route the call to right location (context or phone directly)

26

AP1

AP2

AP

A

NA

GNRS

GNRSGNRS

Context App

SensorApp

CRSGUID

assignment & publishing

MF Client Stack

CRS

Phone

Caller

MF Client Stack

GUID_seat

GUID_seat


Recommended