Modeling, Design and Optimization of Multi-Layer Telecommunications Networks 分層式通訊網絡的建模,設計與優化

Total Page:16

File Type:pdf, Size:1020Kb

Modeling, Design and Optimization of Multi-Layer Telecommunications Networks 分層式通訊網絡的建模,設計與優化 CITY UNIVERSITY OF HONG KONG 香/Î市'x Modeling, Design and Optimization of Multi-layer Telecommunications Networks 分d式通訊²a的ú!,設計與*化 Submitted to Department of Electronic Engineering ûP工程û in Partial Fulfillment of the Requirements for the Degree of Doctor of Philosophy 哲xZëxM by PENG YU m宇 March 2016 二零一mt三月 Abstract Traffic carried by telecommunication networks has experienced explosive growth regarding both volume and dynamics due to the increasing usage of the Internet all around the world. Emerging new applications and new technologies lead telecom- munication networks to a heterogeneous multi-layer multi-technology structure over which multiple services can be provided. For many decades, the design and analysis of telecommunication networks were based on tools developed for the telephone systems, namely, the Erlang formulae. Given the size, complexity and evolving pace of today’s telecommunication networks as well as growing concerns about energy consumption, the original Erlang formulae are no longer adequate. Thus, there is a need for new scalable methodologies to achieve cost effective network designs and operations. The focus of this thesis is modeling, design and performance analysis of multi- layer and multi-technology networks. The primary objective is to find robust and cost- effective design and dimensioning methodologies of multi-layer communications networks. In this thesis, we propose a near-optimal analytical solution to multi-layer network design problem, which applies to an arbitrary number of layered transport technologies, and realistically sized networks with stochastic traffic models. This solution decides virtual network topologies, link capacity assignments with near optimal choices of routing paths and transport technologies so that total network installation and operation cost are minimized. The key novelty of this solution is the inclusion of stochastic traffic models in a multi-layer network optimization. The incorporation of layering and PPBP traffic introduces a complexity, which cannot readily be managed in the framework of the traditional network optimization methodologies. Fortunately, a radical simplification ensues by adopting the shortest path routing as the overall design philosophy. The optimization algorithm then becomes an iterative application of the shortest path routing together with link-by- link dimensioning, in all layers. There are interesting findings presented in this thesis, which are observed from the empirical results of our algorithm on a range of networks including the 100-node “CORONET” network. Furthermore, a new ILP solution is proposed for the multi-layer network design problem as a benchmark for our heuristic algorithm. Cost model is another fundamental element in multi-layer network design prob- lems. A correct and detailed accounting of cost model is also the foundation for networking research in the areas of network optimization, network evolution, net- work design algorithms, network performance evaluation and network management. In this thesis, we propose an idea of using the principle similar to double entry bookkeeping in general accountancy to validate network cost models and thereby the implementation of network design optimization. The key validation technique is to ensure that total network cost calculated from traffic is the same as total network cost calculated by summing the cost of devices and equipment. We show that this principle theoretically justifies pricing based optimization. We also demonstrate how double entry bookkeeping ensures correct results and how optimization fails because of invalid cost, by using the heuristic we proposed as an example. Then we further extend the cost model study to cost error sensitivity analysis of the shortest path routing algorithm. We show that shortest path routing algorithm is an efficient design principle for multi-layer networks, but it can lead to bad designs if the cost models are inaccurate. iv CITY UNIVERSITY OF HONG KONG Qualifying Panel and Examination Panel Surname: PENG First Name: Yu Degree: PhD College/Department: Department of Electronic Engineering The Qualifying Panel of the above student is composed of: Supervisor(s) Prof. ZUKERMAN Moshe Department of Electronic Engineering City University of Hong Kong Qualifying Panel Member(s) Dr. CHAN Chi Hung Sammy Department of Electronic Engineering City University of Hong Kong Dr. WONG Wing Ming Eric Department of Electronic Engineering City University of Hong Kong This thesis has been examined and approved by the following examiners: Dr. CHAN Chi Hung Sammy Department of Electronic Engineering City University of Hong Kong Dr. DAI Lin Department of Electronic Engineering City University of Hong Kong Prof. ZUKERMAN Moshe Department of Electronic Engineering City University of Hong Kong Prof. Tak-Shing Peter YUM Department of Information Engineering The Chinese University of Hong Kong This thesis is dedicated to my parents, for their endless love, support and encouragement. Acknowledgements I am using this opportunity to express my gratitude to everyone who supported me throughout my Ph.D. degree pursuing. Foremost, I would like to express my sincere gratitude to my supervisor Prof. Moshe ZUKERMAN, for continuous support of my Ph.D. study and research with his patience. Without his inspiration, mentorship, and continuous encouragement, I could not have finished my Ph.D. program and this thesis. I wish to express my gratitude to Prof. Ronald G. Addie, for his continuous inspiration, support, advice and provision in the software development and data analysis of my research work. I would like to thank all my Ph.D. panel members Dr. DAI Lin, Dr. CHAN Chi Hung Sammy and Prof. Tak-Shing Peter YUM for the helpful comments. I am especially grateful to Dr. DAI Lin for her detailed feedback. I wish to also thank Dr. CHAN Chi Hung Sammy and Dr. WONG Wing Ming Eric for serving on my Ph.D. committee. In addition, special thanks are due to Dr. Zvi ROSBERG for the opportunity to contribute to the work on job assignment on server farms and for his guidance, patience and feedback in this project. Finally, and always, I thank my parents for all the supports and encouragements they have given me over these years. The work described in this thesis was supported by grants from the Research Grants Council of the Hong Kong Special Administrative Region, China [CityU 123012] and [CityU 124709]. Table of Contents List of Figures xv List of Tables xix List of Acronyms xxi 1 Introduction1 1.1 Background and Motivations . .1 1.2 Thesis Outline . .3 1.3 List of Publications . .5 2 Telecommunications Networks: Past, Present and Future7 3 Network Architecture: Multi-layer and Multi-technology 13 3.1 OSI Model . 14 3.2 TCP/IP Reference Model . 15 3.3 The Multi-layer Model . 16 3.3.1 Enabling Technologies and Protocols . 18 3.3.2 IP/MPLS over ATM over SONET/SDH . 20 3.3.3 IP/MPLS over SONET/SDH . 21 3.3.4 IP/MPLS over Ethernet . 22 3.3.5 IP/MPLS over OTN/WDM . 22 Table of Contents 4 Multi-layer Network Modeling 25 4.1 Traffic Models . 26 4.1.1 Poisson Process . 26 4.1.2 Poisson Pareto Burst Process (PPBP) . 28 4.2 Statistical Multiplexing and Traffic Grooming . 30 4.3 Cost Model . 32 4.3.1 Minimum Cost Routing . 33 4.3.2 Cost Optimal Routing . 33 4.4 Network Design Problem Modeling . 34 4.5 Literature Review . 40 4.6 Network Mark-up Language (Netml) . 43 4.6.1 Main Features . 44 4.6.2 Current Functions . 44 4.6.3 Example . 45 5 Cost Effective Design of Multi-layer, Multi-technologies Network with Long Range Dependent Traffic 47 5.1 Introduction . 48 5.1.1 Novelty and Contributions . 52 5.2 Problem Description . 56 5.2.1 Preliminaries and Notations . 57 5.2.2 Problem Formulation . 59 5.2.3 Optimization Strategy . 61 5.3 Mathematical Formulation . 61 5.3.1 The ILP Formulation . 62 5.3.2 Comparison between the ILP and the link-path coefficient ILP 65 5.4 Solution: A Multilayer“Market” Algorithm (MMA) . 66 xii Table of Contents 5.4.1 The Selection and Testing of Candidate Virtual Permanent Links . 69 5.4.2 Fixed Point Stopping Criteria . 72 5.4.3 Modeling Choice of Technologies . 73 5.5 Implementation and Numerical Results . 74 5.5.1 Six-node Network Results . 74 5.5.2 Practical Networks Results . 78 5.5.3 Network Evolution Prediction . 78 5.5.4 Flow-size Dependent Routing . 79 5.5.5 Threshold Optimization . 81 5.5.6 Running Time of the Heuristic Algorithm . 82 5.5.7 Further Validation . 83 5.6 Summary . 83 6 Shortest Path Routing in Multi-layered Networks 85 6.1 Introduction . 86 6.2 Shortest Path in Layered Network Design . 88 6.2.1 Link Cost Instability . 89 6.2.2 Power Law Traffic . 90 6.3 Example Networks and Results . 90 6.3.1 Link-cost Inaccuracy . 93 6.3.2 The Effect of Link-cost Errors . 96 6.4 Summary . 99 7 Cost Validation in Multi-layer Network Architecture and Design 101 7.1 Introduction . 102 7.1.1 Network Cost Models . 102 7.1.2 Cost Models and Network Optimization . 103 7.2 Network Cost Models . 105 xiii Table of Contents 7.2.1 Sharing . 106 7.2.2 Aggregation . 107 7.2.3 Discounting . 107 7.2.4 Transfer between Layers . 108 7.3 Validation of Network Costs . 108 7.3.1 Validity of Price-based Optimisation Algorithms . 109 7.3.2 Spare Capacity and Investment Clawback . 110 7.4 The MMA and Its Cost Validation . 111 7.5 Experiments . 115 7.6 Summary . 118 8 Contributions, Conclusions and Future Work 119 References 123 Appendix A Parameter Tables for Netml Experiments 135 xiv List of Figures 2.1 Global IP traffic per month forcasted by Cisco. .9 3.1 Mapping between the OSI reference model, TCP/IP model and next- generation multi-layer model.
Recommended publications
  • Contributions to Network Planning and Operation of Flex-Grid/SDM Optical Core Networks
    Contributions to Network Planning and Operation of Flex-Grid/SDM Optical Core Networks by Rubén Rumipamba-Zambrano A thesis submitted in fulfillment for the degree of Doctor of Philosophy in the Broadband Communications Research Group (CBA) Computer Architecture Department (DAC) February 2019 Contents List of Figures .............................................................................................................................. 7 List of Tables ............................................................................................................................. 11 Abbreviations and Symbols ...................................................................................................... 13 Summary .................................................................................................................................... 19 Resumen ..................................................................................................................................... 21 Resum ......................................................................................................................................... 23 Acknowledgments ..................................................................................................................... 27 1 Introduction ......................................................................................................................... 1 1.1 Motivation ....................................................................................................................
    [Show full text]
  • Provisioning in Multi-Band Optical Networks
    2598 JOURNAL OF LIGHTWAVE TECHNOLOGY, VOL. 38, NO. 9, MAY 2020 Provisioning in Multi-Band Optical Networks Nicola Sambo , Alessio Ferrari , Antonio Napoli , Nelson Costa, João Pedro , Bernd Sommerkorn-Krombholz, Piero Castoldi , and Vittorio Curri (Highly-Scored Paper) Abstract—Multi-band (MB) optical transmission promises to transmission bands beyond C – where SMF can propagate light extend the lifetime of existing optical fibre infrastructures, which in single mode.1 First upgrades to L-band have been carried + usually transmit within the C-band only, with C L-band being out for example in [4]. At the moment, advanced research is also used in a few high-capacity links. In this work, we propose a physical-layer-aware provisioning scheme tailored for MB systems. considering S- [5], [6] and U-band [7] for transmission. Recent This solution utilizes the physical layer information to estimate, improvements on optical components have demonstrated, for by means of the generalized Gaussian noise (GGN) model, the example, wideband amplifiers [8], [9] and transceivers [10] with generalized signal-to-noise ratio (GSNR). The GSNR is evaluated improved optical performance. Moreover, MB transmission is assuming transmission up to the entire low-loss spectrum of optical also supported by the large amount of deployed optical fibers fiber, i.e., from 1260 to 1625 nm. We show that MB transmission may lead to a considerable reduction of the blocking probability, with negligible absorption peak at short wavelengths [11]. despite the increased transmission penalties resulting from using Until now, networking studies — e.g., on lightpath provi- additional optical fiber transmission bands. Transponders support- sioning and routing and spectrum assignment — have focused ing several modulation formats (polarization multiplexing – PM – mainly on C-band systems [12]–[16].
    [Show full text]
  • On the Impact of Optimal Modulation and FEC Overhead on Future
    Preprint, 14/09/2021, 17:49 1 On the Impact of Optimal Modulation and FEC Overhead on Future Optical Networks Alex Alvarado, David J. Ives, Seb Savory and Polina Bayvel Abstract—The potential of optimum selection of modulation paradigm, any route reconfiguration can be accommodated and forward error correction (FEC) overhead (OH) in future through the network. However, this leads to over provisioning transparent nonlinear optical mesh networks is studied from an of resources. information theory perspective. Different network topologies are studied as well as both ideal soft-decision (SD) and hard-decision The increase in traffic demand together with the devel- (HD) FEC based on demap-and-decode (bit-wise) receivers. When opment of software-defined transceivers that can adapt the compared to the de-facto QPSK with 7% OH, our results show transmission parameters to the physical channel have increased large gains in network throughput. When compared to SD-FEC, the interest in designing networks that utilize the resources 12 HD-FEC is shown to cause network throughput losses of %, more efficiently. The degrees of freedom in the transceiver 15%, and 20% for a country, continental, and global network topology, respectively. Furthermore, it is shown that most of include, e.g., the forward error correction (FEC) scheme, FEC the theoretically possible gains can be achieved by using one overhead (OH), modulation format, frequency separation (in modulation format and only two OHs. This is in contrast to the flex-grid networks), launch power, and symbol rate (see [5, infinite number of OHs required in the ideal case. The obtained Fig.
    [Show full text]
  • TRAFFIC GROOMING in WDM NETWORKS Diksha Sharma , Ashish Sachdeva Deptt
    ISSN: 2278 – 909X International Journal of Advanced Research in Electronics and Communication Engineering (IJARECE) Volume 5, Issue 7, July 2016 TRAFFIC GROOMING IN WDM NETWORKS Diksha Sharma , Ashish Sachdeva Deptt. Of Electronics And Communications JMIT, Radaur ABSTRACT Transmission of optical signals, through Fiber optic communication technology has brought a different fiber channels. revolution since 1970s. This technology has rapidly Strengthening of optical signal along longer replaced the copper wires, starting from the core channels using the devices like optical backbone networks then gradually to the metro and now amplifiers and regenerators. finally towards the access networks. WDM networks Routing or switching of optical signals using present concurrency by multiplexing more than one devices like optical or electrical switches and wavelength and transmit them simultaneously within cross-connects. the same fiber. A lightpath is an optical association, Splitting or merging of optical signals using from a source to a destination over a wavelength on multiplexers/de-multiplexers, splitters or each intermediate link. These end to end all-optical couplers. circuits tender bandwidths equivalent to the bandwidth Detecting and receiving of optical signals provided by single wavelength. Such optical networks using Optical line terminals, photo-detectors or are referred to as the wavelength division multiplexing optical receivers, by converting them in networks We have chosen HEGONS (Heterogeneous electrical signals (using transponders) [2]. Grooming Optical Network Simulator) as the tool for network simulations A Heterogeneous Grooming 1.2 Optical fibers: Optical Network Simulator (HEGON Supporting mixed Optical fiber is a communication system in which routing & wavelength assignment algorithms and light is used as a carrier and fiber is used as a optional wavelength conversions capability on each medium.
    [Show full text]
  • Optical Burst Switching (OBS) for DWDM Transmission Medium: an Overview
    ISSN (Print) : 2319-5940 ISSN (Online) : 2278-1021 International Journal of Advanced Research in Computer and Communication Engineering Vol. 2, Issue 12, December 2013 Optical Burst Switching (OBS) for DWDM transmission medium: an Overview Ms. Sampada D. Samudra1, Mrs. Shilpa P. Gaikwad2 M.Tech. Student, Dept. of Electronics, College of Engineering, Bharti Vidyapeeth Deemed University, Pune, India1 Professor, Dept. of Electronics, College of Engineering, Bharti Vidyapeeth Deemed University, Pune, India2 Abstract:This paper presents a review on optical burst switching (OBS) for dense wavelength division multiplexing (DWDM) technology. The DWDM technology is explained in brief. Then the three generations of optical networks are briefed. The different switching schemes in optical networks are compared. The advantages and issues related to OBS are reviewed. Lastly the simulator tool nOBS based on ns-2 is overviewed. Keywords: DWDM, OBS, nOBS, optical network. I. INTRODUCTION With the increasing use of multimedia on the internet there SONET/SDH on a single fiber. Hence it is a crucial is an increasing demand for high bandwidth networks. element in optical networks. The following diagram Today’s networks carry high speed data traffic along with represents the no. of channels available on a DWDM voice traffic. The up gradation of existing networks for link.[7] such traffic is very expensive. Optical technology is found The DWDM transmission system is build on an optical to be best to satisfy the growing demands of bandwidth layer which is similar to the other layers of networking. and future network services. Optical fibers can support The transmission system and the optical nodes together bandwidth up to 50 THz.
    [Show full text]
  • EFFICIENT DISCRETE RATE ASSIGNMENT and POWER OPTIMIZATION in OPTICAL COMMUNICATION SYSTEMS 4427 Is No Lower Than at Lower Rates
    JOURNAL OF LIGHTWAVE TECHNOLOGY, VOL. 35, NO. 20, OCTOBER 15, 2017 4425 Efficient Discrete Rate Assignment and Power Optimization in Optical Communication Systems Following the Gaussian Noise Model Ian Roberts, Student Member, OSA, and Joseph M. Kahn, Fellow, IEEE Abstract—Computationally efficient heuristics for solving the modem rate leads to increased complexity upstream and down- discrete-rate capacity optimization problem for optical fiber stream from the modem. Flex Ethernet [4] provides technologies communication systems are investigated. In the Gaussian noise to deliver varying data rates. In this paper, we examine the prob- nonlinearity model regime, this class of problem is an NP-hard mixed integer convex problem. The proposed heuristic minimizes lem of optimizing with 10, 25, 50, and 100 Gb/s rate steps, the number of calls required to solve the computationally intensive assuming a symbol rate of 50 Gbaud. problem of determining the feasibility of proposed discrete rate In wireline or wireless multi-carrier systems, the imposition allocations. In a live system, optimization using this algorithm of a transmitter output power cap on a frequency-dependent minimizes the number of potential discrete rate allocations channel leads to a bit rate allocation problem. For linear chan- tested for feasibility while additional discrete system capacity is extracted. In exemplary point-to-point links at 50 Gbaud with nels, this problem is solved efficiently via the Levin-Campello 50 Gb/s rate steps, the mean lost capacity per modem is reduced algorithm [5]. An important difference between the wireline from 24.5 Gb/s with truncation to 7.95 Gb/s with discrete-rate or wireless problem and the WDM optical communication optimization.
    [Show full text]
  • Multiservice Optical Switching System Coredirector FS
    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 way you compete. Network operators are faced with everincreasing and uncertain traffic demands driven by new bandwidth intensive applications, while revenue streams erode as the price per bit continues to fall. Networks have become mission- For example, “I need a 600 Mb/s critical tools as business, Ethernet connection with protection level 1 from A-to-Z government, industry, and for the next three days” O S Z consumers demand newer, faster, S and more flexible services. It is imperative that network operators Customer Location create transparent, flexible, A rapidly-provisioned, on-demand networks to meet end-user needs. Customer C To handle these new network Location demands profitably, network FlexiPort OC-3/STM-1 operators require the automation OC-12/STM-4 OC-48/STM-16 of key functions of the network. 10/100/GbE Ethernet (L1) 10/100/GbE Ethernet (L2) A programmable set of network FC/FICON/ESCON ASI/SDI/HD-SDI resources can automatically OTU-1 activate any type of service Figure 1. CoreDirector FS with Ciena’s optical platforms for a service-driven network between any set of endpoints with the most velocity and efficiency. It provides a low-touch ability to dynamically allocate, CoreDirector FS provides hardware flexibility by increase, and/or decrease network capacity in response consolidating the functionality of multiples of MSPPs, DCSs, to unpredictable demand curves. Ethernet, and Optical Transport Network (OTN) switches into a single, high-capacity intelligent switching system.
    [Show full text]
  • Fault Recovery in Carrier Ethernet, Optical and GMPLS Networks
    Journal of Communication and Computer 11 (2014) 508-523 doi: 10.17265/1548-7709/2014.06.005 D DAVID PUBLISHING Fault Recovery in Carrier Ethernet, Optical and GMPLS Networks George Tsirakakis Department of Computer Science, University of Crete, Heraklio, Greece Abstract: The trend in the current multiple technology network environment is to reduce the number of network technology layers and form a dual layer, packet over circuit architecture. Carrier Ethernet (for the packet layer), optical networks (for the circuit layer) and GMPLS, are dominant enablers in this scenario. Survivability and robustness will be of critical role for the accomplishment of a transport class of network. This paper describes the fault recovery functionalities in optical, Carrier Ethernet and GMPLS networks, considering the role of GMPLS in each scenario. We overview the currently standardized schemes and published research, evaluate different cases and comment on unresolved issues and required extensions. Key words: Fault restoration, carrier ethernet, PBB, WDM, GMPLS. 1. Introduction Section 4 presents the existing fault recovery extensions in MPLS/GMPLS and its OAM standards. Future networks are going to provide connections Multilayer fault recovery benefits, enabling of high bandwidth and for this reason, survivability technologies and research done are explained in will be a standard requirement. Survivability has been Section 5. studied for many years on different technologies. Optical network survivability is discussed in 2. Optical Network Survivability
    [Show full text]
  • A Review of Fault Management in WDM Mesh Networks: Basic Concepts and Research Challenges
    A Review of Fault Management in WDM Mesh Networks: Basic Concepts and Research Challenges Jing Zhang and Biswanath Mukherjee, University of California Abstract This article first presents a broad overview of the fault management mechanisms involved in deploying a survivable optical mesh network, employing optical cross- connects. We review various protection and restoration schemes, primary and back- up route computation methods, sharability optimization, and dynamic restoration. Then we describe different parameters that can measure the quality of service pro- vided by a WDM mesh network to upper protocol layers (e.g., IP network back- bones, ATM network backbones, leased lines, virtual private networks), such as service availability, service reliability, restoration time, and service restorability. We review these concepts, the factors that affect them, and how to improve them. In par- ticular, we present a framework for cost-effective availability-aware connection provi- sioning to provide differentiated services in WDM mesh networks. Through the framework, the more realistic scenario of multiple near-simultaneous failures can be handled. In addition, the emerging problem of protecting low-speed connections of different bandwidth granularities is also reviewed. ith the maturing of wavelength-division multi- 109 hours, Tx denotes optical transmitters, Rx denotes optical plexing (WDM) technology, one single strand receivers, and MTTR means mean time to repair. of fiber can provide tremendous bandwidth With the frequent occurrence of fiber cuts and the tremen- (potentially a few tens of terabits per second) dous traffic loss a failure may cause, network survivability WWby multiplexing many nonoverlapping wavelength channels becomes a critical concern in network design and real-time (WDM channels).
    [Show full text]
  • Flexible Architectures for Optical Transport Nodes and Networks and ROADM Design for Mesh Optical Networks with Colorless and Directionless Specification
    International Journal of Electronics Communication and Computer Engineering Volume 5, Issue 5, ISSN (Online): 2249–071X, ISSN (Print): 2278–4209 Flexible Architectures for Optical Transport Nodes and Networks and ROADM Design for Mesh Optical Networks with Colorless and Directionless Specification Ali Zarei Mahmood Abadi Abolfazl Chaman Motlagh Ehsan Ghonji Electronic M.Sc. Graduate, Assistance Professor, Faculty of Electrical Electronic M.Sc. Graduate, Azad University, Tehran, Iran and Computer, IHU, Tehran, Iran Azad University, Tehran, Iran Abstract – The network today are equipped regarding wavelength routing and reduce OEO operations colorless flexibility and scalability using colorless and directionless and the directionless architecture of ROADM and this causes handling Architecture provides these conditions. In this paper two unpredictable demand in high bandwidth, and also supplies kinds of implementing colorless and directionless one to one connection and provides new services without architecture based on PXC and WSS are explained. disrupting the desired routes. In this article, using PXC and WSS at a multi-degree node, we detect C & D ROADM Colorless and directionless ROADM architecture based architectures and then examine both architectures based on on PXC using three-dimensional MEMS based on PXC or their advantages. We will also discuss some of their ROADM based on selective wavelength switches of problems. Then a kind of colorless, directionless and device, WSS devices are identified by combination of inimitable (CD & C) architecture is proposed that combines splitter / combiner with multiple ports [1]. Advantages of properties of the C & D architectures; and considered both architectures and the problems are discussed. architecture is implemented practically. In addition, a type of colorless, directionless Flexibility in support of network topologies, dynamic architectural is proposed that can combine ROADMs capacity allocation automated network control, and making based on PXC and WSS.
    [Show full text]
  • Of the ISSN 1948-3031 Industry ISSN 1948-3031 Submarine Telecoms Forum Is Published Bimonthly by WFN Strategies
    57 M a y Voice 2011 of the ISSN 1948-3031 Industry ISSN 1948-3031 Submarine Telecoms Forum is published bimonthly by WFN Strategies. The publication may not be reproduced or transmitted in any form, in whole or in part, had a glass of wine the other day domestic and international RSS feeds, without the permission of the publishers. at Covent Garden with a business facebook profile and requisite 300 daily Submarine Telecoms Forum is an customer and friend. emails. One more platform may put me independent com mercial publication, I in overload! serving as a freely accessible forum for He had recently procured an Apple professionals in industries connected with submarine optical fibre technologies and iPhone, and was telling me about all the But I sure am happy the boys in the techniques. neat things he could now do on the fly; my backroom got that one covered. And Liability: while every care is taken in Android seemed to pale in comparison. maybe the next time someone mentions preparation of this publication, the Twitter or some other cool medium I'll look publishers cannot be held responsible for He then mentioned how, at the behest of the accuracy of the information herein, or a little more composed and sure-footed. any errors which may occur in advertising one of his children, he had added Twitter or editorial content, or any consequence to his applications, but had spent a fair arising from any errors or omissions. amount of time trying to find areas of The publisher cannot be held responsible real interest.
    [Show full text]
  • Reference Architecture for Multi-Layer Software Defined Optical Data Center Networks
    Electronics 2015, 4, 633-650; doi:10.3390/electronics4030633 OPEN ACCESS electronics ISSN 2079-9292 www.mdpi.com/journal/electronics Article Reference Architecture for Multi-Layer Software Defined Optical Data Center Networks Casimer DeCusatis School of Computer Science and Mathematics, New York State Cloud Computing and Analytics Center, Marist College, Poughkeepsie, NY 12601, USA; E-Mail: [email protected]; Tel.: +1-845-575-3883; Fax: +1-845-575-3605. Academic Editor: Lei Liu Received: 24 July 2015 / Accepted: 8 September 2015 / Published: 18 September 2015 Abstract: As cloud computing data centers grow larger and networking devices proliferate; many complex issues arise in the network management architecture. We propose a framework for multi-layer; multi-vendor optical network management using open standards-based software defined networking (SDN). Experimental results are demonstrated in a test bed consisting of three data centers interconnected by a 125 km metropolitan area network; running OpenStack with KVM and VMW are components. Use cases include inter-data center connectivity via a packet-optical metropolitan area network; intra-data center connectivity using an optical mesh network; and SDN coordination of networking equipment within and between multiple data centers. We create and demonstrate original software to implement virtual network slicing and affinity policy-as-a-service offerings. Enhancements to synchronous storage backup; cloud exchanges; and Fibre Channel over Ethernet topologies are also discussed. Keywords: cloud; software defined network; network function virtualization; Fibre Channel over Ethernet; optical 1. Introduction Traditional information technology (IT) infrastructures manage servers, storage, and networking as homogeneous silos, with extensive manual intervention by highly skilled system administrators.
    [Show full text]