A Flow Aggregation Method Based on End-to-End Delay in SDN

Size: px
Start display at page:

Download "A Flow Aggregation Method Based on End-to-End Delay in SDN"

Transcription

1 A Flow Aggregation Method Based on End-to-End Delay in SDN Takuya Kosugiyama, Kazuki Tanabe, Hiroki Nakayama, Tsunemasa Hayashi and Katsunori Yamaoka Tokyo Institute of Technology, Japan Bosco Technologies Inc., Japan

2 Overview Background Goal Modeling Algorithm Result Summary

3 What is SDN? Software-Defined Networking (SDN) Controllable via API Application Plane Business Application Control Plane SDN Controller Northbound API Network Service Data Plane Network Device Southbound API Network Device Network Device Network Device

4 Problem Routing Mechanism in OpenFlow (OF) 1. Proactive. Reactive OF Controller OF Controller 1 Configure rule dst IP: A Port: Packet comes To: A 1 Forwarding OF Switch Request rule Configure rule 1 Packet comes dst IP: A Port: To: A 1 OF Switch Forwarding [1] S.H. Yeganeh, A. Tootoonchian, and Y. Ganjali, On scalability of software-defined networking, IEEE Communications Magazine, vol.51, no., pp.16 11, Feb. 01.

5 Problem 5 Routing Mechanism in OpenFlow (OF) 1. Proactive. Reactive OF Controller OF Controller 1 Configure rule dst IP: A Port: Packet comes To: A 1 Forwarding Request rule Configure rule 1 Packet comes dst IP: A Port: To: A 1 Forwarding OF Switch Rule update rate (1000 rules/s) Rule capacity (10 50 K) [1] OF Switch SDN scaling issues [1] S.H. Yeganeh, A. Tootoonchian, and Y. Ganjali, On scalability of software-defined networking, IEEE Communications Magazine, vol.51, no., pp.16 11, Feb. 01.

6 Goal 6 How to manage massive flows in SDN Aggregate flows and reduce number of flows Rule aggregation method based on bandwidth [1][] Rule division method to satisfy capacity [][] There are no works to aggregate flows based on End-to-End allowable delay Target: IoT / MM flow A flow aggregation method to minimize number of flows satisfying allowable delay [1] F. Giroire, J. Moulierac, and T. K. Phan. Optimizing rule placement in software-defined networks for energy-aware routing. In 01 IEEE Global Communications Conference, pp. 5 59, Dec 01. [] Xuan Nam Nguyen, Damien Saucez, Chadi Barakat, and Thierry Turletti. OFFICER: A general optimization framework for OpenFlow rule allocation and endpoint policy enforcement. Proceedings - IEEE INFOCOM, Vol. 6, pp , 015. [] Yossi Kanizo, David Hay, and Isaac Keslassy. Palette: Distributing tables in software-defined networks. Proceedings - IEEE INFOCOM, pp , 01. [] Nanxi Kang, Zhenming Liu, Jennifer Rexford, and David Walker. Optimizing the One Big Switch Abstraction in Software-Defined Networks. Conext 1, p. 17, 01.

7 Approach 7 Basis of flow aggregation Consider flows on same section as one flow f1 f1 f 1 f Tunnel and labeling f Link cost Route by aggregated flow ex) Full mesh flows (allowable delay = 80) flow: = 100 > 80 (a) Network (b) Maximum aggregation not satisfying allowable delay

8 Approach 8 Basis of flow aggregation Consider flows on same section as one flow f1 f1 f 1 f Tunnel and labeling f Route by aggregated flow ex) Full mesh flows (allowable delay = 80) Link cost (a) Network (b) Maximum aggregation not satisfying allowable delay (c) Maximum aggregation satisfying allowable delay

9 Model setting (1) 9 SDN as a directed graph Node: Link: Link cost: Flow: Allowable cost: Relation between flow and link

10 Model setting () 10 Constraints to route flow There is only one flow from a source node and to a destination node

11 Model setting () 11 Constraints to route flow There is no flow to a source node and from a destination node

12 Model setting () 1 Constraints to route flow Number of incoming flows equals to number of outgoing flows on a node

13 Model setting () 1 Constraints to route flow A node is visited only one time

14 Model setting () 1 Constraint of allowable cost Aggregate flows Flows on same link and same direction Objective: minimize number of flows

15 Model setting () 15 Deformation y and z are vectors (0, 1,,0) which correspond to the index of h and g Apply to 0,1-Knapsack Problem NP-hard

16 Heuristics 16 Overview 1. Ascending sort by (minimum cost - allowable cost) Fs. Select the first element of Fs f. [Flow compotision] Compose route of f using existing flows. [Flow aggregation] Aggregate flows in Fs into existing flows 5. Return to. unless Fs is empty = flexibility of changing route Existing flows Flow composition Flow aggregation

17 Flow composition 17 Path composition by Best-First Search (BFS) Evaluation value of node : : number of times existing rules are used : minimum cost to reach from to Prioritize two nodes Time complexity:

18 Flow composition: Ex.1 18 Flow composition by Best-First Search Evaluation value: {t, c} t : number of times existing rules are used c : minimum cost to reach from source to current 5 {0,0} 5 {0,5} {0,} Dashed arrows: existing flows

19 Flow composition: Ex.1 19 Flow composition by Best-First Search Evaluation value: {t, c} t : number of times existing rules are used c : minimum cost to reach from source to current 5 {0,0} 5 {1,5} {0,} {0,5} Dashed arrows: existing flows

20 Flow composition: Ex.1 0 Flow composition by Best-First Search Evaluation value: {t, c} t : number of times existing rules are used c : minimum cost to reach from source to current 5 {0,0} 5 {1,5} {0,} {1,8} {,9} Dashed arrows: existing flows

