Constructing Multiple Steiner Trees for Software-Defined Networking Multicast Presented by Professor Jehn-Ruey Jiang Advanced Computing and Networking.

Slides:



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

Towards Software Defined Cellular Networks
Software Defined Networking and Dijkstra’s Algorithm
COS 461 Fall 1997 Routing COS 461 Fall 1997 Typical Structure.
OpenFlow overview Joint Techs Baton Rouge. Classic Ethernet Originally a true broadcast medium Each end-system network interface card (NIC) received every.
An Overview of Software-Defined Network Presenter: Xitao Wen.
Today1 Software Defined Networks  A quick overview  Based primarily on the presentations of Prof. Scott Shenker of UC Berkeley “The Future of Networking,
OpenFlow Costin Raiciu Using slides from Brandon Heller and Nick McKeown.
Software-Defined Networking, OpenFlow, and how SPARC applies it to the telecommunications domain Pontus Sköldström - Wolfgang John – Elisa Bellagamba November.
OpenFlow : Enabling Innovation in Campus Networks SIGCOMM 2008 Nick McKeown, Tom Anderson, et el. Stanford University California, USA Presented.
Towards Virtual Routers as a Service 6th GI/ITG KuVS Workshop on “Future Internet” November 22, 2010 Hannover Zdravko Bozakov.
Flowspace revisited OpenFlow Basics Flow Table Entries Switch Port MAC src MAC dst Eth type VLAN ID IP Src IP Dst IP Prot L4 sport L4 dport Rule Action.
Professor Yashar Ganjali Department of Computer Science University of Toronto
An Overview of Software-Defined Network
Software Defined Networking and Dijkstra’s Algorithm Presented by Prof. Jehn-Ruey Jiang Department of Computer Science and Information Engineering National.
1 Algorithms for Bandwidth Efficient Multicast Routing in Multi-channel Multi-radio Wireless Mesh Networks Hoang Lan Nguyen and Uyen Trang Nguyen Presenter:
An Overview of Software-Defined Network Presenter: Xitao Wen.
Professor Yashar Ganjali Department of Computer Science University of Toronto
Application-Aware Aggregation & Traffic Engineering in a Converged Packet-Circuit Network Saurav Das, Yiannis Yiakoumis, Guru Parulkar Nick McKeown Stanford.
Learning Objectives What is SDN? How key SDN technologies work? SDN applications How to program SDN networks?
OpenFlow: Enabling Technology Transfer to Networking Industry Nikhil Handigol Nikhil Handigol Cisco Nerd.
Introduction to SDN & OpenFlow Based on Tutorials from: Srini Seetharaman, Deutsche Telekom Innovation Center FloodLight Open Flow Controller, floodlight.openflowhub.org.
Software-Defined Networks Jennifer Rexford Princeton University.
Brent Salisbury CCIE#11972 Network Architect University of Kentucky 9/22/ OpenStack & OpenFlow Demo.
Aaron Gember Aditya Akella University of Wisconsin-Madison
OpenFlow: Enabling Innovation in Campus Networks
Aditya Akella (Based on slides from Aaron Gember and Nick McKeown)
Jon Turner, John DeHart, Fred Kuhns Computer Science & Engineering Washington University Wide Area OpenFlow Demonstration.
CS : Software Defined Networks 3rd Lecture 28/3/2013
IEEE Globecom 2010 Tan Le Yong Liu Department of Electrical and Computer Engineering Polytechnic Institute of NYU Opportunistic Overlay Multicast in Wireless.
A Simple Unified Control Plane for Packet and Circuit Networks Saurav Das, Guru Parulkar, Nick McKeown Stanford University.
Network and Communications Ju Wang Chapter 5 Routing Algorithm Adopted from Choi’s notes Virginia Commonwealth University.
Othman Othman M.M., Koji Okamura Kyushu University Proceedings of the 32 nd Asia-Pacific Advanced Network Meeting India, New Delhi, 2001/8/22.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Connecting Devices CORPORATE INSTITUTE OF SCIENCE & TECHNOLOGY, BHOPAL Department of Electronics and.
OpenFlow & NOX (& how the SDN era started) CCR 2008 Whitepapers Nick McKeown & Natasha Gude et al. Presented by: M. Asim Jamshed Some slides have been.
Jennifer Rexford Princeton University MW 11:00am-12:20pm Data-Plane Verification COS 597E: Software Defined Networking.
Presenter : Weerawardhana J.L.M.N. Department of Computer Engineering, University of Peradeniya.
3.6 Software-Defined Networks and OpenFlow
Software Defined Networking and OpenFlow Geddings Barrineau Ryan Izard.
SDN and Beyond Ghufran Baig Mubashir Adnan Qureshi.
SDN basics and OpenFlow. Review some related concepts SDN overview OpenFlow.
Network Layer COMPUTER NETWORKS Networking Standards (Network LAYER)
Ready-to-Deploy Service Function Chaining for Mobile Networks
Chapter 4 Network Layer: The Data Plane
Intrusion Detection Systems
Software defined networking: Experimental research on QoS
Advanced Computer Networks
A Study of Group-Tree Matching in Large Scale Group Communications
3. Internetworking (part 2: switched LANs)
Author: Daniel Guija Alcaraz
Network Data Plane Part 2
Week 6 Software Defined Networking (SDN): Concepts
SDN Overview for UCAR IT meeting 19-March-2014
SDN basics and OpenFlow
Chapter 5 Network Layer: The Control Plane
ONOS Drake Release September 2015.
The Stanford Clean Slate Program
Software Defined Networking (SDN)
DDoS Attack Detection under SDN Context
Software Defined Networking
Handout # 18: Software-Defined Networking
Dr. Rocky K. C. Chang 23 February 2004
Implementing an OpenFlow Switch on the NetFPGA platform
Switch controller: Routing
An Introduction to Software Defined Networking and OpenFlow
2019/5/2 Using Path Label Routing in Wide Area Software-Defined Networks with OpenFlow ICNP = International Conference on Network Protocols Presenter:Hung-Yen.
Software Defined Network
Chapter 5 Network Layer: The Control Plane
An Introduction to Software Defined Networking and OpenFlow
Chapter 4: outline 4.1 Overview of Network layer data plane
Presentation transcript:

