Transport SDN and Use Cases in Korea

Size: px
Start display at page:

Download "Transport SDN and Use Cases in Korea"

Transcription

1

2 Transport SDN and Use Cases in Korea Justin Park, Researcher/Programmer, ETRI September 28, 2016 #ODSummit

3 Agenda Introduction & Background Who we are Transport networks Problem Definition Why OpenDaylight Architecture OpenDaylight Use Cases Takeaways Future Plans Q&A #ODSummit

4 Who we are Taehong Assistant Professor Dr. Park 20+ Years in Computer Networking Dr. Shin Justin 6+ Years in Networking Human 15+ Years in Optical Transport Networking Arm J Computer geek <Introducing SDN Research Team>

5 Transport Network Transport networks are logical circuit networks with QoS-guarantees frequently used by carriers. SONET/SDH provide fault detection (OAM), fast (sub-50ms) protection, end-to-end QoS. Multiprotocol Label Switching - Transport Profile (MPLS-TP) addresses these OAM, protection, and QoS with packet technology. Optical Transport Network (OTN) is successor to SONET/SDH with wavelength switching capability. <A carrier network image from LOGTEL>

6 What is the problem? 1. Lack of Compatibility Not only each protocol, but also each vendor with the same protocol has a different EMS. 2. Lack of agility and scalability - due to lack of unified support for multi-vendor and multilayer network service provisioning a change requires days or even weeks. EMS A EMS B EMS C EMS D MPLS-TP MPLS-TP OTN OTN (A vendor) (B vendor) (C vendor) (D vendor) <EMS for each system>

7 Requirements 1. Operational Simplicity enables network service control/provision with simpler and more open APIs. 2. Differentiated Service Delivery means automatically allocating resources in accordance to the context of an application or a service. 3. Scalability means supporting multi-domain and multi-layer network service control/provision transactions in a scale of hours and minutes, not weeks and days. 4. Interoperability or legacy and multi-domain Interworking is about supporting network diversity.

8 Why OpenDaylight? 1. YANG provides excellent separation between modeling and implementation. 2. MD-SAL provides necessary tools to help enforcing and gluing YANG models to implementations. 3. Routed RPC significantly eases bringing new plugins by decoupling RPCs from plugins. "node-ref":"/tsdn-inventory:nodes/tsdn-inventory:node[tsdn-inventory:node-id='node[kr.re.etri:topology[kr.re.etri:mplstp:oces-daejeon-1]:72899]']" Consumer Producer put Data Broker Consumer Producer Producer call RPC Broker Consumer publish Notification Broker notify Producer Consumer store Consumer Producer Consumer notify Producer <MD-SAL three brokers>

9 Implementation Details (4/1) Operator /GUI Topology Manager Inventory Manager T-SDN controller Service Manager Restconf Inventory Data Store Service Data Store RPC Call RPC Call RPC Impl Vendor A REST API Vendor dependent development Model Driven Service Abstraction Layer Abstract data Node Mgr Session Mgr data Vendor B EMS Vendor C Vendor A node 1 Vendor A node 2 Vendor B EMS Vendor C node 1 Vendor C node 2 <Architecture of Calamari T-SDN Controller by ETRI> #ODSummit

10 Implementation Details (4/2) Modeling 1. common idea tsdn-prefix, node, node-connector, access-if, inventory, port-type 2. difference OTN specific otn-prefix, tributary slots, ODU0-ODU4 MPLS-TP specifics mplstp-prefix, mplstpif, psedowire 3. Data Model 4. RPCs set-accessif, set-mplsif, set-tunnel, set-tunnelxc 5. Notification tunnelupdated, pwupdated, mplsifremoved, and etc. #ODSummit

11 Implementation Details (4/3) RPC call CRUD operation NBI Topology Manager Inventory Manager T-SDN controller Service Manager Restconf Netconf Network-topology Region:1 Node list node: 1 Region: 2 node: 2 Vendor A RPC, notification RPC, notification RPC, notification Topology list Region:1?? l1 l2 Source node Link list l3 tp VendorB: node:1 Nodes Node list node:2 Vendor B EMS VendorA: node:1 IP??? Protection node list Services node:3 Nodeconnector??? list Dest. tp1 tp2 tp3?1?2?3 Mplstp:1 Vendor C service list Working service node list attribut node:3 e node:1 node:2 Ing TP service:2 Eg TP RPC, notification RPC, notification RPC, notification Vendor A node 1 Vendor A node 2 SBI Vendor B EMS Vendor C node 1 Vendor C node 2 <Architecture of MPLS-TP Controller> 11

12 Implementation Details(4/4) <Service Input for ServiceManager> #ODSummit <Result with APIDocs>

13 Testbed Information ETRI OCES POTNs T-SDN Controller TSDNenabled EMS PTN #1 (Coweave) PTN #1 (OCES) PTN #2 (OCES) PTN #1 (TeleField) TSDNenabled EMS PTN #2 (Coweave) PTN #3 (Coweav) Telefield PTNs Coweaver PTNs WooriNet PTNs PTN #2 (Woori) PTN #3 (Woori) PTN #1 (Woori) TSDNenabled EMS <Original Test Plan in 2015> PTN #2 (Telefield) Working Path Protection Path PTN #3 (Telefield) Transport Devices (ETRI Build #7 3 rd floor) #ODSummit