21 Flow composition: Ex.1 1 Flow composition by Best-First Search Evaluation value: {t, c} t : number of times existing rules are used c : minimum cost to reach from source to current 5 {0,0} 5 {1,5} {0,} {1,8} {,9} {,1} Dashed arrows: existing flows Number of adding flows:

22 Flow composition: Ex. Flow composition by Best-First Search 5 {0,0} 5 {1,5} {0,} {1,8} {,9} {,1} > Dashed arrows: existing flows

23 Flow composition: Ex. Flow composition by Best-First Search 5 {0,0} 5 {1,5} {0,} {1,8} {,9} Dashed arrows: existing flows

24 Flow composition: Ex. Flow composition by Best-First Search 5 {0,0} 5 {1,5} {0,} {1,8} {,9} {1,10} Dashed arrows: existing flows Number of adding flows:

25 Heuristics 5 Overview 1. Ascending sort by (minimum cost - allowable cost) Fs. Select the first element of Fs f. [Flow compotision] Compose route of f using existing flows. [Flow aggregation] Aggregate flows in Fs into existing flows 5. Return to. unless Fs is empty Existing flow Flow composition Flow aggregation f (f1, f) f1 f

26 Flow aggregation 6 Delete flows in Fs over existing flows Calculate flows can be reached within allowable delay by Dijkstra s algorithm Time complexity: f1 f Flow aggregation f (f1, f ) f1 f f can be routed using part of f1 and f

27 Simulation settings 7 Simulation Topology Model: ER / BA Size: V = 50, 500 Parameters Link cost: [5, 15], discrete uniform distribution alpha: ratio of allowable cost of flows to the maximum value of the minimum delay of flows Ex) min cost = 10, alpha = Cf = 0 Comparison Table: topologies Minimum cost / Minimum hop routing with aggreagtion

28 Performance evaluation (1) 8 Effect of allowable cost F = 1000 There is not much effect of alpha Fig. 1 Effect of allowable cost of flows (Scalefree-small)

29 Performance evaluation (1) 9 Effect of allowable cost F = 1000 Flow composition selects first route No more effect of allowable delay Fig. 1 Effect of allowable cost of flows (Scalefree-small)

30 Performance evaluation () 0 Effect of number of flows α = 5 HIGH link density more effective Fig. Random-large Fig. Scalefree-large

31 Summary & Future work 1 We propose a flow aggregation method to minimize number of flows satisfying End-to-End delay Simulation in several topologies Higher performance than simple comparison method Flexibility of changing route is important Future work Expand our model more realistic Bypassing on weak topology

Performance Evaluation. Flow Creation Inside an OpenFlow Network

Performance Evaluation. Flow Creation Inside an OpenFlow Network Performance Evaluation of Flow Creation Inside an OpenFlow Network Walber José Adriano Silva Abstract A top concern in Software Defined Networking (SDN) is the management of network flows because of resource

More information

Application-Aware SDN Routing for Big-Data Processing

Application-Aware SDN Routing for Big-Data Processing Application-Aware SDN Routing for Big-Data Processing Evaluation by EstiNet OpenFlow Network Emulator Director/Prof. Shie-Yuan Wang Institute of Network Engineering National ChiaoTung University Taiwan

More information

Interactive Monitoring, Visualization, and Configuration of OpenFlow-Based SDN

Interactive Monitoring, Visualization, and Configuration of OpenFlow-Based SDN Interactive Monitoring, Visualization, and Configuration of OpenFlow-Based SDN Pedro Heleno Isolani Juliano Araujo Wickboldt Cristiano Bonato Both Lisandro Zambenedetti Granville Juergen Rochol July 16,

More information

Extending Dijkstra s Shortest Path Algorithm for Software Defined Networking

Extending Dijkstra s Shortest Path Algorithm for Software Defined Networking Extending Dijkstra s Shortest Path Algorithm for Software Defined Networking Jehn-Ruey Jiang, Hsin-Wen Huang, Ji-Hau Liao, and Szu-Yuan Chen Department of Computer Science and Information Engineering National

More information

Application of SDN: Load Balancing & Traffic Engineering

Application of SDN: Load Balancing & Traffic Engineering Application of SDN: Load Balancing & Traffic Engineering Outline 1 OpenFlow-Based Server Load Balancing Gone Wild Introduction OpenFlow Solution Partitioning the Client Traffic Transitioning With Connection

More information

Professor Yashar Ganjali Department of Computer Science University of Toronto

Professor Yashar Ganjali Department of Computer Science University of Toronto Professor Yashar Ganjali Department of Computer Science University of Toronto yganjali@cs.toronto.edu http://www.cs.toronto.edu/~yganjali Some slides courtesy of J. Rexford (Princeton), N. Foster (Cornell)

More information

OFFICER: A general Optimization Framework for OpenFlow Rule Allocation and Endpoint Policy Enforcement

OFFICER: A general Optimization Framework for OpenFlow Rule Allocation and Endpoint Policy Enforcement OFFICER: general Optimization Framework for OpenFlow Rule llocation and Endpoint Policy Enforcement Xuan-am guyen, Damien Saucez, Chadi Barakat, Thierry Turletti cite this version: Xuan-am guyen, Damien

More information

Backhaul Virtualization for Multiple Services in Public WLANs

Backhaul Virtualization for Multiple Services in Public WLANs Backhaul Virtualization for Multiple Services in Public WLANs Kazuki Ginnan Kazuhiko Kinoshita Keita Kawano Hiroki Nakayama Tsunemasa Hayashi Takashi Watanabe Osaka University, Japan Okayama University,

More information

