OnVector 2009: Topology handling in GLIF Cees de Laat!

Size: px
Start display at page:

Download "OnVector 2009: Topology handling in GLIF Cees de Laat!"

Transcription

1 OnVector 2009: Topology handling in GLIF Cees de Laat! GLIF.is founding member!

2 GLIF 2008! Visualization courtesy of Bob Patterson, NCSA Data collection by Maxine Brown.

3

4 Optical Exchange as Black Box! Optical Exchange Optical Cross Connect Switch TDM Store & Forward DWDM mux/demux!terabyte!! !!service! Freek Dijkstra, Cees de Laat, "Optical Exchanges", GRIDNETS conference proceedings, oct 2004!

5 Service Matrix! From WDM! (multiple!) Single!, any bitstream To WDM (multiple!) cross-connect multicast, regenerate, multicast! WDM mux! Single!, any bitstream WDM demux! cross-connect multicast, regenerate, multicast! SONET/ SDH WDM demux*! SONET/SDH WDM mux! N/A *! SONET"# switch,# +! 1 Gb/s WDM demux *! LAN PHY WDM demux *! WAN PHY WDM demux *! VLAN tagged WDM demux *! IP over WDM demux *! N/A *! N/A *! N/A *! N/A *! N/A *! N/A *! TDM demux *! # 1 Gb/s WDM mux! N/A *! TDM mux! aggregate, conversion +! LAN PHY WAN PHY VLAN tagged # WDM mux! N/A*! TDM mux 6! aggregate, conversion! # WDM mux! N/A *! SONET switch! aggregate,# conversion! WDM mux! N/A *! TDM mux! aggregate, VLAN decap! TDM demux 6! SONET # switch! aggregate, # eth. convert! aggregate, # conversion +! conversion! aggregate, VLAN decap! aggregate, # conversion! conversion! aggregate, # conversion +! aggregate, VLAN decap! TDM demux *! aggregate, VLAN encap! aggregate, VLAN encap! aggregate, VLAN encap! Aggregate, VLAN decap & encap +! TDM demux *! L3 entry *! L3 entry *! L3 entry *! IP over WDM mux! N/A *! TDM mux! L3 exit *! L3 exit *! L3 exit *! N/A! Store & forward, L3 entry/exit+! N/A!

6 TV Medical CineGrid DataExploration RemoteControl Gaming Conference Workflow Management Backup Mining Media Web2.0 Visualisation NetherLight! Security Meta Clouds Distributed EventProcessing Simulations StreamProcessing Predictions

7 Network Description Language! From semantic Web / Resource Description Framework.! The RDF uses XML as an interchange syntax.! Data is described by triplets: Subject Predicate Object Subject Object Subject Object Subject Object Subject Object Subject Location! Device! Interface! Link! name! description! locatedat! hasinterface! connectedto! capacity! encodingtype! encodinglabel!

8 Network Description Language Choice of RDF instead of XML syntax Grounded modeling based on G0805 description: Article: F. Dijkstra, B. Andree, K. Koymans, J. van der Ham, P. Grosso, C. de Laat, "A Multi-Layer Network Model Based on ITU-T G.805"

9 A weird example! Université du Quebec! Gigabit! can adapt GE in STS"%&c! CA Net! Canada! Universiteit! van! Amsterdam! OC"#$%! )%% free*! %x OC"#$%! )+( free*! GE! StarLight! Chicago! can adapt GE in STS"%&c or STS"'c"(v! OC"#$%! )'+ free*! MAN LAN! New York! %x OC"#$%! ),' free*! NetherLight! Amsterdam! can adapt GE in STS"'c"(v!

10 The result :-)! Université du Quebec! Gigabit! can adapt GE in STS"%&c! CA Net! Canada! Universiteit! van! Amsterdam! OC"#$%! )%% free*! %x OC"#$%! )+( free*! GE! StarLight! Chicago! can adapt GE in STS"%&c or STS"'c"(v! OC"#$%! )'+ free*! MAN LAN! New York! %x OC"#$%! ),' free*! NetherLight! Amsterdam! can adapt GE in STS"'c"(v! Thanks to Freek Dijkstra & team!

11

12 !Edges!!Vertex!

13 !Device!!Links!!Interfaces!

14 !Switching matrix!!a devices switches data based on:! "!The source interface! "!One or more labels!!example label types:! "! VLAN! "!SONET STS Channel! "!Wavelength )!*!!Channels!!For example- all data from channel '# of interface % is forwarded to channel %+ of interface &.!

15

16 Multi-layer extensions to NDL! IP layer! layer! STS layer! OC"#$% layer! UTP! /ber! layer! layer! End host! SONET switch with! intf.! &! SONET switch! SONET switch! SONET switch with! intf.! End host! Université du Quebec! CA Net! Canada! StarLight! Chicago! MAN LAN! New York! NetherLight! Amsterdam! Universiteit! van! Amsterdam!

17

18 From network to applications From the physical architecture To the semantic model for the architecture

19 RDF describing Infrastructure I want Application: find video containing x, then trans-code to it view on Tiled Display RDF/CG! RDF/CG! RDF/VIZ! content content RDF/ST! RDF/NDL! RDF/NDL! RDF/CPU! COCE

20 Semantic Reasoning

21 The Problem! I want HC and AB! Success depends on the order! Wouldn t it be nice if I could request [HC, AB,...]! A B H?! C G F E D

22 NDL + PROLOG! Research Questions:!!order of requests!!complex requests!!usable leftovers!!reason about graphs!!find sub-graphs that comply with rules!