14 Accomplishments SB T-SDN Controller Calamari WooriNet PTN WooriNet EMS xe-12/3 O-101 xe-12/1 1-2 W W K Stream Receiver xe-12/4 xe-12/2 OCES PTN 1-1 W K Stream transmitter 10GbE NNI Link 10GbE UNI Link (eth4: ) ($ iperf ) (eth4: ) ($ iperf ) <Calamari TSDN Controller Testbed in 2015: multi-vendor devices> 14

15 OpenDaylight Use Cases in Korea #ODSummit

16 SKT T-SDN Platform Architecture SK Telecom's T-SDN platform, Transport N/W Unified Management Platform assigns programmability and unified controllability of transport infra N/W from L0 to L3 PCE: Path Computation Element, EMS: Element Management System

17 KT (Korea Telecom) Architecture SDN Controller based on OpenDaylight Helium release Resource Abstraction using shared DB of legacy transport NMS Multiple southbound plugins for MSPP, OXC, and PTN devices Northbound interfaces based on Restful technology T-SDN Platform Fault Manager(Legacy NMS) GUI 3 rd Party App Web Browser Client Client Controller Socket Service Functions Topology Mgr. Service Mgr. Northbound API(RESTfull) Path Designer Provisioning PCE Client Mgr. Statistics MD-SAL Clustering Mgr. Inventory Mgr. Karaf runtime OSGi Framework Data Broker Data Store (In-Memory) Resource DB (SQL) Fault Mgr. RCA Event Mgr. AP Server SB Protocol s OpenFlow NetConf Corba SNMP TL-1 GW Server

18 Takeaways Able to think about the big picture of how a T-SDN controller works It could take weeks or month and still get it wrong. Able to think how to design YANG models for T-SDN T-SDN YANG Model Check for compatibility MPLS-TP OAM frames OTN 100G incompatibility

19 Future Plans Update our YANG model reflecting what we have learned so far Provide a template southbound plugin architecture for many nodes Incorporate more vendors Expand to more Protocols (OTN, ROADM, and etc.) Technical Cooperation This work was supported by ICT R&D program of MSIP/IITP. [B , Smart Networking Core Technology Development]

20 Thank You #ODSummit

Open and Disaggregated Transport SDN

Open and Disaggregated Transport SDN Open and Disaggregated Transport SDN - from PoC to Field Trial - Dai Kashiwa, Director, NTT Communications / Board member of ONOS/CORD Marc De Leenheer, MTS, ON.Lab Toru Furusawa, Chief Engineer, NTT Communications

More information

Carrier SDN for Multilayer Control

Carrier SDN for Multilayer Control Carrier SDN for Multilayer Control Savings and Services Víctor López Technology Specialist, I+D Chris Liou Vice President, Network Strategy Dirk van den Borne Solution Architect, Packet-Optical Integration

More information

The State of SDN & NFV: 5 Years In. Neela Jacques, Executive Director,

The State of SDN & NFV: 5 Years In. Neela Jacques, Executive Director, The State of SDN & NFV: 5 Years In Neela Jacques, Executive Director, OpenDaylight @NeelaJacques There is a Wave Sweeping the IT Industry The Era of Standards Wars is Over Collaboration With your team...but

More information

Open Network Operating System

Open Network Operating System Open Network Operating System Michele Santuari msantuari@fbk.eu FBK CREATE-NET - Future Networks research unit April 28, 2017 Agenda Short introduction to SDN and network programmability Introduction to

More information

NETFUSION DISCOVERY SYSTEM DESCRIPTION

NETFUSION DISCOVERY SYSTEM DESCRIPTION NETFUSION DISCOVERY SYSTEM DESCRIPTION White Paper Contents NetFusion Discovery Overview... 3 Network Discovery... 3 Design Principles... 3 NetFusion Discovery Architecture... 4 Topology and State Changes...

More information

OpenDaylight as a Platform for Network Programmability FOSDEM, 3 February Charles Eckel, Cisco DevNet

OpenDaylight as a Platform for Network Programmability FOSDEM, 3 February Charles Eckel, Cisco DevNet OpenDaylight as a Platform for Network Programmability FOSDEM, 3 February 2018 Charles Eckel, Cisco DevNet eckelcu@cisco.com Agenda What is SDN What is OpenDaylight Network programmability Installation

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

Optical network virtualization. Optical network virtualization. Transport SDN for cloud-centric networking

Optical network virtualization. Optical network virtualization. Transport SDN for cloud-centric networking Optical network virtualization Optical network virtualization Transport SDN for cloud-centric networking 1 Transport SDN for the cloud Manually initiated and managed provisioning processes do not provide

More information

Coriant Transcend Symphony Solution

Coriant Transcend Symphony Solution SOLUTIONS BRIEF Coriant Transcend Symphony Solution Open, Programmable, and Automated for On-Demand, Application-Centric Service Agility TRANSFORMING NETWORK ARCHITECTURE Network operators face new challenges