A Scalable and Bandwidth-Efficient Multicast Algorithm based on Segment Routing in Software- Defined Networking

A Scalable and Bandwidth-Efficient Multicast Algorithm based on Segment Routing in Software- Defined Networking A Scalable and Bandwidth-Efficient Multicast Algorithm based on Segment Routing in Software- Defined Networking Jang-Ping Sheu and Yin-Chen Chen Department of Computer Science, National Tsing Hua University

More information

Cisco Extensible Network Controller

Cisco Extensible Network Controller Data Sheet Cisco Extensible Network Controller Product Overview Today s resource intensive applications are making the network traffic grow exponentially putting high demands on the existing network. Companies

More information

SOCM Service-Based Optical Connection Management. Larry S. Samberg BTI Systems Inc. June, 2013

SOCM Service-Based Optical Connection Management. Larry S. Samberg BTI Systems Inc. June, 2013 SOCM Service-Based Optical Connection Management Larry S. Samberg BTI Systems Inc. June, 2013 Packet & Optical Transport are Ships in the Night They are deployed independently. They are often managed by

More information

Clustering-Based Distributed Precomputation for Quality-of-Service Routing*

Clustering-Based Distributed Precomputation for Quality-of-Service Routing* Clustering-Based Distributed Precomputation for Quality-of-Service Routing* Yong Cui and Jianping Wu Department of Computer Science, Tsinghua University, Beijing, P.R.China, 100084 cy@csnet1.cs.tsinghua.edu.cn,

More information

Web-Based User Interface for the Floodlight SDN Controller

Web-Based User Interface for the Floodlight SDN Controller 3175 Web-Based User Interface for the Floodlight SDN Controller Hakan Akcay Department of Computer Engineering, Istanbul University, Istanbul Email: hknakcay@gmail.com Derya Yiltas-Kaplan Department of

More information

Compressing two-dimensional routing tables with order

Compressing two-dimensional routing tables with order Compressing two-dimensional routing tables with order Frédéric Giroire, Frédéric Havet, Joanna Moulierac To cite this version: Frédéric Giroire, Frédéric Havet, Joanna Moulierac. Compressing two-dimensional

More information

Centralization of Network using Openflow Protocol

Centralization of Network using Openflow Protocol Indian Journal of Science and Technology, Vol 8(S2), 165 170, January 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 DOI : 10.17485/ijst/2015/v8iS2/61217 Centralization of Network using Openflow

More information

Towards Management of Software-Driven Networks

Towards Management of Software-Driven Networks Towards Management of Software-Driven Networks 3rd ETSI Future Networks Workshop Sophia Antipolis 9 th April 2013 Prof. Alex Galis University College London a.galis@ucl.ac.uk Content List SDN Context and

More information

Scalable Enterprise Networks with Inexpensive Switches

Scalable Enterprise Networks with Inexpensive Switches Scalable Enterprise Networks with Inexpensive Switches Minlan Yu minlanyu@cs.princeton.edu Princeton University Joint work with Alex Fabrikant, Mike Freedman, Jennifer Rexford and Jia Wang 1 Enterprises

More information

An SDN Approach to ARP Broadcast Reduction in an Unstructured Campus Network

An SDN Approach to ARP Broadcast Reduction in an Unstructured Campus Network Volume 114 No. 12 2017, 109-118 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu An SDN Approach to ARP Broadcast Reduction in an Unstructured Campus

More information

Keywords SDN, Firewall, Openflow, Mininet, Pox

Keywords SDN, Firewall, Openflow, Mininet, Pox Volume 6, Issue 6, June 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Development of

More information

ONOS OVERVIEW. Architecture, Abstractions & Application

ONOS OVERVIEW. Architecture, Abstractions & Application ONOS OVERVIEW Architecture, Abstractions & Application WHAT IS ONOS? Open Networking Operating System (ONOS) is an open source SDN network operating system (controller). Mission: to enable Service Providers

More information

Wildcard-Rule Caching and Cache Replacement Algorithms in Software-Defined Networking

Wildcard-Rule Caching and Cache Replacement Algorithms in Software-Defined Networking Wildcard-Rule Caching and Cache Replacement Algorithms in Software-Defined Networking Jang-Ping Sheu, Po-Yao Wang, and Jagadeesha RB Department of Computer Science, National Tsing Hua University Hsinchu,

More information

Lecture 10.1 A real SDN implementation: the Google B4 case. Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it