Constructing Multiple Steiner Trees for Software-Defined Networking Multicast Presented by Professor Jehn-Ruey Jiang Advanced Computing and Networking Laboratory Department of Computer Science and Information Engineering National Central University, Taiwan

Outline SDN Multicast Steiner + Dijkstra + McKeown Evaluation Conclusion 2

Outline SDN Multicast Steiner + Dijkstra + McKeown Evaluation Conclusion 3

Custom Hardware OS Network OS Feature SDN (Software Defined Networking) is changing the network Feature Adapted from: Dr. Nick McKeown’s presentation … 4

Feature Network OS Open Interface (Southbound API) Consistent, up-to-date global network view Software Defined Networking (SDN) Packet Forwarding Packet Forwarding Packet Forwarding Packet Forwarding Packet Forwarding Packet Forwarding Packet Forwarding Packet Forwarding Packet Forwarding Packet Forwarding Adapted from Dr. Nick McKeown’s presentation Data Plane (Switches) Control Plane (Controller) Application Plane (Apps) Open Interface (Northbound API) … 5

Control Program A Control Program B Network OS OpenFlow Basics Packet Forwarding Packet Forwarding Packet Forwarding Packet Forwarding Packet Forwarding Packet Forwarding Flow Table(s) Flow Table(s) “If header = p, send to port 4” “If header = ?, send to me” “If header = q, overwrite header with r, add header s, and send to ports 5,6” Adapted from Dr. Nick McKeown’s presentation “If header = b, drop it” 6

Flow Table Entry Adapted from Dr. McKeown’s presentation Switch In Port MAC src MAC dst Eth type VLAN ID IP Src IP Dst IP Prot TCP sport TCP dport Matching Fields ActionStatistics 1.Forward packet to port(s) 2.Encapsulate and forward to controller 3.Drop packet 4.Send to normal processing pipeline Packet + byte counters 7

Controller and Switch SSL (Secure Socket Layer) 8