More information

The Software in SDN. Programming in Opendaylight

The Software in SDN. Programming in Opendaylight The Software in SDN Programming in Opendaylight Presenter s Note This presentation borrows heavily from a presentation on App Development by Srini Seetharaman and are available at http://sdnhub.org OpenDaylight

More information

DetNet Requirements on Data Plane and Control Plane

DetNet Requirements on Data Plane and Control Plane DetNet Requirements on Data Plane and Control Plane draft-zha-detnet-requirments-00 Yiyong Zha, Liang Geng DetNet Architecture Agenda Data Plane Design Requirements Control Plane Design Requirements DetNet

More information

Current Trends in IP/Optical Transport Integration

Current Trends in IP/Optical Transport Integration Current Trends in IP/Optical Transport Integration Harald Bock, CTO Technology Strategy, Coriant September 2014 Market Dynamics: A New ed World A New Kind of Business A New Kind Customer of Business Customer

More information

ODTN An Open Controller for the Disaggregated Optical Network

ODTN An Open Controller for the Disaggregated Optical Network ODTN An Open Controller for the Disaggregated Optical Network Andrea Campanella andrea@opennetworking.org An Operator Led Consortium Outline Clear ask from Operators ONOS as a Platform Incremental steps

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

Cisco PONC Walid Wakim Principal Engineer. March 10, 2015

Cisco PONC Walid Wakim Principal Engineer. March 10, 2015 Cisco PONC 2015 Walid Wakim Principal Engineer March 10, 2015 Transport SDN 2013-2014 Cisco and/or its affiliates. All rights reserved. 2 Network Objectives Today Network Planning performed in silos Network

More information

Case Study: Orchestration of Hybrid Networks

Case Study: Orchestration of Hybrid Networks Hema Kadia VP - Head of Strategy and Practice for SDN/NFV Case Study: Orchestration of Hybrid Networks Achieving End-To-End Service Orchestration across Hybrid Networks Russ Bartels Director SDN & Networks

More information

Innovative and Open Network Architectures for research and education networks and automated operation through SDN

Innovative and Open Network Architectures for research and education networks and automated operation through SDN Innovative and Open Network Architectures for research and education networks and automated operation through SDN Dr. Stephan Neidlinger, Jornadas Tecnicas de RedIRIS Valencia, November 16, 2016 Abstract

More information

MEF's Lifecycle Service Orchestration (LSO): Multi-operator Service Delivery from Months to Minutes

MEF's Lifecycle Service Orchestration (LSO): Multi-operator Service Delivery from Months to Minutes Seminar Series Sponsor Event Sponsors MEF's Lifecycle Orchestration (LSO): Multi-operator Delivery from Months to Minutes Christopher Cullan Director Product Marketing, Business s Solutions InfoVista The

More information

Performance Assurance Solution Components

Performance Assurance Solution Components Solution brief Performance Assurance Solution Components Network Performance Platforms, Elements, Modules & Agents Accedian is the Performance Assurance Solution specialist, with a complete range of components

More information

Software defined networking

Software defined networking Software defined networking Telecom Summit 2015 Anton Turygin IP Networks and Services solution architect Programmable Networks Drivers Network Evolution Agility Communication Services New Revenue Streams

More information

Innovation for network businesses by the world's first SDN WAN technologies - O 3 project -

Innovation for network businesses by the world's first SDN WAN technologies - O 3 project - Innovation for network businesses by the world's first SDN WAN technologies - O 3 project - May 22, 2014 Atsushi Iwata E-mail: a-iwata@ah.jp.nec.com O 3 project NEC, NTT, NTT Communications, Fujitsu, Hitachi

More information

What is ONOS? ONOS Framework (ONOSFW) is the OPNFV project focused on ONOS integration. It is targeted for inclusion in the Brahmaputra release.

What is ONOS? ONOS Framework (ONOSFW) is the OPNFV project focused on ONOS integration. It is targeted for inclusion in the Brahmaputra release. What is ONOS? Open Network Operating System (ONOS) is an open source SDN network operating system. Our mission is to enable Service Providers to build real SDN/NFV Solutions. ONOS Framework (ONOSFW) is

More information

LEAP DATA SHEET. Lumina Extension Adaptation Platform. Benefits: Model-driven software platform enables automation of heterogeneous networks.

LEAP DATA SHEET. Lumina Extension Adaptation Platform. Benefits: Model-driven software platform enables automation of heterogeneous networks. DATA SHEET LEAP Lumina Extension Adaptation Platform Model-driven software platform enables automation of heterogeneous networks. SDN has long enabled interfaces like Netconf and OpenFlow to program network

More information

Transport SDN at OIF Assuring a Seamless Evolution to Interoperable Transport Networks of the Future

Transport SDN at OIF Assuring a Seamless Evolution to Interoperable Transport Networks of the Future Transport SDN at OIF Assuring a Seamless Evolution to Interoperable Transport Networks of the Future Vishnu Shukla OIF President Verizon, USA Presented by Jonathan Sadler (Coriant) ECOC Cannes, September

More information

ONF SDN Architecture and Standards for Transport Networks

