SDN Based IoT-Cloud Comm.

Slides:



Advertisements
Similar presentations
1 Resonance: Dynamic Access Control in Enterprise Networks Ankur Nayak, Alex Reimers, Nick Feamster, Russ Clark School of Computer Science Georgia Institute.
Advertisements

1 Resonance: Dynamic Access Control in Enterprise Networks Ankur Nayak, Alex Reimers, Nick Feamster, Russ Clark School of Computer Science Georgia Institute.
Network Systems Sales LLC
© Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Software Defined Networking.
Network Innovation using OpenFlow: A Survey
Copyright © 2012, QoS-aware Network Operating System for Software Defined Networking with Generalized OpenFlows Kwangtae Jeong, Jinwook Kim.
SDN Problem Statement and Use Cases for Data Center Applications Ping Pan Thomas Nadeau November 2011.
Chapter 1: Hierarchical Network Design
Sanbolic Enabling the Always-On Enterprise Company Overview.
Software-Defined Networks Jennifer Rexford Princeton University.
OpenDaylight project introduction An open source project under the Linux Foundation with the goal of furthering the adoption and innovation of Software.
CloudNaaS: A Cloud Networking Platform for Enterprise Applications Theophilus Benson*, Aditya Akella*, Anees Shaikh +, Sambit Sahu + (*University of Wisconsin,
FUTURE OF NETWORKING SAJAN PAUL JUNIPER NETWORKS.
Software Defined Networks for Dynamic Datacenter and Cloud Environments.
SDN AND OPENFLOW SPECIFICATION SPEAKER: HSUAN-LING WENG DATE: 2014/11/18.
Garrett Drown Tianyi Xing Group #4 CSE548 – Advanced Computer Network Security.
A survey of SDN: Past, Present and Future of Programmable Networks Speaker :Yu-Fu Huang Advisor :Dr. Kai-Wei Ke Date:2014/Sep./30 1.
Task-Force 1 Softwarization of Networks ICT COST Action IC1304 Autonomous Control for a Reliable Internet of Services (ACROSS)
Improving Network Management with Software Defined Network Group 5 : z Xuling Wu z Haipeng Jiang z Sichen Wu z Aparna Sanil.
Amagees Tech Corp value added services Data Management and Infrastructure.
KYUNG-HWA KIM HENNING SCHULZRINNE 12/09/2008 INTERNET REAL-TIME LAB, COLUMBIA UNIVERSITY DYSWIS.
APRIL 10, Meeting Agenda  Prototype 2 Goals  Robust Connections Demo  System Diagnostics Tool Demo  Final Prototype Risk Mitigation  Final.
APRIL 10, Meeting Agenda  Prototype 2 Goals  Robust Connections Demo  System Diagnostics Tool Demo  Final Prototype Risk Mitigation  Final.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 1: Hierarchical Network Design Connecting Networks.
© Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Embrace the Future of.
Data Center Automation using Python
0 Agile Controller Key Message KM 1: Service Experience-centered Network Redefinition KM 2: Network-wide United Security KM 3: Product Openness and Collaboration.
Data and Computer Communications Tenth Edition by William Stallings Data and Computer Communications, Tenth Edition by William Stallings, (c) Pearson Education.
Software–Defined Networking Meron Aymiro. What is Software-Defined Networking?  Software-Defined Networking (SDN) has the potential of to transcend the.
The Network Aware IoT Service at Edge Guoxi Wang.
Tago Tago IoT DAY GRAIN BIN LEVEL? The epicenter of middleware
Developing an Implementation Framework for the Future Internet using the Y-Comm Architecture, SDN and NFV Glenford Mapp Associate Professor Middlesex University,
IEEE ICC ‘16 Dynamic M2M Device Attachment and Redirection in Virtual Home Gateway Environments Apostolos Papageorgiou, NEC Labs Europe Roberto Bifulco,
OpenDaylight Based Machine Learning for Networks
Instructor Materials Chapter 7: Network Evolution
Gijeong Kim ,Junho Kim ,Sungwon Lee Kyunghee University
Modeling and Evaluation of Fibre Channel Storage Area Networks
Multi-layer software defined networking in GÉANT
University of Maryland College Park
The DPIaaS Controller Prototype
SCALE: The Safe Community Awareness and Alerting Network
Distributed Cache Technology in Cloud Computing and its Application in the GIS Software Wang Qi Zhu Yitong Peng Cheng
Network Anti-Spoofing with SDN Data plane Authors:Yehuda Afek et al.
“Internet of Things” – The new age drivers of Power Distribution Automation Speaker: Jayant Sinha Date of session: 2 Oct, 2015.
Introduction to OpenFlow
PROTEAN: A Scalable Architecture for Active Networks
Author: Ragalatha P, Manoj Challa, Sundeep Kumar. K
Optimizing Edge-Cloud IoT Applications for Performance and Cost
Peer-to-peer networking
DevOps – Test Automation for IOTs
Enterprise vCPE use case requirement
Daily Update Cisco Questions Dumps4download.us
Introduction  An IoT is a network that connects uniquely identifiable things to the Internet.  The first word is “Internet” and the second word is “Things”.
A Novel Framework for Software Defined Wireless Body Area Network
Mobile edge computing Report by Weiqing huang.
Indigo Doyoung Lee Dept. of CSE, POSTECH
Introduction There are many situations in which we might use replicated data Let’s look at another, different one And design a system to work well in that.
SDN Based IoT-Cloud Comm.
The Business Value of MPLS VPNs
Extending MPLS/BGP VPNs to End-Systems
2018/12/10 Energy Efficient SDN Commodity Switch based Practical Flow Forwarding Method Author: Amer AlGhadhban and Basem Shihada Publisher: 2016 IEEE/IFIP.
Speaker: Jin-Wei Lin Advisor: Dr. Ho-Ting Wu
CT 1306 Communication Networks Management Lab
RESCUE System Deliverables
Consideration on applying ICN to Edge Computing
Peer-to-peer networking
IoT Requirements for Networking Protocols Sadoon Azizi Department of Computer Engineering and IT.
Simulation for Data collection and uploading in IoT island
INTERNET OF THINGS PRESENTED BY Mittal Institute of technology.
Presentation transcript:

SDN Based IoT-Cloud Comm. Presented By: Devendra K Lavaniya (26848236) Bradley Quadros (38321094) (Collaborating with Gouxi Wang )

Introduction : Currently, IoT sensors directly connect to the Cloud and off-load all data in real time. Consequence : Link/device Failures leads to loss of data. Solution : Implement a robust policy framework for IOT-Cloud communication. Using the concept of edge networking for transient storage & SDN for policy based forwarding.

Architecture

Implementation Different sensor devices connected to the cloud using a OpenFlow enabled switch. Switch communicate with a SDN controller and Edge servers (One or more). SDN controller intercepts the data and creates flow to the cloud using OpenFlow protocol. Additionally data is cached in edge server for limited time (using ‘TTL’). Controller detects link/device failures when no Ack received and forward cached data from edge server without any delays. More complex and granular control over what data to forward to cloud can also be implemented.

Deliverables Test Environment : Test Case : Extreme SDN Controller (OpenDayLight based) Extreme Openflow Switch (OVS based) 4-8 Different IoT sensors Edge Server (Virtual server implemented within Controller) Test Case : SCALE server provides real-time sensor readings from the cloud. If connection fails (manually disconnect), readings within failure period are cached at edge server and sent to cloud as soon as connection is up. SCALE receives all readings with correct timestamps without re-querying.

Future Work Adding more functionalities to the SDN based flows to implement a comprehensive policy framework for secure, flexible and robust communication. More granular control over data forwarded to cloud. Location aware edge-server placement for large scale deployment.