Fast Approximate Dimensioning and Performance Analysis of Mesh Optical Networks

Total Page:16

File Type:pdf, Size:1020Kb

Fast Approximate Dimensioning and Performance Analysis of Mesh Optical Networks Design of Reliable Communication Networks (DRCN) 2003, Banff, Alberta, Canada, October 19-22, 2003 Fast Approximate Dimensioning and Performance Analysis of Mesh Optical Networks Jean-François Labourdette*, Senior Member, IEEE, Eric Bouillet*, Member, IEEE, Ramu Rama- murthy#, Ahmet A. Akyamaç*, Member, IEEE *Tellium, 2 Crescent Place, Oceanport, NJ 07757, USA #Ciena Corp., 5965 Silver Creek Valley Road, San Jose, CA 95138, USA E-mail: [email protected], [email protected], [email protected], [email protected] Abstract – This paper presents a collection of approximation tivity between client equipments such as routers, also shown formulas that allow a network planner to quickly estimate the in Figure 1. size of a mesh optical network with limited inputs. In particular, it provides a set of equations that relate number of sites, average There exist several schemes for providing protection and fiber connectivity, demand load and capacity for various mesh restoration of traffic in networks. They range from protecting protection architectures. These results can be used to easily and single links or spans to protecting traffic end-to-end at the path quickly estimate the amount of traffic that can be carried over a level. In addition, the protection capacity can be assigned in given network, or, conversely, given the traffic to be supported, advance to pre-computed back-up routes or those routes can to assess the characteristics of the topology required (in terms of be computed in real-time after the failure. Different schemes number of nodes, connectivity). Finally, this analysis can be used achieve different trade-offs between restoration speed and to estimate the restoration performance that can be expected capacity efficiency [1]. without requiring any extensive simulation studies. Index Terms – Optical networks, mesh networking, restoration, performance analysis. I. INTRODUCTION While investigating, designing, or even negotiating a data- Network port transport network it is always valuable to quickly anticipate a realistic gross estimate of its dimensions and cost. Very often DWDM system the available information and/or time are insufficient to pro- Lightpath ceed with a full-scale study of the network. The task is further Digital hindered by increasingly complex protection architectures. For IP-router Fiber ports instance, in shared mesh restoration, additional capacity is reserved to secure for every demand an alternate route that serves as backup in case of failure occurrence along its pri- Add/drop Optical Switch Optical line ports mary route. Since not all demands will be affected by a single fabric failure, the reserved capacity can be shared among multiple demands. The amount of sharing and average time to re- Figure 1: Optical mesh network establish services after any failures are difficult to estimate. In end-to-end or path protection, the ingress and egress The objective of this paper is to provide the framework and nodes of the failed optical connection attempt to restore the the formulas to estimate fundamental network characteristics signal on a predefined backup path, which is SRLG1-disjoint, and performance within an acceptable range of reality without or diverse, from the primary path [2,3,4,5]. Path diversity having to resort to advanced network planning and modeling guarantees that primary and backup lightpaths will not simul- tools. These tools will then be used in a second phase when taneously succumb to a single failure. Unlike local span pro- more detailed designs are required. The model and formulas tection, back-up paths are provisioned with the working paths presented are also very useful in understanding some funda- and thus the restoration does not involve further real-time path mental behavior of networks as they capture and highlight the computations. Another aspect of path protection is that the key relationships between different network characteristics restoration processing is distributed among ingress and egress (size, node degree, switch size, utilization…) and traffic de- nodes of all the lightpaths involved in the failure, compared to mand characteristics, and network performance (capacity, res- local span protection where a comparable amount of process- toration times,…). We apply our model and techniques to op- ing is executed by a smaller set of nodes, those adjacent to the tical mesh networks shown in Figure 1 made of optical switches connected to each other over inter-office DWDM systems. The optical switches provide lightpath-based connec- 1 The concept of Shared Risk Link Group (SRLG) is used to model the failure risk associated with links riding the same fiber or conduit [1,3]. 0-7803-8118-1/03/$17.00 © 2003 IEEE 428 Design of Reliable Communication Networks (DRCN) 2003, Banff, Alberta, Canada, October 19-22, 2003 failure. In the following we will only consider the cases where capacity utilization and recovery time. In mesh restoration, the protection path is failure-independent and is thus the same node-diversity between primary and backup paths does not for all types of failures. By way of this restriction, the restora- guarantee full protection against node failures. Additional tion paths may be computed and assigned before failure occur- sharing restrictions are required to guarantee restoration in rence. There are two subtypes of path protection: (1) dedicated case of node failure (for those lightpaths that did not terminate mesh (1+1) protection, and (2) shared mesh restoration. or originate at the failed node). Protection against node failure Dedicated or 1+1 mesh protection is illustrated in Figure 2. generally requires more bandwidth. See [2,3] for further de- The network consists of four logical nodes (A to D) and two tails and experimental results. demands (AB and CD) accommodated across an eight node optical network (S to Z.) The provisioning algorithm of this The procedure to route a lightpath consists of two tasks: (1) architecture computes and establishes simultaneously the pri- route selection, and (2) channel selection. Route selection in- maries and their SRLG-disjoint protection paths. During nor- volves computation of the primary and backup paths from the mal operation mode, both paths carry the optical signal and the ingress port to the egress port across the mesh optical network. egress selects the best copy out of the two. In the example of Channel selection deals with selecting individual optical chan- Figure 2, all the optical channels on primary and secondary nels along the primary and backup routes. The problems of paths are active. In particular, the configuration reserves two selecting a route together with selecting channels on the route optical channels between nodes S and T for protection. This is are closely coupled and if an optimal solution is sought both the fastest restoration scheme since for every lightpath one problems should be solved simultaneously. In this paper, we device is responsible for all the necessary failure detection and assume that routing computation is done with access to the restoration functions. But it is also the most exigent in terms complete network information, and that a k-shortest path ap- of resource consumption. If protection against node failure is proach is used for both the primary and back-up paths. See also desired, then primary and backup paths must be node dis- [12-14] for comparison of routing efficiency when only partial joint in addition to SRLG-disjoint. information is available. UWPrimary for demand AB UWPrimary for demand AB AB AB V V Bridging (both lightpaths are active) Optical line reserved for shared Secondary for demand AB protection of demands AB and CD TS TS Secondary for demand CD Cross-connections are established Cross-connections are not established on secondary paths before failure Y Y C D C D XZPrimary for demand CD XZPrimary for demand CD Figure 2. Dedicated mesh (1+1) protection Figure 3. Shared mesh restoration: before failure As in dedicated protection, in shared mesh restoration pro- tection paths are predefined, except that the cross-connections along the paths are not created until a failure occurs (see UWPrimary for demand AB is not affected Figure 3 and Figure 4). During normal operation modes the AB spare optical channels reserved for protection are not used. We V refer to such channels as reserved (for restoration) channels. Optical line carries Since the capacity is only “soft reserved”, the same optical protection of demands CD channel can be shared to protect multiple lightpaths. There is a TS condition though that two backup lightpaths may share a re- served channel only if their respective primaries are SRLG- Cross-connections are established disjoint, so that a failure does not interrupt both primary paths. after failure occurs Link failure If that happened, there would be contention for the reserved Y channel and only one of the two lightpaths would be success- C D fully restored. Shared mesh restoration involves slightly more XZ processing to signal and establish the cross-connections along the restoration path. There is thus an evident trade-off between Figure 4. Shared mesh restoration: after failure 429 Design of Reliable Communication Networks (DRCN) 2003, Banff, Alberta, Canada, October 19-22, 2003 The outline of the paper is as follows. In Section II, we pro- c d z vide an analysis for approximating the path length and the b protection capacity in mesh restorable networks. In Section e h III, we derive dimensioning formulas that approximate the a number of lightpaths that can be carried in a maximally loaded h=3 f network of given size and connectivity. We validate these ap- f proximations and give some examples in Section IV. In Sec- g i tion V, we use the analysis to estimate the restoration per- formance in mesh restorable networks. We conclude the paper in Section VI. c d z II. APPROXIMATE PATH LENGTH & PROTECTION CA- b PACITY ANALYSIS h e h’=6 In what follows, we represent a WDM network as a graph.
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]