ONF SDN Architecture and Standards for Transport Networks ONF SDN Architecture and Standards for Transport Networks Control Architecture and Network Modeling I M2H.1 Lyndon Ong Tutorial Talk 21 March 2016, 01.30 pm 02.30 pm lyong@ciena.com Agenda 2 Open Networking

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

MD-SAL APPLICATION AWARE DATA STORE (AADS)

MD-SAL APPLICATION AWARE DATA STORE (AADS) MD-SAL APPLICATION AWARE DATA STORE (AADS) Chandramouli Venkataraman (chandramouli.venkataraman@ericsson.com) MD-SAL - Today Controller Platform APP MD-SAL Request Routing Notification Routing DOM tree

More information

MEF's Lifecycle Service Orchestration (LSO): Multi-operator Service Delivery from Months to Minutes..

MEF's Lifecycle Service Orchestration (LSO): Multi-operator Service Delivery from Months to Minutes.. Seminar Series Sponsor Event Sponsors MEF's Lifecycle Service Orchestration (LSO): Multi-operator Service Delivery from Months to Minutes.. Janine Rebelo Head of Global Ethernet Product Development Vodafone

More information

ODTN and TIP Collaboration with Whitebox Transponder Cassini

ODTN and TIP Collaboration with Whitebox Transponder Cassini ntt.com ODTN and TIP Collaboration with Whitebox Transponder Cassini 2018.12.5 Hiroki Okui NTT Communications Transform your business, transcend expectations with our technologically advanced solutions.

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

China Unicom SDN Practice in WAN. Lv Chengjin/Ma Jichun, China Unicom

China Unicom SDN Practice in WAN. Lv Chengjin/Ma Jichun, China Unicom China Unicom SDN Practice in WAN Lv Chengjin/Ma Jichun, China Unicom What Will Operator SDN Do? Two development directions Operator Softwaredefined networking (SDN) 1. Cloudify traditional services 2.

More information

Ericsson ip transport nms

Ericsson ip transport nms Ericsson ip transport nms Ericsson IP Transport NMS is the fully integrated and complete end-to-end O&M management solution for the IP and transport products used in mobile backhaul, metro, core and fixed/mobile

More information

NETSMART Network Management Solutions

NETSMART Network Management Solutions shaping tomorrow with you NETSMART NETSMART management solutions simplify maintenance, provisioning and surveillance. 1 NETSMART Unify Your Network As new and legacy services coexist to support a widening

More information

Why do operators need multi-layer coordination?

Why do operators need multi-layer coordination? Why do operators need multi-layer coordination? Víctor López Routing Research Symposium Network Architecture Geeks (NAG) Oct. 2012 Index 01 02 03 04 05 06 Towards Cloud Ready Transport Networks Multi-layer

More information

NGON2016. July 1, 2016

NGON2016. July 1, 2016 NGON2016 July 1, 2016 SK Telecom Overview SK Telecom(SKT) provides integrated telecommunication services and pursues growth biz. through transforming to Lifestyle, IoT and Media Platform Provider Corporate

More information

ONOS YANG Tools. Thomas Vachuska Open Networking Foundation

ONOS YANG Tools. Thomas Vachuska Open Networking Foundation ONOS YANG Tools Thomas Vachuska Open Networking Foundation background SDN and Dynamic Control Dynamic control over forwarding plane behaviour from a logically centralized vantage point Configuration and

More information

ONOS Mini-Summit, Beijing, China

ONOS Mini-Summit, Beijing, China 1 ONOS Mini-Summit, Beijing, China Aseem Parikh, VP Solutions and Partnerships, ONF August 2017 About ONF 3 New ONF Being Formed to Lead in this New Open Source Era ONF Champion For SDN Standards SDN/NFV

More information

Introduction to OpenDaylight and Hydrogen, Learnings from the Year, and What s Next for OpenDaylight

