The WiMAX/LTE Project: We See You

Slides:



Advertisements
Similar presentations
An OpenFlow Extension for the OMNeT++ INET Framework
Advertisements

Sponsored by the National Science Foundation Tutorial: OpenFlow-Based Vertical Handoff over WiFi and WiMAX in the Orbit Testbed Ryan Izard and KC Wang.
Towards Software Defined Cellular Networks
Wide Area Wi-Fi Sam Bhoot. Wide Area Wi-Fi  Definition: Wi-Fi (Wireless Fidelity) n. – popular term for high frequency wireless local area networks operating.
RIP V1 W.lilakiatsakun.
Slick: A control plane for middleboxes Bilal Anwer, Theophilus Benson, Dave Levin, Nick Feamster, Jennifer Rexford Supported by DARPA through the U.S.
Knowledge Fusion Research Workshop St. Michaels, Maryland October 19-22, 2004 KMCOE Surveillance Imagery Over An Agent-Based Platform Dr. Willie Thompson,
BTT 101 / 2O1 Lesson 10 Dundas Valley Secondary Mr. Young.
SDN and Openflow.
Network Innovation using OpenFlow: A Survey
Scalable Network Virtualization in Software-Defined Networks
Presented by Serge Kpan LTEC Network Systems Administration 1.
Professor Michael J. Losacco CIS 1150 – Introduction to Computer Information Systems Communications and Networks Chapter 8.
Hubs & Switches Ethernet Basics -10. There is only so much available bandwidth, in some instances it can be dynamic An overabundance of data on the network,
CECS 5460 – Assignment 3 Stacey VanderHeiden Güney.
Software-Defined Networks Jennifer Rexford Princeton University.
VeriFlow: Verifying Network-Wide Invariants in Real Time
Professor OKAMURA Laboratory. Othman Othman M.M. 1.
Othman Othman M.M., Koji Okamura Kyushu University 1.
Ran aware flow control tool
IEEE MEDIA INDEPENDENT HANDOVER DCN: SAUC-WMDG-UseCase Title: ONF Wireless & Mobility Use Case Proposal Date Submitted: September.
NETWORKING COMPONENTS AN OVERVIEW OF COMMONLY USED HARDWARE Christopher Johnson LTEC 4550.
© 2002, Cisco Systems, Inc. All rights reserved..
Othman Othman M.M., Koji Okamura Kyushu University 1.
NETWORK HARDWARE AND SOFTWARE MR ROSS UNIT 3 IT APPLICATIONS.
SDN integrated scenarios and new PoA-related primitives Daniel Corujo Carlos Guimarães Rui L. Aguiar
Sponsored by the National Science Foundation Using OpenFlow and Orbit to Achieve Mobility in a Heterogeneous Wireless Network Ryan Izard
Architectures and Algorithms for Future Wireless Local Area Networks  1 Chapter Architectures and Algorithms for Future Wireless Local Area.
WiMAX at the University of Wisconsin-Madison A Programmable Facility for Experimentation with Wireless Heterogeneity and Wide-area Mobility.
Security, NATs and Firewalls Ingate Systems. Basics of SIP Security.
SDN AND OPENFLOW SPECIFICATION SPEAKER: HSUAN-LING WENG DATE: 2014/11/18.
Programming Languages for Software Defined Networks Jennifer Rexford and David Walker Princeton University Joint work with the.
Components of wireless LAN & Its connection to the Internet
Introduction to Computer Networks Dr. Sanjay P. Ahuja, Ph.D FIS Distinguished Professor of Computer Science School of Computing, UNF.
Leading provider of secure mobility for the enterprise Aruba MOVE Architecture Industry’s most secure WLAN Easiest BYOD & Guest Access Zero-touch.
1 | © 2015 Infinera Open SDN in Metro P-OTS Networks Sten Nordell CTO Metro Business Group
1 VLANs Relates to Lab 6. Short module on basics of VLAN switching.
Network Components Kortney Horton LTEC October 20, 2013 Assignment 3.
Network Equipment Assignment 3 LTEC 4550 Aaron Whitaker.
© 2006 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Multicast Overview Webcast Joshua Ferguson Cisco Systems, Inc. Advanced.
Networking Components Assignment 3 Corbin Watkins.
Software Defined Networking and OpenFlow Geddings Barrineau Ryan Izard.
Leveraging SDN to Improve the Security of DHCP Presented By Jacob H. Cox Jr. For SDN NFV Security Workshop 2016 On 10 March 2016.
Various Features and Services Provided By the SpotCam.
Understand how a router works and its purpose
Network Concepts.
Jaringan Komputer_D3 TT
WIMAX AND LTE.
IEEE ICC ‘16 Dynamic M2M Device Attachment and Redirection in Virtual Home Gateway Environments Apostolos Papageorgiou, NEC Labs Europe Roberto Bifulco,
Prepared by: Ameer Sameer Hamood University of Babylon - Iraq
Fundamentals of Information Systems, Sixth Edition
Software Defined Networking for Wireless Networks
What I Learned From Mininet
Software defined networking: Experimental research on QoS
Distributed Mobility Management for Future 5G Networks : Overview and Analysis of Existing Approaches IEEE Wireless Communications January 2015 F. Giust,
University of Maryland College Park
The DPIaaS Controller Prototype
Heitor Moraes, Marcos Vieira, Italo Cunha, Dorgival Guedes
software features Highlight
NOX: Towards an Operating System for Networks
Week 11 Software Defined Networking (SDN): Use-Cases
Transfer of data in ICT systems
Mobile edge computing Report by Weiqing huang.
Client-Server and Peer to Peer networks
Software Defined Networking (SDN)
Group 6-SDN Based Prioritized Information Dissemination
Network Models, Hardware, Protocols and number systems
2018/12/10 Energy Efficient SDN Commodity Switch based Practical Flow Forwarding Method Author: Amer AlGhadhban and Basem Shihada Publisher: 2016 IEEE/IFIP.
Programmable Networks
Presentation transcript:

The WiMAX/LTE Project: We See You Joshua Lloret, Robyn McCue, Jie Wu Temple University

Project Overview Cameras will be mounted on police cars Video streams from cameras will be broadcast using wireless networks, including Wi-Fi, LTE, and/or WiMAX, to a central location for instant analysis storage Switches between WAN and host server will be managed using OpenFlow

Objectives Send multiple video streams to server Be able to prioritize one video stream over others and allocate more network resources to it in real time OpenFlow Wi-Fi LTE WiMAX

Wireless Network Tests walking uses two variables, time and position the stationary tests were done for two reasons: to show there are places on campus where wifi throughput is greater than lte, and to show the variability of signals given just time lte = good coverage, good throughput, expensive wifi = spotty coverage, good throughput, cheap wimax = good coverage, poor throughput, cheap (we already had an AP)

Wireless Network Tests Assisted with conducting stationary and walking tests of Wi-Fi, LTE, and WiMAX around campus Each had its own drawback at any given time Use all three Cheap WiMAX WiFi LTE Instead of n-casting, or broadcasting across all three networks at once, we use only one wireless technology at a time. A simple python script was written on the client side to buffer data while the operating system is switching networks Signal Throughput

SDN and OpenFlow and Mininet

SDN and OpenFlow Software-Defined Networking (SDN) separates the control plane from the forwarding data plane, allowing the network to be directly programmed and centrally managed OpenFlow is a protocol to enable SDN Can be simulated using GENI and Mininet

POX OpenFlow Controller POX is a Python-based OpenFlow controller Wrote a custom POX application that learns port numbers from incoming packets and drops packets from specified IP addresses Mininet supports OpenFlow 1.0.0, which allows for packet dropping but not direct bandwidth management

Mininet Tested controller using Mininet with custom topologies to mimic possible physical equipment configurations

Continuing This Research Test POX controller application using new OpenFlow-enabled switches and server Update POX controller application to manage bandwidth, not just drop packets

Further Research Use OpenFlow SDR like OpenRadio to implement our program closer to the source of data Combine our solution with data limiting on source itself OpenFlow SDR OpenFlow Wi-Fi LTE WiMAX Limiting data on the network in this case is helpful to keep network bandwidth free, but the optimal solution is to limit the data at the source. Software Defined Radio (SDR) would get us closer to the source, and thus free up more of the network, but the best solution is a program on the cars themselves that limits the streaming data before it is sent over the network. not important important

References Bansal, Manu, et al. "OpenRadio: A Programmable Wireless Dataplane," in ACM First Workshop on Hot Topics in Software-Defined Networks, 2012. Jarschel, Michael, et al. "SDN-based Application-Aware Networking on the Example of YouTube Video Streaming." in IEEE Second European Workshop on Software-Defined Networks, 2013. OpenFlow Switch Consortium. "OpenFlow Switch Specification Version 1.0.0." 2009. Zinner, Thomas, et al. "Dynamic Application-Aware Resource Management Using Software-Defined Networking: Implementation Prospects and Challenges," in IEEE Network Operations and Management Symposium, 2014. Special thanks to Dr. Chiu C Tan and his research group for helping us with tests and the GENI platform