23 Mathematica enables advanced graph queries, visualizations and realtime network manipulations on UPVNs# Topology matters can be dealt with algorithmically Results can be persisted using a transaction service built in UPVN Initialization and BFS discovery of NEs Needs["WebServices`"] <<DiscreteMath`Combinatorica` <<DiscreteMath`GraphPlot` InitNetworkTopologyService["edge.ict.tno.nl"] Available methods: {DiscoverNetworkElements,GetLinkBandwidth,GetAllIpLinks,Remote, NetworkTokenTransaction} Global`upvnverbose = True; AbsoluteTiming[nes = BFSDiscover[" "];][[1]] Visualisation AbsoluteTiming[result = BFSDiscoverLinks[" ", nes];][[1]] Getting neigbours of: Internal links: { , } (...) Getting neigbours of: Transaction on shortest path with tokens nodepath = ConvertIndicesToNodes[ Internal links: { } ShortestPath[ g, Node2Index[nids," "], Node2Index[nids," "]], nids]; Print["Path: ", nodepath]; If[NetworkTokenTransaction[nodePath, "green"]==true, Print["Committed"], Print["Transaction failed"]]; Network flows using real-time bandwidth measurements Path: { , , , } Committed ref: Robert J. Meijer, Rudolf J. Strijkers, Leon Gommans, Cees de Laat, User Programmable Virtualiized Networks, accepted for publication to the IEEE e-science 2006 conference Amsterdam.

24 TouchTable SC08!

25 Interactive programmable networks

26 Chairs: OGF NML-WG Open Grid Forum - Network Markup Language workgroup Paola Grosso Universiteit van Amsterdam Martin Swany University of Delaware Purpose: To describe network topologies, so that the outcome is a standardized network description ontology and schema, facilitating interoperability between different projects.

27 Questions?! Accepted ONDM paper: A Declarative Approach to Multi- Layer Path Finding Based on Semantic Network Descriptions.! Thanks: Paola Grosso & Jeroen vd Ham & Freek Dijkstra & team for several of the slides.!

Een Semantisch Model voor Complexe Computer Netwerken

Een Semantisch Model voor Complexe Computer Netwerken Een Semantisch Model voor Complexe Computer Netwerken Jeroen van der Ham System and Network Engineering,Universiteit van TNO Defence, Security and Safety Networks in Real Life 2 Network Management 3 Network

More information

GOLE: Glif Open Lightpath Exchange

GOLE: Glif Open Lightpath Exchange : Glif Open Lightpath Exchange ees de Laat University of msterdam What is a? GLIF Open LightPath Exchange () model - Place where hybrid networks meet to exchange traffic - facilitate international interconnections

More information

GigaPort-RON SAC 2008 From Routed to Hybrid Networking Cees de Laat University of Amsterdam

GigaPort-RON SAC 2008 From Routed to Hybrid Networking Cees de Laat University of Amsterdam GigaPort-RON SAC 2008 From Routed to Hybrid Networking Cees de Laat University of Amsterdam System &Network Engineering @ UvA update 2008 group has 4 sections Advanced Networking (GP, EU, TNO) Paola Grosso

More information

Optical/Photonic Exchanges. Freek Dijkstra, Cees de Laat University of Amsterdam http://www.science.uva.nl/~delaat/articles/2004-2-opt-ex.

Optical/Photonic Exchanges. Freek Dijkstra, Cees de Laat University of Amsterdam http://www.science.uva.nl/~delaat/articles/2004-2-opt-ex. Optical/Photonic Exchanges Freek Dijkstra, Cees de Laat University of Amsterdam http://www.science.uva.nl/~delaat/articles/2004-2-opt-ex.pdf Just fibers λexchanges Each provider has fibers to the other

More information

Lightpath Planning and Monitoring

Lightpath Planning and Monitoring Lightpath Planning and Monitoring Ronald van der Pol 1, Andree Toonk 2 1 SARA, Kruislaan 415, Amsterdam, 1098 SJ, The Netherlands Tel: +31205928000, Fax: +31206683167, Email: rvdp@sara.nl 2 SARA, Kruislaan

More information

Internet Innovation to support Science! Privacy security aspects! Cees de Laat!