Lecture 10.1 A real SDN implementation: the Google B4 case. Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it Lecture 10.1 A real SDN implementation: the Google B4 case Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it WAN WAN = Wide Area Network WAN features: Very expensive (specialized high-end

More information

Proceedings of the Fourth Engineering Students Conference at Peradeniya (ESCaPe) SDN Flow Caching

Proceedings of the Fourth Engineering Students Conference at Peradeniya (ESCaPe) SDN Flow Caching Proceedings of the Fourth Engineering Students Conference at Peradeniya (ESCaPe) 2016 SDN Flow Caching N.B.U.S. Nanayakkara, R.M.L.S. Bandara, N.B. Weerasinghe, S,N, Karunarathna Department of Computer

More information

A Recursive Approach to Network Management

A Recursive Approach to Network Management A Recursive Approach to Network Management Yuefeng Wang Ibrahim Matta Computer Science Department, Boston University {wyf, matta}@bu.edu Abstract Nowadays there is an increasing need for a general management

More information

O3 Project Network Business Innovation by SDN WAN Technologies

O3 Project Network Business Innovation by SDN WAN Technologies O3 Project Network Business Innovation by SDN WAN Technologies 16 October, 2014 Yoshiaki Kiriha O3 project (NEC, NTT, NTT Communications, Fujitsu, Hitachi) Agenda Trend on Future Information Networking

More information

ÉCOLE DOCTORALE STIC. Docteur en Sciences. Xuan Nam NGUYEN. The OpenFlow Rules Placement Problem: a Black Box approach

ÉCOLE DOCTORALE STIC. Docteur en Sciences. Xuan Nam NGUYEN. The OpenFlow Rules Placement Problem: a Black Box approach UNIVERSITÉ NICE - SOPHIA ANTIPOLIS ÉCOLE DOCTORALE STIC SCIENCES ET TECHNOLOGIES DE L INFORMATION ET DE LA COMMUNICATION THÈSE pour l obtention du grade de Docteur en Sciences de l Université de Nice -

More information

Securing the Network Topology in a Source Routing Multi Domain SDN

Securing the Network Topology in a Source Routing Multi Domain SDN Securing the Network Topology in a Source Routing Multi Domain SDN Sarat Chandra Prasad Gingupalli NITK,Surathkal sarath.ginjupalli89@gmail.com Saumya Hegde NITK,Surathkal hegdesaumya@gmail.com ABSTRACT

More information

Time Efficient Energy-Aware Routing in Software Defined Networks

Time Efficient Energy-Aware Routing in Software Defined Networks Efficient Energy-Aware Routing in Software Defined Networks Yu-Hao Chen, Tai-Lin Chin, Chin-Ya Huang, Shan-Hsiang Shen, Ruei-Yan Huang Dept. of Computer Science and Information Engineering, National Taiwan

More information

CS 4226: Internet Architecture

CS 4226: Internet Architecture Software Defined Networking Richard T. B. Ma School of Computing National University of Singapore Material from: Scott Shenker (UC Berkeley), Nick McKeown (Stanford), Jennifer Rexford (Princeton) CS 4226:

More information

States on a (Data) Plane. Jennifer Rexford

States on a (Data) Plane. Jennifer Rexford States on a (Data) Plane Jennifer Rexford Traditional data planes are stateless 1 Software Defined Networks (SDN) Program your network from a logically central point! 2 OpenFlow Rule Tables Prio match

More information

Managing Failures in IP Networks Using SDN Controllers by Adding Module to OpenFlow

Managing Failures in IP Networks Using SDN Controllers by Adding Module to OpenFlow Managing Failures in IP Networks Using SDN Controllers by Adding Module to OpenFlow Vivek S 1, Karthikayini T 2 1 PG Scholar, Department of Computer Science and Engineering, New Horizon College of Engineering,

More information

Quality of Service Routing

Quality of Service Routing Quality of Service Routing KNOM Tutorial 2004, Jeju, Korea, Nov. 4-5, 2004. November 5, 2004 Kwang-Hui Lee Communication Systems Lab, Changwon National University khlee@changwon.ac.kr Contents Introduction

More information

Security improvement in IOT based on Software

Security improvement in IOT based on Software International Journal of Scientific & Engineering Research, Volume 8, Issue 4, April-2017 122 Security improvement in IOT based on Software Raghavendra Reddy, Manoj Kumar, Dr K K Sharma Abstract With the

More information

Research on Firewall in Software Defined Network

Research on Firewall in Software Defined Network Advances in Computer, Signals and Systems (2018) 2: 1-7 Clausius Scientific Press, Canada Research on Firewall in Software Defined Cunqun Fan a, Manyun Lin, Xiangang Zhao, Lizi Xie, Xi Zhang b,* National

More information

Rule Caching in Software- Define Networkings. Supervisor: Prof Weifa Liang Student: Zhenge Jia, u Date of presentation: 24 th May 2016

Rule Caching in Software- Define Networkings. Supervisor: Prof Weifa Liang Student: Zhenge Jia, u Date of presentation: 24 th May 2016 Rule Caching in Software- Define Networkings Supervisor: Prof Weifa Liang Student: Zhenge Jia, u5433077 Date of presentation: 24 th May 2016 Background Related Work System Model CONTENT Wildcard Rule Caching

More information

Sofware Defined Networking Architecture and Openflow Network Topologies

Sofware Defined Networking Architecture and Openflow Network Topologies Sofware Defined Networking Architecture and Openflow Network Topologies Fahad Kameez, M.Tech.(VLSI and ES) Department of Electronics and Communication Rashtreeya Vidyalaya College of Engineering Bengaluru,

More information

Interconnected Multiple Software-Defined Network Domains with Loop Topology

Interconnected Multiple Software-Defined Network Domains with Loop Topology Interconnected Multiple Software-Defined Network Domains with Loop Topology Jen-Wei Hu National Center for High-performance Computing & Institute of Computer and Communication Engineering NARLabs & NCKU

More information

A Quantum Cryptography Communication Network Based on Software Defined Network

A Quantum Cryptography Communication Network Based on Software Defined Network A Quantum Cryptography Communication Network Based on Software Defined Network Hongliang Zhang 1.*, Dongxiao Quan 1.*, Changhua Zhu 1.*, and Zhigang Li 1.* 1 Skate Key Laboratory of Integrated Services

More information

Software Defined Networking(SDN) Wireless application

Software Defined Networking(SDN) Wireless application Software Defined Networking(SDN) Wireless application CMPE257 Wireless Mobile Networks Presented By: Alan Lin 1 Overview SDN Background SWDN Mobile Application 2 Traditional Networks Components: Routers

More information

Professor Yashar Ganjali Department of Computer Science University of Toronto.

Professor Yashar Ganjali Department of Computer Science University of Toronto. Professor Yashar Ganjali Department of Computer Science University of Toronto yganjali@cs.toronto.edu http://www.cs.toronto.edu/~yganjali Today Outline What this course is about Logistics Course structure,

More information

MPLS, THE BASICS CSE 6067, UIU. Multiprotocol Label Switching

MPLS, THE BASICS CSE 6067, UIU. Multiprotocol Label Switching MPLS, THE BASICS CSE 6067, UIU Multiprotocol Label Switching Basic Concepts of MPLS 2 Contents Drawbacks of Traditional IP Forwarding Basic MPLS Concepts MPLS versus IP over ATM Traffic Engineering with

More information

Distributed Clustering Method for Large-Scaled Wavelength Routed Networks

Distributed Clustering Method for Large-Scaled Wavelength Routed Networks Distributed Clustering Method for Large-Scaled Wavelength Routed Networks Yukinobu Fukushima Graduate School of Information Science and Technology, Osaka University - Yamadaoka, Suita, Osaka 60-08, Japan

More information

TRAFFIC PRIORITY MAXIMIZATION IN POLICY ENABLED TREE BASED DATA CENTERS. A Thesis. Presented. to the Faculty of

TRAFFIC PRIORITY MAXIMIZATION IN POLICY ENABLED TREE BASED DATA CENTERS. A Thesis. Presented. to the Faculty of TRAFFIC PRIORITY MAXIMIZATION IN POLICY ENABLED TREE BASED DATA CENTERS A Thesis Presented to the Faculty of California State University Dominguez Hills In Partial Fulfillment of the Requirements for the

More information

A Performance Study of Network Migration to SDN-enabled Traffic Engineering

A Performance Study of Network Migration to SDN-enabled Traffic Engineering A Performance Study of Network Migration to SDN-enabled Traffic Engineering Marcel Caria, Admela Jukan, and Marco Hoffmann Technische Universität Carolo-Wilhelmina zu Braunschweig, Nokia Siemens Networks

More information

Software Defined Networking

Software Defined Networking Software Defined Networking 1 2 Software Defined Networking Middlebox Switch Controller Switch Switch Server Server Server Server Standardization: switches support a vendor-agnostic, open API Off-device

More information

Getting started with O3 Project Achievement ~ Innovating Network Business through SDN WAN Technologies~

Getting started with O3 Project Achievement ~ Innovating Network Business through SDN WAN Technologies~ Getting started with O3 Project Achievement ~ Innovating Network Business through SDN WAN Technologies~ April 20, 2015 Yoshiaki Kiriha O3 project (NEC, NTT, NTT Communications, Fujitsu, Hitachi) 1 Agenda

More information

Modification of an energy-efficient virtual network mapping method for a load-dependent power consumption model

Modification of an energy-efficient virtual network mapping method for a load-dependent power consumption model Modification of an energy-efficient virtual network mapping method for a load-dependent power consumption model HIROMICHI SUGIYAMA YUKINOBU FUKUSHIMA TOKUMI YOKOHIRA The Graduate School of Natural Science

More information

Software-Defined Networking (SDN) Overview

Software-Defined Networking (SDN) Overview Reti di Telecomunicazione a.y. 2015-2016 Software-Defined Networking (SDN) Overview Ing. Luca Davoli Ph.D. Student Network Security (NetSec) Laboratory davoli@ce.unipr.it Luca Davoli davoli@ce.unipr.it

More information

Network Protection Design for MPLS Networks

Network Protection Design for MPLS Networks Network Protection Design for MPLS Networks Gaurav Agrawal, Dijiang Huang, Deep Medhi Computer Science and Electrical Engineering Department University of Missouri-Kansas City, MO 64110, USA Computer Science

More information

Performance of Multihop Communications Using Logical Topologies on Optical Torus Networks

Performance of Multihop Communications Using Logical Topologies on Optical Torus Networks Performance of Multihop Communications Using Logical Topologies on Optical Torus Networks X. Yuan, R. Melhem and R. Gupta Department of Computer Science University of Pittsburgh Pittsburgh, PA 156 fxyuan,

More information

Taxonomy of SDN. Vara Varavithya 17 January 2018

Taxonomy of SDN. Vara Varavithya 17 January 2018 Taxonomy of SDN Vara Varavithya 17 January 2018 Modern Data Center Environmentally protected warehouses Large number of computers for compute and storage Blades Computer- Top-of-Rack (TOR) Switches Full

More information

Mobile Management Method for SDN-based Wireless Networks

Mobile Management Method for SDN-based Wireless Networks Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2015, 7, 2063-2069 2063 Open Access Mobile Management Method for SDN-based Wireless Networks Min

More information

The Load Balancing Research of SDN based on Ant Colony Algorithm with Job Classification Wucai Lin1,a, Lichen Zhang2,b

The Load Balancing Research of SDN based on Ant Colony Algorithm with Job Classification Wucai Lin1,a, Lichen Zhang2,b 2nd Workshop on Advanced Research and Technology in Industry Applications (WARTIA 2016) The Load Balancing Research of SDN based on Ant Colony Algorithm with Job Classification Wucai Lin1,a, Lichen Zhang2,b

More information

Efficient Use of SDN in LTE for Better Cellular Traffic Control

Efficient Use of SDN in LTE for Better Cellular Traffic Control IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Volume 10, PP 57-60 www.iosrjen.org Efficient Use of SDN in LTE for Better Cellular Traffic Control Prof. Nilesh R. Gode 1,

More information

Optimizing the One Big Switch Abstraction in Software-Defined Networks

Optimizing the One Big Switch Abstraction in Software-Defined Networks Optimizing the One Big Switch Abstraction in Software-Defined Networks Nanxi Kang, Zhenming Liu, Jennifer Rexford, and David Walker Computer Science Department, Princeton University ABSTRACT Software Defined

More information

Packet Routing using Optimal Flooding Protocol in Cluster based MANET

Packet Routing using Optimal Flooding Protocol in Cluster based MANET IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 09 March 2016 ISSN (online): 2349-784X Packet Routing using Optimal Flooding Protocol in Cluster based MANET S.Bavani V.Aiswariya

More information

SPARTA: Scalable Per-Address RouTing Architecture

SPARTA: Scalable Per-Address RouTing Architecture SPARTA: Scalable Per-Address RouTing Architecture John Carter Data Center Networking IBM Research - Austin IBM Research Science & Technology IBM Research activities related to SDN / OpenFlow IBM Research

More information

Evaluation of OpenFlow s Enhancements

Evaluation of OpenFlow s Enhancements Proceedings of the Asia-Pacific Advanced Network 2012 v. 34, p. 1-10. http://dx.doi.org/10.7125/apan.34.1 ISSN 2227-3026 Evaluation of OpenFlow s Enhancements Othman Othman M.M. 1, and Koji OKAMURA 2 1

More information

Open Access Mobile Management Method for SDN-Based Wireless Networks

Open Access Mobile Management Method for SDN-Based Wireless Networks Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2015, 7, 2063-2069 2063 Open Access Mobile Management Method for SDN-Based Wireless Networks Min

More information

Effects of Linux Scheduling Algorithms on Mininet Network Performance

Effects of Linux Scheduling Algorithms on Mininet Network Performance Communications 2015; 3(5): 128-136 Published online August 17, 2015 (http://www.sciencepublishinggroup.com/j/com) doi: 10.11648/j.com.20150305.18 ISSN: 2328-5966 (Print); ISSN: 2328-5923 (Online) Effects

More information

Time Slot Assignment Algorithms for Reducing Upstream Latency in IEEE j Networks

Time Slot Assignment Algorithms for Reducing Upstream Latency in IEEE j Networks Time Slot Assignment Algorithms for Reducing Upstream Latency in IEEE 802.16j Networks Shimpei Tanaka Graduate School of Information Science and Technology Osaka University, Japan sinpei-t@ist.osaka-u.ac.jp

More information

Load Balanced Link Reversal Routing in Mobile Wireless Ad Hoc Networks

Load Balanced Link Reversal Routing in Mobile Wireless Ad Hoc Networks Load Balanced Link Reversal Routing in Mobile Wireless Ad Hoc Networks Nabhendra Bisnik, Alhussein Abouzeid ECSE Department RPI Costas Busch CSCI Department RPI Mobile Wireless Networks Wireless nodes

More information

Cross-Site Virtual Network Provisioning in Cloud and Fog Computing

Cross-Site Virtual Network Provisioning in Cloud and Fog Computing This paper was accepted for publication in the IEEE Cloud Computing. The copyright was transferred to IEEE. The final version of the paper will be made available on IEEE Xplore via http://dx.doi.org/10.1109/mcc.2017.28

More information

Traffic Engineering with Forward Fault Correction

Traffic Engineering with Forward Fault Correction Traffic Engineering with Forward Fault Correction Harry Liu Microsoft Research 06/02/2016 Joint work with Ratul Mahajan, Srikanth Kandula, Ming Zhang and David Gelernter 1 Cloud services require large

More information

On Performance Evaluation of Reliable Topology Control Algorithms in Mobile Ad Hoc Networks (Invited Paper)

On Performance Evaluation of Reliable Topology Control Algorithms in Mobile Ad Hoc Networks (Invited Paper) On Performance Evaluation of Reliable Topology Control Algorithms in Mobile Ad Hoc Networks (Invited Paper) Ngo Duc Thuan 1,, Hiroki Nishiyama 1, Nirwan Ansari 2,andNeiKato 1 1 Graduate School of Information

More information

Congestion Prevention Mechanism Based on Q-learning for Efficient Routing in SDN

Congestion Prevention Mechanism Based on Q-learning for Efficient Routing in SDN Congestion Prevention Mechanism Based on Q-learning for Efficient Routing in SDN Seonhyeok Kim, Jaehyeok Son, Ashis Talukder, and Choong Seon Hong Department of Computer Science and Engineering Kyung Hee

More information

Investigating the Impact of Network Topology on the Processing Times of SDN Controllers

Investigating the Impact of Network Topology on the Processing Times of SDN Controllers Investigating the Impact of Network Topology on the Processing Times of SDN Controllers Christopher Metter, Steffen Gebert, Stanislav Lange, Thomas Zinner, Phuoc Tran-Gia, Michael Jarschel University of

More information

On Routing Performance of MENTOR Algorithm

On Routing Performance of MENTOR Algorithm 1769 On Routing Performance of MENTOR Algorithm KAIRAT JAROENRAT, PISIT CHARNKEITKONG Faculty of Information Technology Rangsit University 52/347 Muang-Ake, Phaholyothin Rd., Lak-Hok, Pathumtani, THAILAND

More information

Available online at ScienceDirect. Procedia Computer Science 56 (2015 )

Available online at  ScienceDirect. Procedia Computer Science 56 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 56 (2015 ) 266 270 The 10th International Conference on Future Networks and Communications (FNC 2015) A Context-based Future

More information

Joint Optimization of Rule Placement and Traffic Engineering for QoS Provisioning in Software Defined Network

Joint Optimization of Rule Placement and Traffic Engineering for QoS Provisioning in Software Defined Network 1 Joint Optimization of Rule Placement and Traffic Engineering for QoS Provisioning in Software Defined Network Huawei Huang, Student Member, IEEE, Song Guo, Senior Member, IEEE, Peng Li, Member, IEEE,

More information

Software-Defined Networking. Daphné Tuncer Department of Computing Imperial College London (UK)

Software-Defined Networking. Daphné Tuncer Department of Computing Imperial College London (UK) Software-Defined Networking Daphné Tuncer Department of Computing Imperial College London (UK) dtuncer@ic.ac.uk 25/10/2018 Agenda Part I: Principles of Software-Defined Networking (SDN) 1. Why a lecture

More information

CS-580K/480K Advanced Topics in Cloud Computing. Software-Defined Networking

CS-580K/480K Advanced Topics in Cloud Computing. Software-Defined Networking CS-580K/480K Advanced Topics in Cloud Computing Software-Defined Networking 1 An Innovation from Stanford Nick McKeown In 2006, OpenFlow is proposed, which provides an open protocol to program the flow-table

More information

SNAP: Stateful Network-Wide Abstractions for Packet Processing

SNAP: Stateful Network-Wide Abstractions for Packet Processing SNAP: Stateful Network-Wide Abstractions for Packet Processing Mina Tahmasbi Arashloo1, Yaron Koral1, Michael Greenberg2, Jennifer Rexford1, and David Walker1 1 Princeton University, 2 Pomona College Early

More information

Distributed Clustering Method for Large-Scaled Wavelength Routed Networks

Distributed Clustering Method for Large-Scaled Wavelength Routed Networks Distributed Clustering Method for Large-Scaled Wavelength Routed Networks Yukinobu Fukushima, Hiroaki Harai, Shin ichi Arakawa, and Masayuki Murata Graduate School of Information Science and Technology,

More information

How to implement complex policies on existing network infrastructure

How to implement complex policies on existing network infrastructure How to implement complex policies on existing network infrastructure Pavel Chuprikov IMDEA Networks Institute Steklov Institute of Mathematics at St. Petersburg ABSTRACT Transport networks satisfy requests

More information

OPENSDNCORE RELEASE 4. Use cases

OPENSDNCORE RELEASE 4. Use cases OPENSDNCORE RELEASE 4 Use cases AGENDA q Service Function Chaining q Tunneling with OpenSDNCore q Queues and Metering for QoS q Full Mesh Routing q Adaptive Flow Placement q Labeling q LoadBalancing 2

More information

Transport SDN: The What, How and the Future!

Transport SDN: The What, How and the Future! Transport SDN: The What, How and the Future! Inder Monga Chief Technologist & Area Lead, ESnet ONF Research Associate Transport SDN Panel Agenda Topics What is transport SDN? Use-cases Transport SDN demonstration

More information

OpenFlow: What s it Good for?

OpenFlow: What s it Good for? OpenFlow: What s it Good for? Apricot 2016 Pete Moyer pmoyer@brocade.com Principal Solutions Architect Agenda SDN & OpenFlow Refresher How we got here SDN/OF Deployment Examples Other practical use cases

More information

UNIVERSITY OF CAGLIARI

UNIVERSITY OF CAGLIARI UNIVERSITY OF CAGLIARI DIEE - Department of Electrical and Electronic Engineering Infrastrutture ed Applicazioni Avanzate nell Internet SDN: Control Plane ACK: content taken from Foundations of Modern

More information

Optimal Slice Allocation in 5G Core Networks

Optimal Slice Allocation in 5G Core Networks arxiv:182.4655v3 [cs.ni] 19 Dec 18 Optimal Slice Allocation in 5G Core Networks Danish Sattar Ashraf Matrawy Department of Systems and Computer Engineering Carleton University Ottawa, Canada danish.sattar@carleton.ca

More information

15-744: Computer Networking. Data Center Networking II

15-744: Computer Networking. Data Center Networking II 15-744: Computer Networking Data Center Networking II Overview Data Center Topology Scheduling Data Center Packet Scheduling 2 Current solutions for increasing data center network bandwidth FatTree BCube

More information

and coverage as the nodes can act both as clients and routers. In this paper, the clients are distributed using four different

and coverage as the nodes can act both as clients and routers. In this paper, the clients are distributed using four different ISSN: 0975-766X CODEN: IJPTFI Available Online through Research Article www.ijptonline.com PERFORMANCE ANALYSIS FOR WIRELESS MESH NETWORK CONSIDERING DIFFERENT CLIENT DISTRIBUTION PATTERNS S.Dhivya #1,

More information

Advance Reservation Access Control Using Software-Defined Networking and Tokens

Advance Reservation Access Control Using Software-Defined Networking and Tokens Advance Reservation Access Control Using Software-Defined Networking and Tokens I N N OVAT I N G T H E N E T WORK FO R DATA I N T E N S I V E S C I E N C E ( I N D I S ) 2016 J OAQUI N C HUNG, E U N -

More information

EE/CSCI 451: Parallel and Distributed Computation

EE/CSCI 451: Parallel and Distributed Computation EE/CSCI 451: Parallel and Distributed Computation Lecture #8 2/7/2017 Xuehai Qian Xuehai.qian@usc.edu http://alchem.usc.edu/portal/xuehaiq.html University of Southern California 1 Outline From last class

More information

THE goal of quality-of-service (QoS) routing is to find a

THE goal of quality-of-service (QoS) routing is to find a IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 12, NO. 1, FEBRUARY 2004 17 Routing With Topology Aggregation in Delay-Bandwidth Sensitive Networks King-Shan Lui, Member, IEEE, Klara Nahrstedt, Member, IEEE,

More information

Proactive-Caching based Information Centric Networking Architecture for Reliable Green Communication in ITS

Proactive-Caching based Information Centric Networking Architecture for Reliable Green Communication in ITS ITU Kaleidoscope 2015 Trust in the Information Society Proactive-Caching based Information Centric Networking Architecture for Reliable Green Communication in ITS Presenter: Prof. PhD. Takuro SATO Waseda

More information

Software-Defined Networking (SDN) Now for Operational Technology (OT) Networks SEL 2017

Software-Defined Networking (SDN) Now for Operational Technology (OT) Networks SEL 2017 Software-Defined Networking (SDN) Now for Operational Technology (OT) Networks SEL 2017 Traditional Ethernet Challenges Plug-and-play Allow all ROOT D D D D Nondeterministic Reactive failover Difficult

More information

IN recent years, the amount of traffic has rapidly increased

IN recent years, the amount of traffic has rapidly increased , March 15-17, 2017, Hong Kong Content Download Method with Distributed Cache Management Masamitsu Iio, Kouji Hirata, and Miki Yamamoto Abstract This paper proposes a content download method with distributed

More information

Load Balancing through Multipath Selection Mechanism for Big Data Centers in Clouds

Load Balancing through Multipath Selection Mechanism for Big Data Centers in Clouds Load Balancing through Multipath Selection Mechanism for Big Data Centers in Clouds A. Vijay Kumar 1, S. Vasundra 2 M.Tech, Department of CSE, JNTUACE, Ananthapuramu, Andhra Pradesh, India 1 Professor,

More information

Multi-resource Energy-efficient Routing in Cloud Data Centers with Network-as-a-Service

Multi-resource Energy-efficient Routing in Cloud Data Centers with Network-as-a-Service in Cloud Data Centers with Network-as-a-Service Lin Wang*, Antonio Fernández Antaº, Fa Zhang*, Jie Wu+, Zhiyong Liu* *Institute of Computing Technology, CAS, China ºIMDEA Networks Institute, Spain + Temple

More information

A Hybrid Hierarchical Control Plane for Software-Defined Network

A Hybrid Hierarchical Control Plane for Software-Defined Network A Hybrid Hierarchical Control Plane for Software-Defined Network Arpitha T 1, Usha K Patil 2 1* MTech Student, Computer Science & Engineering, GSSSIETW, Mysuru, India 2* Assistant Professor, Dept of CSE,

More information

An Energy Efficient Integral Routing Algorithm for Software-defined Networks

An Energy Efficient Integral Routing Algorithm for Software-defined Networks An Energy Efficient Integral Routing Algorithm for Software-defined Networks Ghadeer Naji Neama, Student Member, IEEE, Mohamad Khattar Awad, Member, IEEE Department of Computer Engineering, College of

More information

SDN controller: Intent-based Northbound Interface realization for extended applications

SDN controller: Intent-based Northbound Interface realization for extended applications SDN controller: Intent-based Northbound Interface realization for extended applications 1. Introduction 2. SDN Controller 3. Intent-based Northbound Interface (NBI) 4. The Intent framework in ONOS controller

More information

Dr Hung Xuan Nguyen, Prof. Michael R Webb and Dr Sanjeev Naguleswaran

Dr Hung Xuan Nguyen, Prof. Michael R Webb and Dr Sanjeev Naguleswaran Centre for Defence Communications & Network Engineering Achieving Policy Defined Networking for Military Operations Dr Hung Xuan Nguyen, Prof. Michael R Webb and Dr Sanjeev Naguleswaran Military Communications

More information

A SDN-like Loss Recovery Solution in Application Layer Multicast Wenqing Lei 1, Cheng Ma 1, Xinchang Zhang 2, a, Lu Wang 2

A SDN-like Loss Recovery Solution in Application Layer Multicast Wenqing Lei 1, Cheng Ma 1, Xinchang Zhang 2, a, Lu Wang 2 5th International Conference on Information Engineering for Mechanics and Materials (ICIMM 2015) A SDN-like Loss Recovery Solution in Application Layer Multicast Wenqing Lei 1, Cheng Ma 1, Xinchang Zhang

More information

Minimization of Network Power Consumption with Redundancy Elimination

Minimization of Network Power Consumption with Redundancy Elimination Minimization of Network Power Consumption with Redundancy Elimination Frédéric Giroire 1, Joanna Moulierac 1, Truong Khoa Phan 1,andFrédéric Roudaut 2 1 Joint project MASCOTTE, I3S(CNRS-UNS), INRIA, Sophia-Antipolis,

More information

Why Are You Still Using Shortest Path? - Path Selection Strategy Utilizing High-functional Nodes -

Why Are You Still Using Shortest Path? - Path Selection Strategy Utilizing High-functional Nodes - Why Are You Still Using Shortest Path? - Path Selection Strategy Utilizing High-functional Nodes - Taro HASHIMOTO, Katsunori YAMAOKA and Yoshinori SAKAI Tokyo Institute of Technology Live streaming media

More information

Traffic Grooming and Regenerator Placement in Impairment-Aware Optical WDM Networks

Traffic Grooming and Regenerator Placement in Impairment-Aware Optical WDM Networks Traffic Grooming and Regenerator Placement in Impairment-Aware Optical WDM Networks Ankitkumar N. Patel, Chengyi Gao, and Jason P. Jue Erik Jonsson School of Engineering and Computer Science The University

More information

Clustering-Based Topology Generation Approach for Application-Specific Network on Chip

Clustering-Based Topology Generation Approach for Application-Specific Network on Chip Proceedings of the World Congress on Engineering and Computer Science Vol II WCECS, October 9-,, San Francisco, USA Clustering-Based Topology Generation Approach for Application-Specific Network on Chip

More information

Modified Packet Scheduling Algorithm using Real-time Service

Modified Packet Scheduling Algorithm using Real-time Service Modified Packet Scheduling Algorithm using Real-time Service Ha-sung Koo Department of Computer and Information Hanseo University 360 Daegok-ri, Haemi-myun, Seosan-si, Chungcheongnam-do South Korea hskoo@hanseo.ac.kr

More information