Disaster-Resilient Backbone and Access Networks
|
|
- Marshall Carpenter
- 2 years ago
- Views:
Transcription
1 The Workshop on Establishing Resilient Life-Space in the Cyber-Physical Integrated Society, March. 17, 2015, Sendai, Japan Disaster-Resilient Backbone and Access Networks Shigeki Yamada Principles of Informatics Research Division, (NII), Tokyo, Japan 1
2 Introduction and Background This presentation is a summary of two-year Resilient Network Research Project promoted under JSPS Resilient Life Space Umbrella Project. When natural disasters such as earthquakes, and tsunami occur, they may cause network breakdowns due to link and node failures, resulting in network service disruptions. The network should quickly recover and keep operating after the disasters. Resilience: the ability of network to provide an acceptable level of service in the face of various faults and challenges to normal operations. Resilient technologies for two types of network (the backbone network and access network) are investigated to make networks more resilient. 2
3 Backbone Networks and Access Networks Core Nodes Backbone Networks Core Links (Optical Wired links) Access Networks Access Node Wireless Edge Nodes Access Node Wireless Wired Access Node Wired
4 Proposed Approaches for Backbone Networks & Access Networks Backbone networks Abundant and redundant network resources (links and routers/switches) for large bandwidth and high reliability. A part of backbone networks may continue to survive even if a large scale link/node failure occurs due to a large disaster. Utilizing still available network resources (links, nodes) could enable the network to continue providing acceptable services for quick recovery. Access networks located close to users, and usually not redundant: once a disaster breaks down access networks, it may be very difficult to quickly repair them. Rather than repairing the destructed access network, network users in the disaster area could construct their access network, using any available devices more quickly and more easily. 4
5 Requirements to Resilient Backbone Networks Network resilience could be measured by the Network Recovery Time with two major time components. 1. Failure Detection Time: detection of alarms and alerts to locate network faults 2. Switchover Time: disables a failed port, enables another, reroutes traffic around a failed switch or router For failure detection, existing detection technologies like BFD (Bidirectional Forwarding Detection) could be utilized. For switchover, we apply SDN (Software Defined Networking) /OpenFlow technology because SDN/OpenFlow has a potential capability to provide more programmability and flexibility to respond faster to network situational changes than existing technologies (like MPLS). For Network Recovery Time, at most 50 ms is considered tolerable to complete path restoration, in the provider networks. 5
6 SDN/OpenFlow for Backbone Networks as applications. by separating the control plane and the data plane. 6
7 Goal of Resilient Backbone Network To provide non stoppable end-to-end services in the various critical environments, including link/path and node failures Users Backbone Network OpenFlow Switches Link Failure Fast Switchover SDN/OpenFlow Controller Cloud Data Center Server Virtualization (SDN/OpenFlow) Realtime Migration Cloud Data Center 7
8 Three Research Issues for Fast Network Recovery Using SDN/OpenFlow Technology (1) 1. Switchover mechanism from a faulty link to a normal link Switchover time: the time from failure detection to path restoration on an end-to-end basis. OpenFlow supports a wide variety of switchover mechanisms not available in existing network recovery mechanism. We investigate some of the OpenFlow specific and OpenFlow-integrated switchover mechanisms and evaluate their switchover performance Implementation. OpenFlow specific switchover mechanisms: FAILOVER GROUP TABLE-based implementations SELECT GROUP TABLE-based implementations Both utilize local states of OpenFlow switches without involvement of remotely located controllers OpenFlow-integrated switchover mechanisms: OpenFlow with Multipath TCP (MTCP) in the TCP layer 8
9 Three Research Issues for Fast Network Recovery Using SDN/OpenFlow Technology (2) 2. Communication delay (propagation delay) between SDN controllers and switches 2/3 of light speed: 5 ms delay for 1000 km distance Analysis of the communication delays under a realistic network topology 3. Global view of the network Necessary to find any available network resources (paths, links) to restore all the end-to-end paths. In the conventional IP network, a global view is maintained by the IP routing protocols like OSPF and BGP: Slow convergence time In the SDN/OpenFlow network, a global view could be maintained and updated by multiple SDN controllers to keep the network scalable: several solutions have already been proposed. We assume that in our implementation and evaluation, a global view is maintained among the SDN controllers either by the existing IP routing protocols or any new routing protocols for SDN/OpenFlow. Focus on the end-to-end network level evaluations of network recovery performance under realistic scenarios. 9
10 10 1 st Issue: Fast Local Switchover Mechanism (1): FAST FAILOVER GROUP TABLE FAST FAILOVER GROUP TABLE allows a fast switchover from the active output port to the standby output port. (in the active/standby mode) without the involvement of controller.
11 Fast Local Switchover Mechanism (2): SELECT GROUP TABLE 11 SELECT GROUP TABLE allows a single data flow to be divided into multiple subflows, each with a different path (output port) in a weighted round robin manner (in the active/active mode) When link/port failures occur, the switch recalculates the weighted values, eliminates the failed ports and reallocates the traffic to active output ports. SELECT GROUP TABLE achieves a better resource allocation and less packet loss than FAST FAILOVER GROUP
12 12 Implementation and Evaluation of Fast Local Switchover Mechanisms on Two Different Platforms Software switch: Open vswitch (OVS) on a Linux PC to support the FAST FAILOVER GROUP TABLE Hardware switch: Open vswitch (OVS) mode on the hardware switch (Pica8 P3295) to support the FAST FAILOVER TABLE Average network recovery time (Disruption time) : 21.1 ms for software switch and 39.5 ms for hardware switch
13 Fast Local Switchover Mechanism (3): Multipath TCP (MPTCP) Integrated with OpenFlow 13 MPTCP is standardized by IETF (Internet Engineering Task Force), does not need to modify existing applications MPTCP creates and maintains multiple active paths for an end to-end connection Divides the TCP flow into multiple active TCP subflows Each subflow may go through a different path to achieve better resilience OpenFlow achieves fast switchover among multiple active paths when some of the paths fails
14 Implementation and Evaluation of MPTCP on WiFi Network Environment 14 Two subflows each with a different path through a different WiFi access point When the path1 fails, path2 keeps transferring the added path1 traffic to achieve seamless handover from Path1 to Path2
15 2 nd Issue: Communication Delay between Controllers and Switches 15 Communication Delay
16 Analysis of Communication Delay between Controllers and Switches SINET3 topology is used to evaluate communication latencies between controllers and switches. SINET3: the previous version of current SINET4, a Japanese national research and education network. Two latency metrics under 2/3 propagation delay of light speed : Average Latency for allocation of controllers Worst-Case latency: the maximum propagation delay between nodes and controllers 16
17 17 Evaluation of Average and Worst-Case Latencies The more controllers, the lower latencies Should carefully choose the location of controller
18 18 Optimal Values of Average and Worst-Case Latencies These latencies are much smaller, compared with the general requirement of 50ms network recovery time
19 19 3rd Issue: Network Recovery Performance Evaluations Mininet 2.0, the virtual network simulator is used to investigate the overall behaviors of link failure recovery under a realistic scenario and SINET3 topology. The worst case latencies between the controller and switches are assumed When a link failure occurs on the main path, the controller software (POX) should install new rules to the switches to switchover the traffic flow from the faulty path to the backup path.
20 20 Network Recovery Simulation Result When a link failure occurs at 10 th and 30 th seconds, the traffic flow is effectively turned from the faulty path to a new path thanks to the POX controller s global view of the network
21 21 Implementation and Evaluation of Network Recovery by SDN integrated with IP Routing Network recovery that integrates SDN with conventional IP routing is implemented and evaluated on both the Mininet simulator and a real testbed with physical OpenFlow switches.
22 Network Recovery Time Comparison under OSPF protocol 22 Scen1: Mininet simulation running Route Flow (for OSPF) Scen2: Pica8 switches running Route Flow (for OSPF) Scen3: Pica8 switches running conventional IP routing protocol (L2/L3 OSPF) All results are close to the dead-interval of 4 seconds sec sec sec.
23 23 Effect of Communication Delays on Network Recovery Time The larger the communication delay, the longer the network recovery time
24 Evaluation of Network Recovery Time under Multiple Link Failures 24 A more complex network topology with 8 switches, assuming multiple link failures 5 redundant paths from source to destination Mininet simulation running Route Flow (for OSPF)
25 Evaluation Result of Network Recovery Time under Multiple Link Failures 25 The network recovery time of multiple link failures is roughly several tens % larger than that of a single link failure
26 Network Recovery Time Comparison under RIPv2 protocol Scen1: Mininet simulation running Route Flow (for RIPv2) Scen2: Pica8 switches running Route Flow (for RIPv2) Scen3: Pica8 switches running conventional IP routing protocol (L2/L3 RIPv2) All Scen1 and Scen2 results are close to the timeout-timer of 15 seconds or 60 seconds s (Untriggered updates) s (Untriggered updates) 9.43 s (Triggered updates) 26
27 27 Summary of Resilient Backbone Network Evaluation SDN/OpenFlow technologies are technically feasible. It can offer a wide variety of switchover mechanism with fast switchover time of 20 to 40 ms under current implementation technologies The overall network recovery time ranges from 20 ms to 60 seconds, largely depending on the employed routing protocol and its timer values to update the global view of network Slow convergence problem remains when IP routing is integrated.
28 Resilient Access Network We propose to apply WiFi multihop access network technology, using commodity mobile devices to provide internet access services. Users Access Network Link Faults Fast and Onsite Construction Smartphones /PCs WiFi Multihop Network Backbone Network/ Internet 28
29 Multihop Communication Abstraction A conventional multihop access network requires each node to implement a traditional ad hoc routing protocol and maintain the routing information for all nodes. The proposed multihop communication abstraction allows a chain of single hop WiFi network and does not maintain multihop routing tables 29
30 Tree Structure of Multihop Wireless Access Network A network auto-configuration software (NAS) is downloaded to transform each node into the WiFi virtual access point (VAP) and the WiFi station (STA), finally forming a tree-structured multihop network 30
31 Network Reconfiguration Support: Connectivity Status Table (CST) Each node manages the CST containing the status ( Connected / Disconnected ) of all the upward links over the path from the Internet gateway (IGW) to its own node. the Hop_count that represents the hop distance from IGW Each CST is automatically updated and propagated downward when the link status changes 31
32 Network Auto-Configuration Software (NAS) Components in Each Node WiFi Abstraction for multiple logical WiFi interfaces VAP abstraction to act as Virtual access point (VAP) Reconfiguration support for Connectivity Status Table (CST) NAS-downloading trigger to download the NAS Only NAS is necessary to construct the WiFi multihop network 32
33 Field Experiments at Iwate Prefectual University and Ishinomaki Senshu University 33
34 Network Set-up Time All the tandem connected networks were set up by the university students The network setup time is less than 154 seconds in 8 hop network: quick enough for emergency response 34
35 Experiment of Indoor Tandem-Connected Network with 50m Distance The experiment was made from the 1st floor to the 4th floor inside the building of Iwate Prefectural University. 35
36 Round Tip Time (RTT) and Packet Loss of Indoor Tandem-Connected Network with 50m Distance 20% Packet loss and 200ms round trip time (RTT) in 12 hops were still acceptable for ordinary Internet applications (Web browsing and Skype) 50 m distance up to 12 hops: 600 m distance coverage 36
37 Round Tip Time (RTT) and Throughput of Outdoor Tandem-Connected Network 15 m Distance up to 20 hops (300 m distance coverage) 30 m Distance up to 16 hops (480 m distance coverage) 37
38 Packet Loss of Outdoor Tandem-Connected Network The largest packet loss is only 5% at Node 15 with 30m hop distance: acceptable enough for VoIP services and web browsing 38
39 Throughput of Outdoor Tree-Structured Network when Leaf Nodes concurrently transmit the packets The throughput are different at different nodes The lowest throughput of around 100Kbps was acceptable for Web browsing 39
40 40 Summary of Resilient Access Network and Final Remarks Resilient Access Networks: WiFi multihop access network is feasible for real deployments. It can cover a large area of 500 m to 600 m in radius (more than one kilometer in diameter) in the indoor and outdoor environments for internet access in the disaster area It allows ordinary people or volunteers in the disaster area to set up the network easily by themselves, using available commodity mobile devices. Integrating SDN/OpenFlow based backbone network with WiFi multihop access network could allow the whole network to become more resilient to provide end-to-end seamless non-stoppable services.
MultiPath TCP (MPTCP)
פרויקטים בתקשורת מחשבים - 236340 - סמסטר אביב 2016 MultiPath TCP (MPTCP) MultiPath TCP (MPTCP) is an ongoing effort of the Internet Engineering Task Force's (IETF) Multipath TCP working group, which aims
Disaster Recovery Design Ehab Ashary University of Colorado at Colorado Springs
Disaster Recovery Design Ehab Ashary University of Colorado at Colorado Springs As a head of the campus network department in the Deanship of Information Technology at King Abdulaziz University for more
Testing Software Defined Network (SDN) For Data Center and Cloud VERYX TECHNOLOGIES
Testing Software Defined Network (SDN) For Data Center and Cloud VERYX TECHNOLOGIES Table of Contents Introduction... 1 SDN - An Overview... 2 SDN: Solution Layers and its Key Requirements to be validated...
基 於 SDN 與 可 程 式 化 硬 體 架 構 之 雲 端 網 路 系 統 交 換 器
基 於 SDN 與 可 程 式 化 硬 體 架 構 之 雲 端 網 路 系 統 交 換 器 楊 竹 星 教 授 國 立 成 功 大 學 電 機 工 程 學 系 Outline Introduction OpenFlow NetFPGA OpenFlow Switch on NetFPGA Development Cases Conclusion 2 Introduction With the proposal
Voice Over IP. MultiFlow 5048. IP Phone # 3071 Subnet # 10.100.24.0 Subnet Mask 255.255.255.0 IP address 10.100.24.171. Telephone.
Anritsu Network Solutions Voice Over IP Application Note MultiFlow 5048 CALL Manager Serv # 10.100.27 255.255.2 IP address 10.100.27.4 OC-48 Link 255 255 25 IP add Introduction Voice communications over
Multi Protocol Label Switching (MPLS) is a core networking technology that
MPLS and MPLS VPNs: Basics for Beginners Christopher Brandon Johnson Abstract Multi Protocol Label Switching (MPLS) is a core networking technology that operates essentially in between Layers 2 and 3 of
Software Defined Networking & Openflow
Software Defined Networking & Openflow Autonomic Computer Systems, HS 2015 Christopher Scherb, 01.10.2015 Overview What is Software Defined Networks? Brief summary on routing and forwarding Introduction
software networking Jithesh TJ, Santhosh Karipur QuEST Global
software defined networking Software Defined Networking is an emerging trend in the networking and communication industry and it promises to deliver enormous benefits, from reduced costs to more efficient
Resilient network architecture based on Movable and Deployable Resource Unit (MDRU)
ITU Workshop on Disaster Relief Systems, Network Resiliency and Recovery (Phuket, Thailand, 20 May 2013) Resilient network architecture based on Movable and Deployable Resource Unit (MD) Toshikazu SAKANO,
A Link Load Balancing Solution for Multi-Homed Networks
A Link Load Balancing Solution for Multi-Homed Networks Overview An increasing number of enterprises are using the Internet for delivering mission-critical content and applications. By maintaining only
Designing Reliable IP/MPLS Core Transport Networks
Designing Reliable IP/MPLS Core Transport Networks Matthias Ermel Workshop ITG FG 5.2.1 14. November 2008 München Content 1. Introduction 2. Protection Mechanisms 3. Failure Detection Page 1 Architecture
Fast Re-Route in IP/MPLS networks using Ericsson s IP Operating System
Fast Re-Route in IP/MPLS networks using s IP Operating System Introduction: Today, Internet routers employ several routing protocols to exchange routes. As a router learns its potential routes, it builds
Troubleshooting and Maintaining Cisco IP Networks Volume 1
Troubleshooting and Maintaining Cisco IP Networks Volume 1 Course Introduction Learner Skills and Knowledge Course Goal and E Learning Goal and Course Flow Additional Cisco Glossary of Terms Your Training
Data Center Convergence. Ahmad Zamer, Brocade
Ahmad Zamer, Brocade SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless otherwise noted. Member companies and individual members may use this material in presentations
Virtual PortChannels: Building Networks without Spanning Tree Protocol
. White Paper Virtual PortChannels: Building Networks without Spanning Tree Protocol What You Will Learn This document provides an in-depth look at Cisco's virtual PortChannel (vpc) technology, as developed
Redundancy & the Netnod Internet Exchange Points
Redundancy & the Netnod Internet Exchange Points The extent to which businesses and consumers use the Internet for critical communication has been recognised for over a decade. Since the rise of the commercial
Computer Networks CS321
Computer Networks CS321 Dr. Ramana I.I.T Jodhpur Dr. Ramana ( I.I.T Jodhpur ) Computer Networks CS321 1 / 22 Outline of the Lectures 1 Introduction OSI Reference Model Internet Protocol Performance Metrics
Flexible SDN Transport Networks With Optical Circuit Switching
Flexible SDN Transport Networks With Optical Circuit Switching Multi-Layer, Multi-Vendor, Multi-Domain SDN Transport Optimization SDN AT LIGHT SPEED TM 2015 CALIENT Technologies 1 INTRODUCTION The economic
Table of Contents. Cisco How Does Load Balancing Work?
Table of Contents How Does Load Balancing Work?...1 Document ID: 5212...1 Introduction...1 Prerequisites...1 Requirements...1 Components Used...1 Conventions...1 Load Balancing...1 Per Destination and
DATA CENTER. Best Practices for High Availability Deployment for the Brocade ADX Switch
DATA CENTER Best Practices for High Availability Deployment for the Brocade ADX Switch CONTENTS Contents... 2 Executive Summary... 3 Introduction... 3 Brocade ADX HA Overview... 3 Hot-Standby HA... 4 Active-Standby
Extending SANs Over TCP/IP by Richard Froom & Erum Frahim
Extending SANs Over TCP/IP by Richard Froom & Erum Frahim Extending storage area networks (SANs) over a distance has become a necessity for enterprise networks. A single SAN island with one storage system
SOFTWARE DEFINED NETWORKING: INDUSTRY INVOLVEMENT
BROCADE SOFTWARE DEFINED NETWORKING: INDUSTRY INVOLVEMENT Rajesh Dhople Brocade Communications Systems, Inc. rdhople@brocade.com 2012 Brocade Communications Systems, Inc. 1 Why can t you do these things
Software Defined Network Application in Hospital
InImpact: The Journal of Innovation Impact: ISSN 2051-6002 : http://www.inimpact.org Special Edition on Innovation in Medicine and Healthcare : Vol. 6. No. 1 : pp.1-11 : imed13-011 Software Defined Network
SINET3 for Grid Environments (New Japanese Academic Backbone Network)
SINET3 for Grid Environments (New Japanese Academic Backbone Network) M. Koibuchi, M. Nakao, and NW groupers National Institute of Informatics (NII), JAPAN 1 2 Evolution of Japanese Academic Networks SINET3
Software Defined Networking What is it, how does it work, and what is it good for?
Software Defined Networking What is it, how does it work, and what is it good for? slides stolen from Jennifer Rexford, Nick McKeown, Michael Schapira, Scott Shenker, Teemu Koponen, Yotam Harchol and David
SBSCET, Firozpur (Punjab), India
Volume 3, Issue 9, September 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Layer Based
Essential IT Guide: Ensuring Highly Available Access to Business-critical Applications
White Paper Essential IT Guide: Ensuring Highly Available Access to Business-critical Applications Supporting Branch-office and Remote Users in a Centralized World Juniper Networks, Inc. 1194 North Mathilda
MPLS Layer 2 VPNs Functional and Performance Testing Sample Test Plans
MPLS Layer 2 VPNs Functional and Performance Testing Sample Test Plans Contents Overview 1 1. L2 VPN Padding Verification Test 1 1.1 Objective 1 1.2 Setup 1 1.3 Input Parameters 2 1.4 Methodology 2 1.5
From Active & Programmable Networks to.. OpenFlow & Software Defined Networks. Prof. C. Tschudin, M. Sifalakis, T. Meyer, M. Monti, S.
From Active & Programmable Networks to.. OpenFlow & Software Defined Networks Prof. C. Tschudin, M. Sifalakis, T. Meyer, M. Monti, S. Braun University of Basel Cs321 - HS 2012 (Slides material from www.bigswitch.com)
MPLS: Key Factors to Consider When Selecting Your MPLS Provider Whitepaper
MPLS: Key Factors to Consider When Selecting Your MPLS Provider Whitepaper 2006-20011 EarthLink Business Page 1 EXECUTIVE SUMMARY Multiprotocol Label Switching (MPLS), once the sole domain of major corporations
Routing Protocols (RIP, OSPF, BGP)
Chapter 13 Routing Protocols (RIP, OSPF, BGP) INTERIOR AND EXTERIOR ROUTING RIP OSPF BGP 1 The McGraw-Hill Companies, Inc., 2000 1 Introduction Packets may pass through several networks on their way to
DEMYSTIFYING ROUTING SERVICES IN SOFTWAREDEFINED NETWORKING
DEMYSTIFYING ROUTING SERVICES IN STWAREDEFINED NETWORKING GAUTAM KHETRAPAL Engineering Project Manager, Aricent SAURABH KUMAR SHARMA Principal Systems Engineer, Technology, Aricent DEMYSTIFYING ROUTING
WHITEPAPER MPLS: Key Factors to Consider When Selecting Your MPLS Provider
WHITEPAPER MPLS: Key Factors to Consider When Selecting Your MPLS Provider INTRODUCTION Multiprotocol Label Switching (MPLS), once the sole domain of major corporations and telecom carriers, has gone mainstream
Increasing robustness of Software-Defined Networks
Increasing robustness of Software-Defined Networks Fast recovery using link failure detection and optimal routing schemes Master of Science Thesis B.J. van Asten Network Architectures and Services Group
November 2013. Defining the Value of MPLS VPNs
November 2013 S P E C I A L R E P O R T Defining the Value of MPLS VPNs Table of Contents Introduction... 3 What Are VPNs?... 4 What Are MPLS VPNs?... 5 What Are the Benefits of MPLS VPNs?... 8 How Do
Performance Evaluation of AODV, OLSR Routing Protocol in VOIP Over Ad Hoc
(International Journal of Computer Science & Management Studies) Vol. 17, Issue 01 Performance Evaluation of AODV, OLSR Routing Protocol in VOIP Over Ad Hoc Dr. Khalid Hamid Bilal Khartoum, Sudan dr.khalidbilal@hotmail.com
Qualifying SDN/OpenFlow Enabled Networks
Qualifying SDN/OpenFlow Enabled Networks Dean Lee Senior Director, Product Management Ixia Santa Clara, CA USA April-May 2014 1 Agenda SDN/NFV a new paradigm shift and challenges Benchmarking SDN enabled
Juniper / Cisco Interoperability Tests. August 2014
Juniper / Cisco Interoperability Tests August 2014 Executive Summary Juniper Networks commissioned Network Test to assess interoperability, with an emphasis on data center connectivity, between Juniper
OpenFlow -Enabled Cloud Backbone Networks Create Global Provider Data Centers. ONF Solution Brief November 14, 2012
OpenFlow -Enabled Cloud Backbone Networks Create Global Provider Data Centers ONF Solution Brief November 14, 2012 Table of Contents 2 OpenFlow-Enabled Software-Defined Networking 2 Executive Summary 3
Recovery Modeling in MPLS Networks
Proceedings of the Int. Conf. on Computer and Communication Engineering, ICCCE 06 Vol. I, 9-11 May 2006, Kuala Lumpur, Malaysia Recovery Modeling in MPLS Networks Wajdi Al-Khateeb 1, Sufyan Al-Irhayim
MPLS-TP. Future Ready. Today. Introduction. Connection Oriented Transport
MPLS-TP Future Ready. Today Introduction As data traffic started dominating telecom networks, there was a need for transport data networks, as opposed to transport TDM networks. Traditional transport technologies
Open Source Network: Software-Defined Networking (SDN) and OpenFlow
Open Source Network: Software-Defined Networking (SDN) and OpenFlow Insop Song, Ericsson LinuxCon North America, Aug. 2012, San Diego CA Objectives Overview of OpenFlow Overview of Software Defined Networking
Wave Relay System and General Project Details
Wave Relay System and General Project Details Wave Relay System Provides seamless multi-hop connectivity Operates at layer 2 of networking stack Seamless bridging Emulates a wired switch over the wireless
Smart Tips. Enabling WAN Load Balancing. Key Features. Network Diagram. Overview. Featured Products. WAN Failover. Enabling WAN Load Balancing Page 1
Smart Tips Enabling WAN Load Balancing Overview Many small businesses today use broadband links such as DSL or Cable, favoring them over the traditional link such as T1/E1 or leased lines because of the
The evolution of data connectivity
Leveraging the Benefits of IP and the Cloud in the Security Sector The CCTV and alarm industry has relied on analogue or Integrated Services Digital Network (ISDN) communications to provide data connectivity
FlexNetwork Architecture Delivers Higher Speed, Lower Downtime With HP IRF Technology. August 2011
FlexNetwork Architecture Delivers Higher Speed, Lower Downtime With HP IRF Technology August 2011 Page2 Executive Summary HP commissioned Network Test to assess the performance of Intelligent Resilient
Microsoft s Cloud Networks
Microsoft s Cloud Networks Page 1 Microsoft s Cloud Networks Microsoft s customers depend on fast and reliable connectivity to our cloud services. To ensure superior connectivity, Microsoft combines globally
The Internet: A Remarkable Story. Inside the Net: A Different Story. Networks are Hard to Manage. Software Defined Networking Concepts
The Internet: A Remarkable Story Software Defined Networking Concepts Based on the materials from Jennifer Rexford (Princeton) and Nick McKeown(Stanford) Tremendous success From research experiment to
TechBrief Introduction
TechBrief Introduction Leveraging Redundancy to Build Fault-Tolerant Networks The high demands of e-commerce and Internet applications have required networks to exhibit the same reliability as the public
MPLS/BGP Network Simulation Techniques for Business Enterprise Networks
MPLS/BGP Network Simulation Techniques for Business Enterprise Networks Nagaselvam M Computer Science and Engineering, Nehru Institute of Technology, Coimbatore, Abstract Business Enterprises used VSAT
Data Center Infrastructure of the future. Alexei Agueev, Systems Engineer
Data Center Infrastructure of the future Alexei Agueev, Systems Engineer Traditional DC Architecture Limitations Legacy 3 Tier DC Model Layer 2 Layer 2 Domain Layer 2 Layer 2 Domain Oversubscription Ports
Optimizing Data Center Networks for Cloud Computing
PRAMAK 1 Optimizing Data Center Networks for Cloud Computing Data Center networks have evolved over time as the nature of computing changed. They evolved to handle the computing models based on main-frames,
Hitachi s Involvement in Networking for Cloud Computing
Hitachi s Involvement in Networking for Cloud Computing 70 Hitachi s Involvement in Networking for Cloud Computing Chikako Tanaka Takashi Ezaki Yasuhiro Uchiyama, Dr. Eng. Kazuma Yumoto Takeki Yazaki OVERVIEW:
A Simulation Study of Effect of MPLS on Latency over a Wide Area Network (WAN)
A Simulation Study of Effect of MPLS on Latency over a Wide Area Network (WAN) Adeyinka A. Adewale, Samuel N. John, and Charles Ndujiuba 1 Department of Electrical and Information Engineering, Covenant
Truffle Broadband Bonding Network Appliance
Truffle Broadband Bonding Network Appliance Reliable high throughput data connections with low-cost & diverse transport technologies PART I Truffle in standalone installation for a single office. Executive
White Paper. Requirements of Network Virtualization
White Paper on Requirements of Network Virtualization INDEX 1. Introduction 2. Architecture of Network Virtualization 3. Requirements for Network virtualization 3.1. Isolation 3.2. Network abstraction
CCNP SWITCH: Implementing High Availability and Redundancy in a Campus Network
CCNP SWITCH: Implementing High Availability and Redundancy in a Campus Network Olga Torstensson SWITCHv6 1 Components of High Availability Redundancy Technology (including hardware and software features)
Internet Routing and MPLS
Internet Routing and MPLS N. C. State University CSC557 Multimedia Computing and Networking Fall 2001 Lecture # 27 Roadmap for Multimedia Networking 2 1. Introduction why QoS? what are the problems? 2.
This chapter covers four comprehensive scenarios that draw on several design topics covered in this book:
This chapter covers four comprehensive scenarios that draw on several design topics covered in this book: Scenario One: Pearland Hospital Scenario Two: Big Oil and Gas Scenario Three: Beauty Things Store
SAN Conceptual and Design Basics
TECHNICAL NOTE VMware Infrastructure 3 SAN Conceptual and Design Basics VMware ESX Server can be used in conjunction with a SAN (storage area network), a specialized high speed network that connects computer
LAB TESTING SUMMARY REPORT
Key findings and conclusions: Cisco Nonstop Forwarding with Stateful Switchover drastically reduces mean time to repair (MTTR) Delivered zero route flaps with BGP, OSPF, IS-IS and static routes during
BT Internet Connect Global - Annex to the General Service Schedule
1. Definitions The following definitions apply, in addition to those in the General Terms and Conditions and the General Services Schedule. ARP means Address Resolution Protocol. Border Gateway Protocol
Load Balancing for esafe Gateway 3.x with Cisco Web NS and CSS Switches Design and implementation guide
esafe Gateway/Mail v. 3.x Load Balancing for esafe Gateway 3.x with Cisco Web NS and CSS Switches Design and implementation guide esafe Gateway provides fast and transparent real-time inspection of Internet
Chapter 3. Enterprise Campus Network Design
Chapter 3 Enterprise Campus Network Design 1 Overview The network foundation hosting these technologies for an emerging enterprise should be efficient, highly available, scalable, and manageable. This
Application Note Gigabit Ethernet Port Modes
Application Note Gigabit Ethernet Port Modes Application Note Gigabit Ethernet Port Modes Table of Contents Description... 3 Benefits... 4 Theory of Operation... 4 Interaction with Other Features... 7
Cisco Application Networking for IBM WebSphere
Cisco Application Networking for IBM WebSphere Faster Downloads and Site Navigation, Less Bandwidth and Server Processing, and Greater Availability for Global Deployments What You Will Learn To address
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
FACT SHEET INTERNATIONAL DATA SERVICES GLOBAL IP VPN
PUT OUR BACKBONE IN YOUR GLOBAL NETWORKS Telstra Wholesale s Global IP VPN solution allows our customers to offer their end users global networks for voice, video and data. With access to most major Asian
Understanding and Configuring Spanning Tree Protocol (STP) on Catalyst Switches
Understanding and Configuring Spanning Tree Protocol (STP) on Catalyst Switches Document ID: 5234 Contents Introduction Prerequisites Requirements Components Used Conventions Background Theory Network
全 新 企 業 網 路 儲 存 應 用 THE STORAGE NETWORK MATTERS FOR EMC IP STORAGE PLATFORMS
全 新 企 業 網 路 儲 存 應 用 THE STORAGE NETWORK MATTERS FOR EMC IP STORAGE PLATFORMS Enterprise External Storage Array Capacity Growth IDC s Storage Capacity Forecast = ~40% CAGR (2014/2017) Keep Driving Growth!
A Fast Path Recovery Mechanism for MPLS Networks
A Fast Path Recovery Mechanism for MPLS Networks Jenhui Chen, Chung-Ching Chiou, and Shih-Lin Wu Department of Computer Science and Information Engineering Chang Gung University, Taoyuan, Taiwan, R.O.C.
The Economics of Cisco s nlight Multilayer Control Plane Architecture
The Economics of Cisco s nlight Multilayer Control Plane Architecture Executive Summary Networks are becoming more difficult to plan and optimize because of high traffic growth, volatile traffic patterns,
RIDE THE SDN AND CLOUD WAVE WITH CONTRAIL
RIDE THE SDN AND CLOUD WAVE WITH CONTRAIL Pascal Geenens CONSULTING ENGINEER, JUNIPER NETWORKS pgeenens@juniper.net BUSINESS AGILITY Need to create and deliver new revenue opportunities faster Services
Securing Local Area Network with OpenFlow
Securing Local Area Network with OpenFlow Master s Thesis Presentation Fahad B. H. Chowdhury Supervisor: Professor Jukka Manner Advisor: Timo Kiravuo Department of Communications and Networking Aalto University
SOFTWARE-DEFINED NETWORKING AND OPENFLOW
SOFTWARE-DEFINED NETWORKING AND OPENFLOW Freddie Örnebjär TREX Workshop 2012 2012 Brocade Communications Systems, Inc. 2012/09/14 Software-Defined Networking (SDN): Fundamental Control
Teridion. Rethinking Network Performance. The Internet. Lightning Fast. Technical White Paper July, 2015 www.teridion.com
Teridion The Internet. Lightning Fast. Rethinking Network Performance Technical White Paper July, 2015 www.teridion.com Executive summary Online services face the growing dual challenge of supporting many
Virtualization, SDN and NFV
Virtualization, SDN and NFV HOW DO THEY FIT TOGETHER? Traditional networks lack the flexibility to keep pace with dynamic computing and storage needs of today s data centers. In order to implement changes,
Software Defined Networks
Software Defined Networks Damiano Carra Università degli Studi di Verona Dipartimento di Informatica Acknowledgements! Credits Part of the course material is based on slides provided by the following authors
Data Center Networking Designing Today s Data Center
Data Center Networking Designing Today s Data Center There is nothing more important than our customers. Data Center Networking Designing Today s Data Center Executive Summary Demand for application availability
Software-Defined Networking Architecture Framework for Multi-Tenant Enterprise Cloud Environments
Software-Defined Networking Architecture Framework for Multi-Tenant Enterprise Cloud Environments Aryan TaheriMonfared Department of Electrical Engineering and Computer Science University of Stavanger
TRILL Large Layer 2 Network Solution
TRILL Large Layer 2 Network Solution Contents 1 Network Architecture Requirements of Data Centers in the Cloud Computing Era... 3 2 TRILL Characteristics... 5 3 Huawei TRILL-based Large Layer 2 Network
Restorable Logical Topology using Cross-Layer Optimization
פרויקטים בתקשורת מחשבים - 236340 - סמסטר אביב 2016 Restorable Logical Topology using Cross-Layer Optimization Abstract: Today s communication networks consist of routers and optical switches in a logical
Internet Firewall CSIS 4222. Packet Filtering. Internet Firewall. Examples. Spring 2011 CSIS 4222. net15 1. Routers can implement packet filtering
Internet Firewall CSIS 4222 A combination of hardware and software that isolates an organization s internal network from the Internet at large Ch 27: Internet Routing Ch 30: Packet filtering & firewalls
Security Alarm Systems
Security Alarm Systems Monitored alarm systems offer clients peace of mind as they activate on intrusion or tampering at the property and ensure any security alarm will have an appropriate response. However,
Network Management System (NMS) FAQ
Network Management System (NMS) FAQ Q: How does the NMS work? A: The Cooper NMS is a powerful, flexible and highly scalable wireless and fixed network management solution for thousands of network nodes
Network Functions Virtualization in Home Networks
Network Functions Virtualization in Home Networks Marion Dillon Timothy Winters Abstract The current model of home networking includes relatively low- cost, failure- prone devices, requiring frequent intervention
Fast Reroute for Triple Play Networks
Building Smart Broadband Networks TM Fast Reroute for Triple Play Networks Sachin Natu Product Management March 2006 IPTV Service Requirements IPTV Network Design Fast Reroute / Convergence Solutions -
CARRIER MPLS VPN September 2014
CARRIER MPLS VPN September 2014 SERVICE OVERVIEW The International MPLS IP-VPN service provides a full range of VPN connectivity solutions, including: Carrier MPLS IP VPN: dedicated to operators looking
DISASTER RECOVERY AND NETWORK REDUNDANCY WHITE PAPER
DISASTER RECOVERY AND NETWORK REDUNDANCY WHITE PAPER Disasters or accidents would cause great harm on network infrastructure. It is unavoidable and the operation of network would be hampered for a long
RESILIENT NETWORK DESIGN
Matěj Grégr RESILIENT NETWORK DESIGN 1/36 2011 Brno University of Technology, Faculty of Information Technology, Matěj Grégr, igregr@fit.vutbr.cz Campus Best Practices - Resilient network design Campus
Opnet Based simulation for route redistribution in EIGRP, BGP and OSPF network protocols
IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 1, Ver. IV (Jan. 2014), PP 47-52 Opnet Based simulation for route redistribution
Switching Fabric Designs for Data Centers David Klebanov
Switching Fabric Designs for Data Centers David Klebanov Technical Solutions Architect, Cisco Systems klebanov@cisco.com @DavidKlebanov 1 Agenda Data Center Fabric Design Principles and Industry Trends
Advanced Computer Networks
Introduction to Mobile Ad hoc Networks (MANETs) Advanced Computer Networks Outline Ad hoc networks Differences to other networks Applications Research areas Routing Other research areas Enabling Technologies
MPLS: Key Factors to Consider When Selecting Your MPLS Provider
White paper MPLS: Key Factors to Consider When Selecting Your MPLS Provider New Edge Networks June 2008 New Edge Networks 3000 Columbia House Blvd. Vancouver, WA 98661 360-693-9009 1-866-636-EDGE www.newedgenetworks.com
Network Design for Highly Available VoIP
Network Design for Highly Available VoIP David Tipper Associate Professor Department of Information Science and Telecommunications University of Pittsburgh tipper@tele.pitt.edu http://www.tele.pitt.edu/tipper.html
Detour planning for fast and reliable fault recovery in SDN with OpenState
DRCN 15 - March 25, 2015 Detour planning for fast and reliable fault recovery in SDN with OpenState Antonio Capone^, Carmelo Cascone^*, Alessandro Q.T. Nguyen^*, Brunilde Sansò^ Join work with: Luca Pollini^,
Multi-protocol Label Switching
An INS White Paper Multi-protocol Label Switching An economic way to deliver integrated voice, video and data traffic March 2013 Run your business on one network Multi-protocol Label Switching (MPLS) is
The Requirement for a New Type of Cloud Based CDN
The Requirement for a New Type of Cloud Based CDN Executive Summary The growing use of SaaS-based applications has highlighted some of the fundamental weaknesses of the Internet that significantly impact
Network Architecture Validated designs utilizing MikroTik in the Data Center
1-855-MIKROTIK Network Architecture Validated designs utilizing MikroTik in the Data Center P R E S E N T E D B Y: K E V I N M Y E R S, N E T W O R K A R C H I T E C T / M A N AG I N G PA R T NER I P A
Network Simulation Traffic, Paths and Impairment
Network Simulation Traffic, Paths and Impairment Summary Network simulation software and hardware appliances can emulate networks and network hardware. Wide Area Network (WAN) emulation, by simulating