Dr. Nick McKeown Biography Became faculty director of the Clean Slate Program at Stanford University in 2006 Casado, McKeown and Shenker co-founded Nicira Networks in 2007 McKeown and Shenker co-founded the Open Networking Foundation (ONF) in 2011 Nicira was acquired by VMWare for $1.26 billion in July 2012 Source: Nick McKeown and SDN 9 (1963-

Outline SDN Multicast Steiner + Dijkstra + McKeown Evaluation Conclusion 10

Multicast 11 Source:

Multicast Application-- IPTV 12 Source:

Multicast Application – Live Streaming 13 Source:

Multicast routing as a graph problem 14 Problem: Embed a tree within the network such that the source and all multicast subscribers (receivers) are connected by the tree Solution 1: Shortest Path Tree (PIM-SM) Build a tree that minimizes the path cost from the source to each receiver Solution 2: Minimum Steiner Tree Build a tree that minimizes the total cost of the edges Given Graph Shortest Path Tree Minimum Steiner Tree

Multicast Tree 15 Shortest Path TreeSteiner Tree

Dijkstra’s Shortest Path (SP) Algorithm Dr. E. W. Dijkstra, a Dutch scientist, said: “One morning I was shopping in Amsterdam with my young fiancée, and tired, we sat down on the café terrace to drink a cup of coffee and I was just thinking about whether I could do this, and I then designed the algorithm for the shortest path. As I said, it was a 20-minute invention. In fact, it was published in 1959, three years later.” Thomas J. Misa (Editor), "An Interview with Edsger W. Dijkstra," Communications of the ACM 53 (8): 41–47, a 20-mimute invention during coffee drinking E. W. Dijkstra (1930~2002) 16

Dijkstra's SP Algorithm Solves the single-source all-destination shortest path problem for a graph with non-negative edge weights, producing a shortest path tree. Source: 17

Minimum Steiner Tree Problem The NP-hard problem is named after Jakob Steiner, a Swiss mathematician who worked primarily in geometry. Def: Given a weighted undirected graph G(V,E) and a subset S of V, find the minimum-cost tree that spans the nodes in S. The nodes in S are identified as terminals, others are called nonterminals or Steiner vertices (Steiner nodes). 18 Jakob Steiner ( )

Minimum Steiner Tree Example 19

Outline SDN Multicast Steiner + Dijkstra + McKeown Evaluation Conclusion 20

Our Goal To build a set of multiple multicast trees  under the SDN architecture proposed by MeKeown  based on the extended Dijkstra’s algorithm the modified SCTF Steiner tree algorithm  for the purpose of minimize the source-to-receiver delay minimize the bandwidth consumption 21

Extended Dijkstra’s Algorithm 22

Node Weight & Edge Weight The node weight nw[v] of v is defined according to Eq. (1) The edge weight ew[e] of e is defined according to Eq. (2). 23

SCTF (Selective Closest Terminal First) Alg. 24 A heuristic algorithm to find the minimum Steiner tree T The heuristic:  the Steiner tree T includes the source initially  repeatedly include a terminal u closest to a node v in T and every node in the path from v to u until all terminals are in T Closest Terminal Computation (CTC): Use a shortest path alg. (e.g., Dijkstra’s) to find the closest terminal Use a priority queue Q to store all nodes in T and perform CTC only for top κ (kappa) nodes in Q (Priority : Source > terminal > nonterminal) to save computation

SCTF Algorithm Example 25 1 source Terminals not include in tree Nonterminals not include in tree Terminals include in tree Nonterminals include in tree Priority : Source > terminal > nonterminal Priority queue (κ=4)

SCTF Algorithm Example 26 1 source Terminals not include in tree Nonterminals not include in tree Terminals include in tree Nonterminals include in tree Priority queue (κ=4) Priority : Source > terminal > nonterminal

SCTF Algorithm Example 27 1 source Terminals not include in tree Nonterminals not include in tree Terminals include in tree Nonterminals include in tree Priority queue (κ=4) Priority : Source > terminal > nonterminal

SCTF Algorithm Example 28 1 source Terminals not include in tree Nonterminals not include in tree Terminals include in tree Nonterminals include in tree Priority queue (κ=4) Priority : Source > terminal > nonterminal

Proposed Alg.: M-SCTF/EDA (modified SCTF algorithm with Extended Dijkstra's algorithm) Multiple sources  Multiple multicast trees Use extended Dijkstra's algorithm considering both node weight and edge weight  Node delay and link delay are both considered Modified SCTF Priority: source > nonterminals (less hop count from source first) > terminals  Minimize both delay and bandwidth consumption 29

30

M-SCTF/EDA 31 1 source Terminals not include in tree Nonterminals not include in tree Terminals include in tree Nonterminals include in tree Priority : source > nonterminals (less hop count from source first) > terminals Priority queue (κ=4)

M-SCTF/EDA 32 1 source Terminals not include in tree Nonterminals not include in tree Terminals include in tree Nonterminals include in tree Priority queue (κ=4) Priority : source > nonterminals (less hop count from source first) > terminals

M-SCTF/EDA 33 1 source Terminals not include in tree Nonterminals not include in tree Terminals include in tree Nonterminals include in tree Priority queue (κ=4) Priority : source > nonterminals (less hop count from source first) > terminals

M-SCTF/EDA 34 1 source Terminals not include in tree Nonterminals not include in tree Terminals include in tree Nonterminals include in tree Priority queue (κ=4) Priority : source > nonterminals (less hop count from source first) > terminals

Outline SDN Multicast Steiner + Dijkstra + McKeown Evaluation Conclusion 35

Emulation Emulator: EstiNet Controller: NTT Ryu Traffic Pattern: CBT (constant bit rate), HD H.264 high profile 2500 kbps (20 MB/minute) 36

Metrics 37

Topology1 Parameter Setting 38

Scenario 1 39 source receivers ….

Scenario 2 40 receivers of group 1 …. source 1 source 2 receivers of group 2 ….

Source-to-Receiver Delay 41

Bandwidth Consumption 42

Outline SDN Multicast Steiner + Dijkstra + McKeown Simulation Conclusion 43

Conclusion M-SCTF/EDA (Modified SCTF Algorithm with Extended Dijkstra’s Algorithm) can construct good Steiner trees for multicasting under the SDN architecture The performance is good (only worse than the optimal one) in terms of both the source-to- receiver delay and the bandwidth consumption 44

Thank You!