Internet Innovation to support Science! Privacy security aspects! Cees de Laat! Internet Innovation to support Science! Privacy security aspects! Cees de Laat! Internet" From a network experiment that never ended (Vint Cerf)" 1974: for the first time the word internet (RFC 675 - Specification

More information

StarPlane - Lambda Network under Control of Grid Applications. Cees de Laat. SURFnet BSIK NWO. University of Amsterdam TI TNO

StarPlane - Lambda Network under Control of Grid Applications. Cees de Laat. SURFnet BSIK NWO. University of Amsterdam TI TNO StarPlane - Lambda Network under Control of Grid Applications Cees de Laat SURFnet BSIK EU NWO University of Amsterdam TI TNO NCF # u s e r s For the Netherlands 2007: ΣA = ΣB = ΣC 250 Gb/s However: A

More information

Network topology descriptions in hybrid networks

Network topology descriptions in hybrid networks GFD-I.165 NML-WG Paola Grosso, University of Amsterdam (Editor) Aaron Brown, Internet2 Aurélien Cedeyn, ENS-Lyon Freek Dijkstra, SARA Jeroen van der Ham, University of Amsterdam Anand Patil, DANTE Pascale

More information

StarPlane. Cees de Laat. SURFnet. NWO University of Amsterdam SARA TI TNO

StarPlane. Cees de Laat. SURFnet. NWO University of Amsterdam SARA TI TNO StarPlane Cees de Laat SURFnet EU NWO University of Amsterdam SARA TI TNO NCF Subnetwork : Green Haarlem Leiden DenHaag Middenmeer Den Helder Alkmaar Emmeloord Rotterdam4 Harlingen Amsterdam2 Amsterdam

More information

Towards the Future Internet

Towards the Future Internet Towards the Future Internet Dr. Paola Grosso System and Network Engineering research group Informatics Institute Vertices and edges Path finding algorithms Scale-free properties Models Two features of

More information

Framework for Path Finding in Multi-Layer Transport Networks

Framework for Path Finding in Multi-Layer Transport Networks Framework for Path Finding in Multi-Layer Transport Networks Freek Dijkstra SARA with help of: Ronald van der Pol SARA, Rob Juffermans SARA / Technische Universiteit Delft Jeroen van der Ham Universiteit

More information

Introduction. Background

Introduction. Background Introduction By far, the most widely used networking technology in Wide Area Networks (WANs) is SONET/SDH. With the growth of Ethernet now into Metropolitan Area Networks (MANs) there is a growing need

More information

Research on Networks Cees de Laat University of Amsterdam

Research on Networks Cees de Laat University of Amsterdam Research on Networks Cees de Laat University of Amsterdam Contents StarPlane & Tests Fault Isolation Malan dark fiber project Power considerations SC06 activities Contents StarPlane & Tests (HB, LX, JV,

More information

NML Topology Model. Freek Dijkstra (SARA) NOVI Workshop on Information Modeling Amsterdam, 17 September 2012

NML Topology Model. Freek Dijkstra (SARA) NOVI Workshop on Information Modeling Amsterdam, 17 September 2012 NML Topology Model Freek Dijkstra (SARA) NOVI Workshop on Information Modeling Amsterdam, 17 September 2012 NOVI workshop 17 Sep 2012 NML Network Mark-up Language! A standard schema for exchanging network

More information

SDH and WDM: a look at the physical layer

SDH and WDM: a look at the physical layer SDH and WDM: a look at the physical SDH and WDM A look at the physical Andrea Bianco Telecommunication Network Group firstname.lastname@polito.it http://www.telematica.polito.it/ Network management and

More information

Network and Capacity Planning in SURFnet6

Network and Capacity Planning in SURFnet6 Network and Capacity Planning in SURFnet6 Ronald van der Pol 1 and Freek Dijkstra 1 SARA Computing & Networking Services, Kruislaan 415, 1098 SJ Amsterdam, The Netherlands rvdp@sara.nl,freek.dijkstra@sara.nl

More information

The Missing Link: Putting the Network in Networked Cloud Computing

The Missing Link: Putting the Network in Networked Cloud Computing The Missing Link: Putting the Network in Networked Cloud Computing Ilia Baldine Yufeng Xin Daniel Evans Chris Heerman Renaissance Computing Institute (RENCI) Jeff Chase Varun Marupadi Aydan Yumerefendi

More information

SDH and WDM A look at the physical layer

SDH and WDM A look at the physical layer SDH and WDM A look at the physical Andrea Bianco Telecommunication Network Group firstname.lastname@polito.it http://www.telematica.polito.it/ Network management and QoS provisioning - 1 Copyright This

More information

System and Network Engineering Research for Big Data esciences Cees de Laat

System and Network Engineering Research for Big Data esciences Cees de Laat System and Network Engineering Research for Big Data esciences Cees de Laat From King s Dutch Academy of Sciences The Dutch Research Agenda Information technology (IT) now permeates all aspects of public,

More information

Dynamic Circuit Network (DCN) / perfsonar Shared Infrastructure

Dynamic Circuit Network (DCN) / perfsonar Shared Infrastructure Dynamic Circuit Network (DCN) / perfsonar Shared Infrastructure Tom Lehman USC/ISI Network Cyberinfrastructure Application Classes: Bulk Transport 2-Way Interactive Video Real-Time Communications others.

More information

Deploying Multiservice Applications Using RPR Over the Existing SONET Infrastructure

Deploying Multiservice Applications Using RPR Over the Existing SONET Infrastructure Deploying Multiservice Applications Using RPR Over the Existing SONET Infrastructure Introduction The migration of Ethernet technology from the LAN to metro networks, driven by increasing demand in VoIP,

More information

Smart Cyber Infrastructure for Big Data processing

Smart Cyber Infrastructure for Big Data processing Smart Cyber Infrastructure for Big Data processing Dr. Paola Grosso Email: p.grosso@uva.nl URL: http://staff.science.uva.nl/~grosso Addressing Big Data Issues in Scientific Data Infrastructure Y. Demchenko,

More information

10 Gigabit Ethernet: Scaling across LAN, MAN, WAN

10 Gigabit Ethernet: Scaling across LAN, MAN, WAN Arasan Chip Systems Inc. White Paper 10 Gigabit Ethernet: Scaling across LAN, MAN, WAN By Dennis McCarty March 2011 Overview Ethernet is one of the few protocols that has increased its bandwidth, while

More information

1-Oct 2015, Bilbao, Spain. Towards Semantic Network Models via Graph Databases for SDN Applications

1-Oct 2015, Bilbao, Spain. Towards Semantic Network Models via Graph Databases for SDN Applications 1-Oct 2015, Bilbao, Spain Towards Semantic Network Models via Graph Databases for SDN Applications Agenda Introduction Goals Related Work Proposal Experimental Evaluation and Results Conclusions and Future

More information

The λlambda Grid. SURFnet. University of Amsterdam SARA NIKHEF NCF. All rights reserved UvA

The λlambda Grid. SURFnet. University of Amsterdam SARA NIKHEF NCF. All rights reserved UvA All rights reserved UvA The λlambda Grid www.science.uva.nl/~delaat www.science.uva.nl/~deλaat Cees de Laat λaat SURFnet EU University of Amsterdam SARA NIKHEF NCF VLBI at JIVE in Dwingeloo today OnVector

More information

Oct 15, 2004 www.dcs.bbk.ac.uk/~gmagoulas/teaching.html 3. Internet : the vast collection of interconnected networks that all use the TCP/IP protocols

Oct 15, 2004 www.dcs.bbk.ac.uk/~gmagoulas/teaching.html 3. Internet : the vast collection of interconnected networks that all use the TCP/IP protocols E-Commerce Infrastructure II: the World Wide Web The Internet and the World Wide Web are two separate but related things Oct 15, 2004 www.dcs.bbk.ac.uk/~gmagoulas/teaching.html 1 Outline The Internet and

More information

SURFnet vision on networking Where will it meet DAS?

SURFnet vision on networking Where will it meet DAS? SURFnet vision on networking Where will it meet DAS? Erik Huizer CTO National e-infrastructure ecosystem The GigaPort projects: engine for innovation Innovation in applications Research Pilots Market ICT-applications

More information

Objectives for Service Provider Shared Transport of 802.3 Higher Speed Ethernet

Objectives for Service Provider Shared Transport of 802.3 Higher Speed Ethernet Objectives for Service Provider Shared Transport of 802.3 Higher Speed Ethernet George Young AT&T george_young@labs.att.com IEEE 802.3 HSSG - November, 2006 802.3 HSE MAN/WAN Transport Issues 802.3 HSE

More information

Evolution of telecom network infrastructure for broadcast and interactive applications

Evolution of telecom network infrastructure for broadcast and interactive applications Evolution of telecom network infrastructure for broadcast and interactive applications Fabio Tassara Business Development Director Alcatel-Lucent Optics Networks 2007 To IP and beyond! European Broadcasting

More information

Interactive Control over a Programmable Computer Network Using a Multi-touch Surface

Interactive Control over a Programmable Computer Network Using a Multi-touch Surface Interactive Control over a Programmable Computer Network Using a Multi-touch Surface Rudolf Strijkers 1,2, Laurence Muller 1, Mihai Cristea 1, Robert Belleman 1 Cees de Laat 1, Peter Sloot 1, and Robert

More information

Relationship between SMP, ASON, GMPLS and SDN

Relationship between SMP, ASON, GMPLS and SDN Relationship between SMP, ASON, GMPLS and SDN With the introduction of a control plane in optical networks, this white paper describes the relationships between different protocols and architectures. Introduction

More information

10 Gigabit Ethernet MAC Core for Altera CPLDs. 1 Introduction. Product Brief Version 1.4 - February 2002

10 Gigabit Ethernet MAC Core for Altera CPLDs. 1 Introduction. Product Brief Version 1.4 - February 2002 1 Introduction Initially, network managers use 10 Gigabit Ethernet to provide high-speed, local backbone interconnection between large-capacity switches. 10 Gigabit Ethernet enables Internet Service Providers

More information

ICT & e-science Cees de Laat!

ICT & e-science Cees de Laat! ICT & e-science Cees de Laat! GLIF.is & CineGrid.org founding member! 100000 flops/byte! LOFAR as a Sensor Network!! LOFAR is a large distributed research infrastructure:!! Astronomy:!! >100 phased array

More information

10G CWDM Conversion Technology

10G CWDM Conversion Technology 10G CWDM Conversion Technology Simplifying Today s Challenges By Transition Networks Curt Carlson Product Manager curtc@transition.com com Agenda WDM Technology Overview What are the features/benefits

More information

Successfully Delivering Multiple Leased Line, Cloud and Storage Connectivity solutions on a Common Optical Platform

Successfully Delivering Multiple Leased Line, Cloud and Storage Connectivity solutions on a Common Optical Platform Successfully Delivering Multiple Leased Line, Cloud and Storage Connectivity solutions on a Common Optical Platform Steve Blew Surf Telecoms Commercial Strategy & Development Manager Neil Sugden Transmode

More information

Private Industry Role in Next Generation Internet. Bob Aiken. NGI Project Leader DOE er.doe..doe.gov Large Scale Networking Working Group June 1997

Private Industry Role in Next Generation Internet. Bob Aiken. NGI Project Leader DOE er.doe..doe.gov Large Scale Networking Working Group June 1997 Private Industry Role in Next Generation Internet Bob Aiken NGI Project Leader DOE aiken@er er.doe..doe.gov Large Scale Networking Working Group June 1997 NGI: Foundation for the Future Points to Remember

More information

Broadband Networks Virgil Dobrota Technical University of Cluj-Napoca, Romania Virgil.Dobrota@com.utcluj.ro

Broadband Networks Virgil Dobrota Technical University of Cluj-Napoca, Romania Virgil.Dobrota@com.utcluj.ro Broadband Networks Virgil Dobrota Technical University of Cluj-Napoca, Romania Virgil.Dobrota@com.utcluj.ro Copyright Virgil Dobrota 2007-2008, All rights reserved 1 Course 12 - Outline 46. NGN Next Generation

More information

The Next Generation Internet Program. Mari Maeda ITO

The Next Generation Internet Program. Mari Maeda ITO The Next Generation Internet Program Mari Maeda ITO Today s Internet Traffic Makeup other ICMP HTTP Today s Internet Flow Size Distribution Comparison of 97 to 99 20000 Number of transfers 18000 16000

More information

Experiences with MPTCP in an intercontinental multipathed OpenFlow network

Experiences with MPTCP in an intercontinental multipathed OpenFlow network Experiences with MP in an intercontinental multipathed network Ronald van der Pol, Michael Bredel, Artur Barczyk SURFnet Radboudkwartier 273 3511 CK Utrecht, The Netherlands Email: Ronald.vanderPol@SURFnet.nl

More information

PON Technology A Shift in Building Network Infrastructure. Bob Matthews Technical Manager CommScope Canada

PON Technology A Shift in Building Network Infrastructure. Bob Matthews Technical Manager CommScope Canada PON Technology A Shift in Building Network Infrastructure Bob Matthews Technical Manager CommScope Canada The Evolution to PON In 1980s -1990s, we had: Dial up modems The best data rate we could get from

More information

Recession-Proof Consulting Services with CWDM Network Design

Recession-Proof Consulting Services with CWDM Network Design Recession-Proof Consulting Services with CWDM Network Design Presented By Ty Estes Marketing Communications Director Omnitron Systems Recession-Proof Consulting Services with CWDM Network Design Introduction

More information

How To Build A Network That Can Connect People To The Internet At Different Speeds

How To Build A Network That Can Connect People To The Internet At Different Speeds The Rationale of Optical Networking Cees de Laat 1, Erik Radius 2, Steven Wallace 3 1 Informatics Institute, University of Amsterdam, Kruislaan 403, 1098SJ, Amsterdam, The Netherlands 2 SURFnet Utrecht,

More information

Primary Data Center. Remote Data Center Plans (COOP), Business Continuity (BC), Disaster Recovery (DR), and data

Primary Data Center. Remote Data Center Plans (COOP), Business Continuity (BC), Disaster Recovery (DR), and data White Paper Storage Extension Network Solutions Between Data Centers Simplified, Low Cost, Networks for Storage Replication, Business Continuity and Disaster Recovery TODAY S OPERATING CLIMATE DEMANDS

More information

Interworking issues between 10GBE WAN and existing transmission network

Interworking issues between 10GBE WAN and existing transmission network IEEE G.802.3ae May 23-25 St Louis Interworking issues between 10GBE WAN and existing transmission network Jean Loup FERRANT ALCATEL jean-loup.ferrant@alcatel.fr 10GBE WAN interworking issues 1 introduction

More information

Analysis of Network Bandwidth Efficiency for Next Generation 100Gb/s WDM Architectures

Analysis of Network Bandwidth Efficiency for Next Generation 100Gb/s WDM Architectures Analysis of Network Bandwidth Efficiency for Next Generation 100Gb/s WDM Architectures Slide: 1 The Paper Analysis of Network Bandwidth Efficiency for Next Generation 100Gb/s WDM Architectures Geoff Bennett,

More information

Workshop - New Paradigms for Routing in Optical Networks

Workshop - New Paradigms for Routing in Optical Networks Workshop - New Paradigms for Routing in Optical Networks Efficient routing for high capacity, flexible optical networks with different classes of service Douglas Aguiar July 2015 padtec.com Summary 1.

More information

Packet Optical Transport (POT) Fred Ellefson, 2/3/2009

Packet Optical Transport (POT) Fred Ellefson, 2/3/2009 Packet Optical Transport (POT) Fred Ellefson, 2/3/2009 Trends and challenges Bandwidth growths and cost reduction Annual Internet traffic growth rates: ~ 50-60% US, world Source: University of Michigan,

More information

Defining Inter-Cloud Architecture for Interoperability and Integration

Defining Inter-Cloud Architecture for Interoperability and Integration Defining Inter-Cloud Architecture for Interoperability and Integration 1 Yuri Demchenko, 1 Canh Ngo, 1,2 Marc X. Makkes, 1,2 Rudolf Strijkers, 1 Cees de Laat 1 University of Amsterdam System and Network

More information

Lecture 12 Transport Networks (SONET) and circuit-switched networks

Lecture 12 Transport Networks (SONET) and circuit-switched networks CS4/MSc Computer Networking Lecture 1 Transport Networks (SONET) and circuit-switched networks Computer Networking, Copyright University of Edinburgh 005 Transport Networks and SONET/SDH In most cases

More information

1 International Center for Advanced Internet Research at Northwestern University, 750 N. Lake Shore Drive, Suite 600, Chicago, IL 60611, USA

1 International Center for Advanced Internet Research at Northwestern University, 750 N. Lake Shore Drive, Suite 600, Chicago, IL 60611, USA OpenFlow Services for Science: An International Experimental Research Network Demonstrating Multi-Domain Automatic Network Topology Discovery, Direct Dynamic Path Provisioning Using Edge Signaling and

More information

The New Age MAN The Architectures and Services

The New Age MAN The Architectures and Services The New Age MAN The Architectures and Services Ashton, Metzler & Associates September, 2001 The Marketplace Void The growth in the capacity of the typical Local Area Network (LAN) over the last few years

More information

Ultra High-Speed SONET Fiber-Optic Transmission System

Ultra High-Speed SONET Fiber-Optic Transmission System Ultra High-Speed Fiber-Optic Transmission System Takashi Mori Hirokuni Tsuji Hiroyuki Nakano, D.E. Shigeo Shinada ABSTRACT: Recently, there have been numerous demands not only on voice but also data/image

More information

IP/MPLS. Marios Parperis - Alcatel-Lucent Energy Systems Integration Division. October 2012. Alcatel-Lucent 2010 All Rights Reserved

IP/MPLS. Marios Parperis - Alcatel-Lucent Energy Systems Integration Division. October 2012. Alcatel-Lucent 2010 All Rights Reserved IP/MPLS Marios Parperis - Alcatel-Lucent Energy Systems Integration Division October 2012 Agenda Today s Landscape in Electric Utilities Why Consider IP/MPLS as a Network solution? MPLS Concerns TDM Applications

More information

GEPON & GPON Comparison. James Young, Technical Director, APAC

GEPON & GPON Comparison. James Young, Technical Director, APAC GEPON & GPON Comparison James Young, Technical Director, APAC PON History Initial PON (1990s) were based on ATM framing (APON, BPON) ATM-based BPON were inefficient, majority of traffic through the access

More information

ESnet On-demand Secure Circuits and Advance Reservation System (OSCARS)

ESnet On-demand Secure Circuits and Advance Reservation System (OSCARS) ESnet On-demand Secure Circuits and Advance Reservation System (OSCARS) Chin Guok Presented by Joe Metzger Energy Sciences Network Lawrence Berkeley National Laboratory Internet2 Spring Member Meeting

More information

Hybrid Optical and Packet Infrastructure (HOPI) Project

Hybrid Optical and Packet Infrastructure (HOPI) Project Hybrid Optical and Packet Infrastructure (HOPI) Project Heather Boyles Director, International Relations, Internet2 Rick Summerhill Associate Director, Backbone Network Infrastructure, Internet2 TERENA

More information

10 Gigabit Ethernet WAN PHY

10 Gigabit Ethernet WAN PHY White PAPER 10 Gigabit Ethernet WAN PHY Introduction The introduction of 10 Gigabit Ethernet (10 GbE) WAN PHY into the IP/Ethernet networking community has led to confusion over the applicability between

More information

New WAN PHY Approach Proposals

New WAN PHY Approach Proposals New WAN Approach Proposals Feed Forward Rate Control (FFRC) & 10Gigabit Ethernet Network Interface Extension (10GENIE) IEEE P802.3ae 6-10 March, 2000 Albuquerque, NM Osamu ISHIDA and Haruhiko ICHINO NTT

More information

GÉANT2. Otto Kreiter Network Engineering & Planning, DANTE

GÉANT2. Otto Kreiter Network Engineering & Planning, DANTE 2 Otto Kreiter Network Engineering & Planning, DANTE Today Connecting 33 European countries and 29 NRENs Backbone capacities from 10Gb/s to 34Mb/s Backbone based on Juniper M-series routers Services Best

More information

Policy-Based Fault Management for Integrating IP over Optical Networks

Policy-Based Fault Management for Integrating IP over Optical Networks Policy-Based Fault Management for Integrating IP over Optical Networks Cláudio Carvalho 1, Edmundo Madeira 1, Fábio Verdi 2, and Maurício Magalhães 2 1 Institute of Computing (IC-UNICAMP) 13084-971 Campinas,

More information

INTRODUCTION TO MEDIA CONVERSION

INTRODUCTION TO MEDIA CONVERSION WHITE PAPER INTRODUCTION TO MEDIA CONVERSION Table of Contents Introduction 1 What is a Media Converter? 1 Advantages of Media Conversion Technology 1 Benefits of Fiber Optic Cabling 2 Types of Media Converters

More information

The role of open exchanges in research networking

The role of open exchanges in research networking The role of open exchanges in research networking Project : GigaPort3 Project Year : 2011 Project Manager : Gerben van Malenstein Author(s) : Stratix Consulting Completion Date : 30-06-2011 Version : 1.0

More information

Cisco ONS 15454 CE-Series 10-Port Multirate Ethernet Card

Cisco ONS 15454 CE-Series 10-Port Multirate Ethernet Card Cisco ONS 15454 CE-Series 10-Port Multirate Ethernet Card The 10-port multirate Ethernet card for the Cisco ONS 15454 Multiservice Provisioning Platform (MSPP) enables the delivery of true carrier-class

More information

Dutch LambdaGrid state @ sc2005 (more Lambda than Grid :-)

Dutch LambdaGrid state @ sc2005 (more Lambda than Grid :-) Dutch LambdaGrid state @ sc2005 (more Lambda than Grid :-) Cees de Laat University of Amsterdam # u s e r s A. Lightweight users, browsing, mailing, home use Need full Internet routing, one to many B.

More information

Making Ethernet Over SONET Fit a Transport Network Operations Model

Making Ethernet Over SONET Fit a Transport Network Operations Model Making Over SONET Fit a Transport Network Operations Model Introduction Many carriers deploy or evaluate deployment of EoS as a private line offering to enhance existing service offerings. Service definitions

More information

OPTICAL TRANSPORT NETWORKS

OPTICAL TRANSPORT NETWORKS OPTICAL TRANSPORT NETWORKS EVOLUTION, NOT REVOLUTION by Brent Allen and James Rouse Nortel Networks, OPTera Metro Solutions KANATA, Canada This paper describes how the deployment today of an Optical Network

More information

A Framework for Federated Network Operations over Autonomous Distributed Networks on Future Internet

A Framework for Federated Network Operations over Autonomous Distributed Networks on Future Internet A Framework for Federated Network Operations over Autonomous Distributed Networks on Future Internet 1 Dongkyun Kim, 2 Greg Cole, 1 Joo-Beom Kim, 1 Jin-Hyung Park, 1 Gi-Sung Yoo 1 Min-Ki Noh, 1 Ok-Hwan

More information

The Ontological Approach for SIEM Data Repository

The Ontological Approach for SIEM Data Repository The Ontological Approach for SIEM Data Repository Igor Kotenko, Olga Polubelova, and Igor Saenko Laboratory of Computer Science Problems, Saint-Petersburg Institute for Information and Automation of Russian

More information

Optical Networks for Next Generation Disaster Recovery Networking Solutions with WDM Systems Cloud Computing and Security

Optical Networks for Next Generation Disaster Recovery Networking Solutions with WDM Systems Cloud Computing and Security Optical Networks for Next Generation Disaster Recovery Networking Solutions with WDM Systems Cloud Computing and Security By Andrew MacKay, Chief Technology Officer, Superna www.superna.net Legacy Data

More information

Since 1998, AT&T invested more than $35 billion to support customer needs in data, Internet protocol (IP), local and global services.

Since 1998, AT&T invested more than $35 billion to support customer needs in data, Internet protocol (IP), local and global services. At The AT&T Overview AT&T Corp. is the industry leader in data, voice, and video communications, serving more than 4 million businesses and 50 million consumer customers worldwide. Backed by the research

More information

Deploying distributed network monitoring mesh

Deploying distributed network monitoring mesh Deploying distributed network monitoring mesh for LHC Tier-1 and Tier-2 sites Phil DeMar, Maxim Grigoriev Fermilab Joe Metzger, Brian Tierney ESnet Martin Swany University of Delaware Jeff Boote, Eric

More information

High Speed Ethernet. Dr. Sanjay P. Ahuja, Ph.D. Professor School of Computing, UNF

High Speed Ethernet. Dr. Sanjay P. Ahuja, Ph.D. Professor School of Computing, UNF High Speed Ethernet Dr. Sanjay P. Ahuja, Ph.D. Professor School of Computing, UNF Hubs and Switches Hubs and Switches Shared Medium Hub The total capacity in the shared medium hub configuration (figure

More information

A Software Architecture for a Photonic Network Planning Tool

A Software Architecture for a Photonic Network Planning Tool A Software Architecture for a Photonic Network Planning Tool Volker Feil, Jan Späth University of Stuttgart, Institute of Communication Networks and Computer Engineering Pfaffenwaldring 47, D-70569 Stuttgart

More information

Cisco ONS 15454 Multiservice Transport Platform 7.0

Cisco ONS 15454 Multiservice Transport Platform 7.0 Product Bulletin No. 3212 Multiservice Transport Platform 7.0 Product Overview The Cisco ONS 15454 Multiservice Transport Platform (MSTP) offers a unique solution for delivering any wavelength to any location

More information

ICTTEN6172A Design and configure an IP- MPLS network with virtual private network tunnelling

ICTTEN6172A Design and configure an IP- MPLS network with virtual private network tunnelling ICTTEN6172A Design and configure an IP- MPLS network with virtual private network tunnelling Release: 1 ICTTEN6172A Design and configure an IP-MPLS network with virtual private network tunnelling Modification

More information

Riverstone Networks. Carrier Ethernet Standards Progress. Igor Giangrossi Sr. Systems Engineer, CALA

Riverstone Networks. Carrier Ethernet Standards Progress. Igor Giangrossi Sr. Systems Engineer, CALA Riverstone Networks Carrier Ethernet Standards Progress Igor Giangrossi Sr. Systems Engineer, CALA Agenda History Metro Ethernet Forum work IETF work IEEE work Conclusion 2 Ethernet Evolution What do we

More information

Transport SDN Toolkit: Framework and APIs. John McDonough OIF Vice President NEC BTE 2015

Transport SDN Toolkit: Framework and APIs. John McDonough OIF Vice President NEC BTE 2015 Transport SDN Toolkit: Framework and APIs John McDonough OIF Vice President NEC BTE 2015 Transport SDN Toolkit Providing carriers with essential tools in the Transport SDN toolkit How to apply SDN to a

More information

Performance Management and Fault Management. 1 Dept. of ECE, SRM University

Performance Management and Fault Management. 1 Dept. of ECE, SRM University Performance Management and Fault Management 1 Dept. of ECE, SRM University Performance Management Performance management requires monitoring of the performance parameters for all the connections supported

More information

Challenges of an Information Model for Federating Virtualized Infrastructures

Challenges of an Information Model for Federating Virtualized Infrastructures Challenges of an Information Model for Federating Virtualized Infrastructures Jeroen van der Ham, Chrysa Papagianni, József Stéger, Péter Mátray, Yiannos Kryftis, Paola Grosso, Leonidas Lymberopoulos,

More information

Capacity planning and.

Capacity planning and. Some economical principles Hints on capacity planning (and other approaches) Andrea Bianco Telecommunication Network Group firstname.lastname@polito.it http://www.telematica.polito.it/ Assume users have

More information

Alcatel-Lucent 1850 TSS-3 Transport Service Switch. A versatile network termination unit

Alcatel-Lucent 1850 TSS-3 Transport Service Switch. A versatile network termination unit Alcatel-Lucent Transport Service Switch A versatile network termination unit The Alcatel-Lucent 1850 Transport Service Switch (TSS-3) is a carriergrade network termination unit (NTU). Providing a rich

More information

The Keys for Campus Networking: Integration, Integration, and Integration

The Keys for Campus Networking: Integration, Integration, and Integration The Keys for Campus Networking: Introduction Internet Protocol (IP) is considered the working-horse that the vast majority of current and future applications use as the key technology for information exchange,

More information

GPON - EPON Comparison

GPON - EPON Comparison White Paper GPON - EPON Comparison CommScope Solutions Marketing October 2013 Contents Introduction 3 Protocol fundamentals 4 Framing/service adaption 4 Basic operation 5 Service hierarchy 7 Bandwidth

More information

BUSINESS VALUE OF SEMANTIC TECHNOLOGY

BUSINESS VALUE OF SEMANTIC TECHNOLOGY BUSINESS VALUE OF SEMANTIC TECHNOLOGY Preliminary Findings Industry Advisory Council Emerging Technology (ET) SIG Information Sharing & Collaboration Committee July 15, 2005 Mills Davis Managing Director

More information

The Century of Infinite Bandwidth. Simon C. Lin Computing Centre, Academia Sinica Taipei, Taiwan January 2001 sclin@sinica.edu.tw

The Century of Infinite Bandwidth. Simon C. Lin Computing Centre, Academia Sinica Taipei, Taiwan January 2001 sclin@sinica.edu.tw The Century of Infinite Bandwidth Simon C. Lin Computing Centre, Academia Sinica Taipei, Taiwan January 2001 sclin@sinica.edu.tw Popular View of Internet Global Internet Traffic grows 10% to 12% per month

More information

Proceedings of the 2014 26th International Teletraffic Congress (ITC)

Proceedings of the 2014 26th International Teletraffic Congress (ITC) Software-Defined Network Exchanges (SDXs): Architecture, Services, Capabilities, and Foundation Technologies Joe Mambretti International Center for Advanced Internet Research (icair) Northwestern University

More information

IP/MPLS Networks for Highways

IP/MPLS Networks for Highways A P P L I C A T I O N N O T E IP/MPLS Networks for Highways Infrastructures for highly available mission-critical communications Abstract Alcatel-Lucent delivers a converged IP/MPLS-based network for highways

More information

NGN Network Architecture

NGN Network Architecture ITU/BDT Regional Seminar on Costs and Tariffs for Member Countries of the Tariff Group for Africa (TAF) Midrand,, South Africa, June 2005 NGN Network Architecture Oscar González Soto ITU Consultant Expert

More information

CAPACITY SOLUTIONS WITH DWDM FOR BROADCAST AND VIDEO ON DEMAND

CAPACITY SOLUTIONS WITH DWDM FOR BROADCAST AND VIDEO ON DEMAND White Paper CAPACITY SOLUTIONS WITH DWDM FOR BROADCAST AND VIDEO ON DEMAND VOD and interactive video places huge capacity demands on the network. Cable and Telco operators alike are turning to DWDM optical

More information

Unified Subsea-Terrestrial Mesh Networking the New Normal

Unified Subsea-Terrestrial Mesh Networking the New Normal Unified Subsea-Terrestrial Mesh Networking the New Normal Anuj Malik, Wayne Wauford 1 2013 Infinera Why Unified Network Architecture? Growing complexity DWDM. OXC. Routers Metro. LH. Submarine Globalization

More information

A Declarative Approach to Multi-Layer Path Finding Based on Semantic Network Descriptions

A Declarative Approach to Multi-Layer Path Finding Based on Semantic Network Descriptions A Declarative Approach to Multi-Layer Path Finding Based on Semantic Network Descriptions Li Xu, Freek Dijkstra, Damien Marchal, Arie Taal, Paola Grosso, Cees de Laat System and Network Engineering Group

More information

Server Consolidation and Remote Disaster Recovery: The Path to Lower TCO and Higher Reliability

Server Consolidation and Remote Disaster Recovery: The Path to Lower TCO and Higher Reliability Server Consolidation and Remote Disaster Recovery: The Path to Lower TCO and Higher Reliability Executive Summary: To minimize TCO for server / data center consolidation and optimize disaster recovery

More information

SDN FOR IP/OPTICAL TRANSPORT NETWORKS

SDN FOR IP/OPTICAL TRANSPORT NETWORKS SDN FOR IP/OPTICAL TRANSPORT NETWORKS Tony Kourlas IP Routing and Transport Group, Alcatel-Lucent April 2014 THE EVOLUTION OF IP & OPTICAL NETWORKS Cloud-optimized IP routing & transport IP routing networks

More information

10 Most Asked Questions About 40 Gigabit Ethernet Network

10 Most Asked Questions About 40 Gigabit Ethernet Network Disk to Network Streaming at 42 Gbit/s Ronald van der Pol Outline! " Goal of the project! " 40GE and 100GE Status! " Streaming server! " GLIF demo! " SC10 demo! " Conclusions Goal of the

More information

Clouds and the Network! Martin Swany! Indiana University, Informatics and Computing, InCNTRE!

Clouds and the Network! Martin Swany! Indiana University, Informatics and Computing, InCNTRE! Clouds and the Network! Martin Swany! Indiana University, Informatics and Computing, InCNTRE! Cloud Computing! Computing resources offered as a service! Multics (precursor to UNIX) was created to support

More information

Information Technology Career Field Pathways and Course Structure

Information Technology Career Field Pathways and Course Structure Information Technology Career Field Pathways and Course Structure Courses in Information Support and Services (N0) Computer Hardware 2 145025 Computer Software 145030 Networking 2 145035 Network Operating

More information

Carrier Ethernet SLAs Technology Advancements to Differentiate and Improve Operational Efficiency

Carrier Ethernet SLAs Technology Advancements to Differentiate and Improve Operational Efficiency Carrier Ethernet SLAs Technology Advancements to Differentiate and Improve Operational Efficiency May 2011 ABSTRACT High-capacity, low-latency connectivity is important for the new generation of Ethernet-based

More information

QoS Switching. Two Related Areas to Cover (1) Switched IP Forwarding (2) 802.1Q (Virtual LANs) and 802.1p (GARP/Priorities)

QoS Switching. Two Related Areas to Cover (1) Switched IP Forwarding (2) 802.1Q (Virtual LANs) and 802.1p (GARP/Priorities) QoS Switching H. T. Kung Division of Engineering and Applied Sciences Harvard University November 4, 1998 1of40 Two Related Areas to Cover (1) Switched IP Forwarding (2) 802.1Q (Virtual LANs) and 802.1p

More information

Network performance in virtual infrastructures

Network performance in virtual infrastructures Network performance in virtual infrastructures A closer look at Amazon EC2 Alexandru-Dorin GIURGIU University of Amsterdam System and Network Engineering Master 03 February 2010 Coordinators: Paola Grosso

More information

Using & Offering Wholesale Ethernet Network and Operational Considerations

Using & Offering Wholesale Ethernet Network and Operational Considerations White Paper Using and Offering Wholesale Ethernet Using & Offering Wholesale Ethernet Network and Operational Considerations Introduction Business services customers are continuing to migrate to Carrier

More information