Introduction to OpenDaylight and Hydrogen, Learnings from the Year, and What s Next for OpenDaylight Introduction to OpenDaylight and Hydrogen, Learnings from the Year, and What s Next for OpenDaylight David Meyer, CTO and Chief Scientist, Brocade dmm@{brocade.com,uoregon.edu,cs.uoregon.edu,1-4-5.net,

More information

Enable Infrastructure Beyond Cloud

Enable Infrastructure Beyond Cloud Enable Infrastructure Beyond Cloud Tim Ti Senior Vice President R&D July 24, 2013 The Ways of Communication Evolve Operator s challenges Challenge 1 Revenue Growth Slow Down Expense rate device platform

More information

Cisco Evolved Programmable Network Manager Technical Data Sheet

Cisco Evolved Programmable Network Manager Technical Data Sheet Data Sheet Cisco Evolved Programmable Network Manager Technical Data Sheet Product Overview The Cisco Evolved Programmable Network (EPN) Manager is a simplified and cost-effective device operation, administration,

More information

Decoding MPLS-TP and the deployment possibilities

Decoding MPLS-TP and the deployment possibilities White Paper Decoding MPLS-TP and the deployment possibilities Abstract Over the past few years, leading communications service providers and a number of NE (network element) suppliers have supported the

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

OpenDaylight: Introduction, Lithium and Beyond Colin Dixon

OpenDaylight: Introduction, Lithium and Beyond Colin Dixon OpenDaylight: Introduction, Lithium and Beyond Colin Dixon Technical Steering Committee Chair, OpenDaylight Senior Principal Engineer, Brocade Some content from: David Meyer, Neela Jaques, and Kevin Woods

More information

ONOS Roadmap. September, 2017

ONOS Roadmap. September, 2017 ONOS Roadmap September, 2017 distributed core provides high-availability, scalability and performance abstractions & models allow applications to configure and control the network without becoming dependent

More information

Converged Management For A Converged Network

Converged Management For A Converged Network Converged Management For A Converged Derek Gransaull January 2003 2003, Cisco Systems, Inc. All rights reserved. 1 Session Abstract The same forces that continue to drive convergence in the communications

More information

Chapter 5 Network Layer: The Control Plane

Chapter 5 Network Layer: The Control Plane Chapter 5 Network Layer: The Control Plane A note on the use of these Powerpoint slides: We re making these slides freely available to all (faculty, students, readers). They re in PowerPoint form so you

More information

ABNO: a feasible SDN approach for multivendor. optical networks. A. Aguado, V. López, J. Marhuenda, O. González de Dios and J.P. Fernández-Palacios

ABNO: a feasible SDN approach for multivendor. optical networks. A. Aguado, V. López, J. Marhuenda, O. González de Dios and J.P. Fernández-Palacios ABNO: a feasible SDN approach for multivendor IP and optical networks A. Aguado, V. López, J. Marhuenda, O. González de Dios and J.P. Fernández-Palacios Index Introduction 01 06 Conclusions 02 Carrier

More information

Modernização da Rede IP (Docsis 3.1), Fotônica e SDN

Modernização da Rede IP (Docsis 3.1), Fotônica e SDN WORKSHOP 4ª Edição Modernização da Rede IP (Docsis 3.1), Fotônica e SDN Rafael Mezzasalma Nokia CT Head 09 Maio 2017 Sala B - 14:00 às 15:10 1 2017 Nokia Transport Demands Actual Networks and Tomorrow

More information

SDN Evolution of networks. Raul Caldeira

SDN Evolution of networks. Raul Caldeira SDN Evolution of networks Raul Caldeira The networked society SDN - Evolution of Networks Commercial in confidence Ericsson Telecomunicações, Lda 2013 2013-04-09 Page 2 Realizing the networked society

More information

OPEN-O Unified NFV/SDN Open Source Orchestrator

OPEN-O Unified NFV/SDN Open Source Orchestrator OPEN-O Unified NFV/SDN Open Source Orchestrator Hui Deng, China Mobile Kai Liu, China Telecom Eun Kyoung Paik, KT Chris Donley, Huawei Jim Zemlin, Linux Foundation Disclaimer The following represents general

More information

IP Broadband Network Management R12 Training Programs. Catalog of Course Descriptions

IP Broadband Network Management R12 Training Programs. Catalog of Course Descriptions IP Broadband Network Management R12 Training Programs Catalog of Course Descriptions Catalog of Course Descriptions INTRODUCTION... 4 TMN, FCAPS AND SNMP OVERVIEW... 5 SERVICEON OVERVIEW... 7 SERVICEON

More information

Hard Slicing: Elastic OTN and Wavelength Slicing

Hard Slicing: Elastic OTN and Wavelength Slicing NETWORK SLICING 5G will enable carriers to expand their service offering to include a complete range of telecoms services to individuals, businesses, enterprises and critical industries. However, each

More information

Software-Defined WAN: Application-centric Virtualization and Visibility

Software-Defined WAN: Application-centric Virtualization and Visibility Software-Defined WAN: Application-centric Virtualization and Visibility Dongkyun Kim, KISTI mirr@kisti.re.kr June 23, KRNet2015 Introduction Software-Defined WAN SD-WAN Optimization, Virtualization, Visibility,

More information

OpenStack and OpenDaylight, the Evolving Relationship in Cloud Networking Charles Eckel, Open Source Developer Evangelist

OpenStack and OpenDaylight, the Evolving Relationship in Cloud Networking Charles Eckel, Open Source Developer Evangelist OpenStack and OpenDaylight, the Evolving Relationship in Cloud Networking Charles Eckel, Open Source Developer Evangelist Agenda Introduction OpenStack OpenDaylight OPNFV Putting it all Together Conclusion

More information

Unlock the Benefits of Transport SDN OIF Transport SDN API Interop Demo

Unlock the Benefits of Transport SDN OIF Transport SDN API Interop Demo Unlock the Benefits of Transport SDN OIF Transport SDN API Interop Demo June 13 th, 2017 Optinet China Conference 2017 Junjie Li, China Telecom (lijj.bri@chinatelecom.cn) OIF Board Member Agenda Motivation

More information

OIF SDN Transport API NFV Proof of Concept. May 4, 2017 Layer 123 NFV World Congress Lyndon Ong, Ciena OIF MA&E Committee Co-Chair

OIF SDN Transport API NFV Proof of Concept. May 4, 2017 Layer 123 NFV World Congress Lyndon Ong, Ciena OIF MA&E Committee Co-Chair OIF SDN Transport API NFV Proof of Concept May 4, 2017 Layer 123 NFV World Congress Lyndon Ong, Ciena (lyong@ciena.com) OIF MA&E Committee Co-Chair Agenda NFV/SDN Relationship Transport API OIF Transport

More information

A use-case based analysis of network managment functions in the ONF SDN model

A use-case based analysis of network managment functions in the ONF SDN model A use-case based analysis of network managment functions in the ONF SDN model Alisa Devlic (Ericsson Research) Wolfgang John (Ericsson Research) Pontus Sköldström (Acreo) Funded by the EU FP7 project SPARC

More information

Optical Business Services

Optical Business Services Optical Business Services Choosing the Right Solution Mano Nachum Packet Optical Networking Product Line Management November 16, 2010 2 Drivers for Packet Optical Access & Edge Cloud computing, Smart Phones,

More information

Network Layer: The Control Plane

Network Layer: The Control Plane Network Layer: The Control Plane 7 th Edition, Global Edition Jim Kurose, Keith Ross Pearson April 06 5- Software defined networking (SDN) Internet network layer: historically has been implemented via

More information

OpenDaylight. Current and Future Use Cases. Abhijit Kumbhare OpenDaylight Technical Steering Committee (TSC) Chair

OpenDaylight. Current and Future Use Cases. Abhijit Kumbhare OpenDaylight Technical Steering Committee (TSC) Chair OpenDaylight Current and Future Use Cases Abhijit Kumbhare OpenDaylight Technical Steering Committee (TSC) Chair Principal Architect / System Manager, Ericsson Agenda OpenDaylight Overview and Architecture

More information

Advancing OpenFlow Interoperability with TTPs

Advancing OpenFlow Interoperability with TTPs Advancing OpenFlow Interoperability with TTPs Background: Early OpenFlow SDN promise: open (vendor) decoupling of control / data planes OpenFlow introduced as standard low level control protocol Many vendors

More information

Juan Fernandez-Palacios Telefónica I+D. Carrier SDN Control plane and SDN convergence in E2E networks

Juan Fernandez-Palacios Telefónica I+D. Carrier SDN Control plane and SDN convergence in E2E networks Juan Fernandez-Palacios Carrier Control plane and convergence in 2 networks Software Defined Networking Network equipment as Black boxes Open interfaces (OpenFlow) for instructing the boxes what to do

More information

BROCADE CLOUD-OPTIMIZED NETWORKING: THE BLUEPRINT FOR THE SOFTWARE-DEFINED NETWORK

BROCADE CLOUD-OPTIMIZED NETWORKING: THE BLUEPRINT FOR THE SOFTWARE-DEFINED NETWORK BROCADE CLOUD-OPTIMIZED NETWORKING: THE BLUEPRINT FOR THE SOFTWARE-DEFINED NETWORK Ken Cheng VP, Service Provider and Application Delivery Products September 12, 2012 Brocade Cloud-Optimized Networking

More information

ONAP Micro-service Design Improvement. Manoj Nair, NetCracker Technologies

ONAP Micro-service Design Improvement. Manoj Nair, NetCracker Technologies ONAP Micro-service Design Improvement Manoj Nair, NetCracker Technologies Micro Service Definition Micro service architectural style is an approach to developing a single application as a suite of small

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

Cyan Z22 Platform. Edge-Optimized P-OTP. Introduction. Benefits

Cyan Z22 Platform. Edge-Optimized P-OTP. Introduction. Benefits Cyan Z22 Platform Edge-Optimized P-OTP Introduction The Z22 is Cyan s compact, environmentally hardened packet-optical transport platform (P-OTP) optimized for deployments at the network edge. Cyan Z-Series

More information

Securing Network Application Deployment in Software Defined Networking 11/23/17

Securing Network Application Deployment in Software Defined Networking 11/23/17 Securing Network Application Deployment in Software Defined Networking Yuchia Tseng, Farid Naıı t-abdesselam, and Ashfaq Khokhar 11/23/17 1 Outline Introduction to OpenFlow-based SDN Security issues of

More information

End to End SLA for Enterprise Multi-Tenant Applications

End to End SLA for Enterprise Multi-Tenant Applications End to End SLA for Enterprise Multi-Tenant Applications Girish Moodalbail, Principal Engineer, Oracle Inc. Venugopal Iyer, Principal Engineer, Oracle Inc. The following is intended to outline our general

More information

OPT-Transport Apps of O3 Orchestrator&Controller suite Starting guide

OPT-Transport Apps of O3 Orchestrator&Controller suite Starting guide OPT-Transport Apps of O3 Orchestrator&Controller suite Starting guide CONTENTS 1 Abbreviation... 3 2 Introduction... 3 3 Target network... 4 4 Outline of functions... 4 5 List of the Open Source Software...

More information

Coriant Groove G30 Network Disaggregation Platform

Coriant Groove G30 Network Disaggregation Platform SOLUTIONS BRIEF Coriant Groove G30 Network Disaggregation Platform Powering Tomorrow s Cloud Experience ENABLING CLOUD SERVICES WITH BEST-IN-CLASS CONNECTIVITY The exponential growth of streaming cloud

More information

THE ELASTIC NETWORK. In today s world, CHANGE is the only constant. But to EXCEL - you need to change swiftly, seamlessly and profitably.

THE ELASTIC NETWORK. In today s world, CHANGE is the only constant. But to EXCEL - you need to change swiftly, seamlessly and profitably. ECI COMPANY PROFILE THE ELASTIC NETWORK In today s world, CHANGE is the only constant. Customers change Technology changes The market changes To survive - you also need to change... But to EXCEL - you

More information

A Holistic View of Telco Clouds

A Holistic View of Telco Clouds A Holistic View of Telco Clouds Cloud Computing in the Telecom environment, bridging the gap Miyazaki, 4 March 2012 (A workshop in conjunction with World Telecom Congress 2012) Authors: Lóránt Németh,

More information

WDM network management

WDM network management IO2654 Optical Networking WDM network management Paolo Monti Optical Networks Lab (ONLab), Communication Systems Department (COS) http://web.it.kth.se/~pmonti/ For some material in this lecture check the

More information

Cisco APIC Enterprise Module Simplifies Network Operations

Cisco APIC Enterprise Module Simplifies Network Operations Cisco APIC Enterprise Module Simplifies Network Operations October 2015 Prepared by: Zeus Kerravala Cisco APIC Enterprise Module Simplifies Network Operations by Zeus Kerravala October 2015 º º º º º º

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

NTT Communications' Tech-vision on Softwarization of WAN and Practical Steps

NTT Communications' Tech-vision on Softwarization of WAN and Practical Steps 2018.12.5 ONF connect NTT Communications' Tech-vision on Softwarization of WAN and Practical Steps Dai Kashiwa VP of SDN/NFV technology development, NTT Communications Board member of ONF Wenyu Shen Manager

More information

Packet-Optical, the Future of Transmission Networks?

Packet-Optical, the Future of Transmission Networks? Packet-Optical, the Future of Transmission Networks? Fred Masiak Expert Engineer Vodafone Group Engineering Nice, 30.06.2016 Outline What is Packet Optical? Requirements Related to Transmission Networks

More information

SUCCESSFUL STRATEGIES FOR NETWORK MODERNIZATION AND TRANSFORMATION

SUCCESSFUL STRATEGIES FOR NETWORK MODERNIZATION AND TRANSFORMATION SUCCESSFUL STRATEGIES FOR NETWORK MODERNIZATION AND TRANSFORMATION A Technology Evolution Perspective Both fixed line and mobile service providers are facing a growing variety of challenges related to

More information

Lesson 10 Virtualization & Data Centric Network

Lesson 10 Virtualization & Data Centric Network Lesson 10 Virtualization & Data Centric Network n Objectives : Network function, system and link virtualization are new techniques for flexible and cost effective network. And SDN (Software Difined Network)

More information

Adventures in Multi-Layer, Multi- Vendor Network Control. Wes Doonan Control Plane R&D July 2010

Adventures in Multi-Layer, Multi- Vendor Network Control. Wes Doonan Control Plane R&D July 2010 Adventures in Multi-Layer, Multi- Vendor Network Control Wes Doonan Control Plane R&D July 2010 Connection Control Building the Pipes A software infrastructure for making network connections Connections

More information

IP Broadband Network Management 2016 Training Programs. Catalog of Course Descriptions

IP Broadband Network Management 2016 Training Programs. Catalog of Course Descriptions IP Broadband Network Management 2016 Training Programs Catalog of Course Descriptions Catalog of Course Descriptions INTRODUCTION... 3 ERICSSON IP TRANSPORT NMS R12 FOR ASON (WSON) SOLUTION OPERATIONS

More information

Excellence in Connectivity Solutions

Excellence in Connectivity Solutions HUBER+SUHNER Polatis All Optical Switching FIBER LAYER SWITCHING AT SCALE Highest Capacity All-Optical Switch Industry Leading Port Density Superior Optical Performance Carrier Class Reliability Proven

More information

Programmable BitPipe. Andreas Gladisch VP Convergent Networks and Infrastructure, Telekom Innovation Labs

Programmable BitPipe. Andreas Gladisch VP Convergent Networks and Infrastructure, Telekom Innovation Labs Programmable BitPipe Andreas Gladisch VP Convergent Networks and Infrastructure, Telekom Innovation Labs 25.10.2012 How do you program a switch / router today? Vendor N SDK and API Vendor 3 Vendor 2 SDK

More information

Technology to Operate and Maintain Transport System for Handling Spikes and Variations in Traffic

Technology to Operate and Maintain Transport System for Handling Spikes and Variations in Traffic Technology to Operate and Maintain Transport System for Handling Spikes and Variations in Traffic Hisashi Morikawa Toshimitsu Handa Norio Kamon The amount of mobile data traffic around the world has been

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

NS-090. Carrier Ethernet Based on MPLS-TP SERIES NS: NEW TECHNOLOGIES. PTCL Specifications NS-090 PAKISTAN TELECOMMUNICATION COMPANY LIMITED

NS-090. Carrier Ethernet Based on MPLS-TP SERIES NS: NEW TECHNOLOGIES. PTCL Specifications NS-090 PAKISTAN TELECOMMUNICATION COMPANY LIMITED PAKISTAN TELECOMMUNICATION COMPANY LIMITED SE SYSTEM ENGINEERING WING OF PTCL July, 2012 SERIES NS: NEW TECHNOLOGIES Specifications of New Technologies and Data Equipment Carrier Ethernet Based on MPLS-TP

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

Cisco Open SDN Controller 1.2 Administrator Guide

Cisco Open SDN Controller 1.2 Administrator Guide First Published: September 16, 2015 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883

More information

Open SDN Controller Applications

Open SDN Controller Applications The following topics describe the five applications that Open SDN Controller provides to facilitate the day-to-day administration of your network: BGPLS Manager, page 1 Inventory Manager, page 3 Model

More information

Ethernet Services over OTN Interoperability Steps Closer to Reality

Ethernet Services over OTN Interoperability Steps Closer to Reality Ethernet Services over OTN Interoperability Steps Closer to Reality By: Jim Jones, Optics Products and Solutions Marketing Manager, Alcatel-Lucent Categories: Article Archive Tags: Ethernet, interoperability,

More information

Multiservice Optical Switching System CoreDirector FS. Offering new services and enhancing service velocity

Multiservice Optical Switching System CoreDirector FS. Offering new services and enhancing service velocity Multiservice Optical Switching System CoreDirector FS Offering new services and enhancing service velocity Transform your network into a programmable set of network resources, fundamentally changing the

More information

OpenDaylight as a Platform for Network Programmability NANOG 72, February 19-21, Charles Eckel, Cisco DevNet

OpenDaylight as a Platform for Network Programmability NANOG 72, February 19-21, Charles Eckel, Cisco DevNet OpenDaylight as a Platform for Network Programmability NANOG 72, February 19-21, 2018 Charles Eckel, Cisco DevNet eckelcu@cisco.com Agenda What is SDN What is OpenDaylight Network programmability Installation

More information

Technologies for the future of Network Insight and Automation

Technologies for the future of Network Insight and Automation Technologies for the future of Network Insight and Automation Richard Wade (ricwade@cisco.com) Technical Leader, Asia-Pacific Infrastructure Programmability This Session s Context Service Creation Service

More information

NTT Communications' Perspective on Next GEN Optical Transport Network

NTT Communications' Perspective on Next GEN Optical Transport Network OFC2014 Market Watch NTT Communications' Perspective on Next GEN Optical Transport Network Hisayoshi Yoshida NTT Communication Corporation hisayoshi.yoshida@ntt.com 1 Traffic Trend The rapid traffic growth

More information

Enrique Lozoya VP Engineering Sales C Company Overview. and Case Studies. padtec.com

Enrique Lozoya VP Engineering Sales C Company Overview. and Case Studies. padtec.com Company Overview Enrique Lozoya VP Engineering Sales C +1 0 80- enrique.lozoya@padtec.com and Case Studies padtec.com Contents THIS PRESENTATION COVERS THE FOLLOWING TOPICS: 1. History and Vision 2. Optical

More information

Alcatel-Lucent 1850 Transport Service Switch Product Portfolio. Seamlessly migrate to a Packet Transport Network

Alcatel-Lucent 1850 Transport Service Switch Product Portfolio. Seamlessly migrate to a Packet Transport Network Alcatel-Lucent 1850 Transport Service Switch Product Portfolio Seamlessly migrate to a Packet Transport Network The Alcatel-Lucent 1850 Transport Service Switch (TSS) products are a family of Packet Optical

More information

Ending the Confusion About Software- Defined Networking: A Taxonomy

Ending the Confusion About Software- Defined Networking: A Taxonomy Ending the Confusion About Software- Defined Networking: A Taxonomy This taxonomy cuts through confusion generated by the flood of vendor SDN announcements. It presents a framework that network and server

More information

Cisco Prime Network Client Overview

Cisco Prime Network Client Overview CHAPTER 1 Cisco Prime Network (Prime Network) provides a suite of GUI tools that offer an intuitive interface for managing the network and services, and for performing required system administration activities.

More information

Overview on FP7 Projects SPARC and UNIFY

Overview on FP7 Projects SPARC and UNIFY Overview on FP7 Projects SPARC and UNIFY Mario Kind, Telekom Innovation Laboratories, Deutsche Telekom AG UNIFY is co-funded by the European Commission DG CONNECT in FP7 Recent activities on SDN, NFV FP7

More information

Karl Gass OIF PLL Vice Chair - Optical Track NGON 2016 July 1, 2016

Karl Gass OIF PLL Vice Chair - Optical Track NGON 2016 July 1, 2016 TRANSPORT SDN & NFV WHAT DOES IT MEAN FOR OPTICAL TWORKING? Karl Gass OIF PLL Vice Chair - Optical Track NGON 2016 July 1, 2016 About the OIF Network Operators System Suppliers Transceiver Suppliers Component

More information