Proceedings 22 IEEE International Parallel and Distributed Processing

Total Page:16

File Type:pdf, Size:1020Kb

Proceedings 22 IEEE International Parallel and Distributed Processing Proceedings 22nd IEEE International Parallel and Distributed Processing Symposium IPDPS 2008 Advance Program Abstracts Abstracts for both contributed papers and all workshops have been compiled to allow authors to check accuracy and so that visitors to this Website may preview the papers to be presented at the conference. Full proceedings of the conference will be published on a cdrom to be dis- tributed to registrants at the conference. Summary of Contents IEEE International Parallel and Distributed Processing Symposium 1 Session 1: Algorithms - Scheduling 2 Session 2: Applications - General Applications 5 Session 3: Architecture - Input/Output 8 Session 4: Software - Redundancy and Faults 11 Session 5: Algorithms - Numerical Algorithms 14 Session 6: Applications - P2P Systems Architecture 17 Session 7: Architecture - Multi-core 21 Session 8: Software - Implementing Message Passing 24 Session 9: Algorithms - P2P and Overlay Networks 27 Session 10: Applications - Grids 30 Session 11: Architecture - Supercomputing/SIMD 34 Plenary Session: Best Papers 37 Session 12: Algorithms - Communication Algorithms 41 Session 13: Applications - P2P Structure 44 Session 14: Architecture - Power/SMT/ILP 47 Session 15: Software - Tuning and Performance 50 Session 16: Algorithms - Theory 53 Session 17: Applications - P2P Reliability and Trust 56 Session 18: Architecture - Networks 59 Session 19: Software - Language Features and Implementation 63 Session 20: Algorithms - Fault Tolerance 66 Session 21: Applications - Sensors 69 Session 22: Applications - Web Applications 72 Session 23: Software - Resource Management and Scheduling 75 Session 24: Algorithms - Sensor Networks 78 i Session 25: Applications - Additional Applications 81 Session 26: Applications - Applications and the Cell Processor 84 Heterogeneity in Computing Workshop 87 Workshop on Parallel and Distributed Real-Time Systems 94 Reconfigurable Architectures Workshop 101 Workshop on High-Level Parallel Programming Models & Supportive Environments 122 Workshop on Java and Components for Parallelism, Distribution and Concurrency 130 Workshop on Nature Inspired Distributed Computing 136 Workshop on High Performance Computational Biology 146 Advances in Parallel and Distributed Computing Models 152 Communication Architecture for Clusters 162 NSF Next Generation Software Program 168 High-Performance, Power-Aware Computing 198 High Performance Grid Computing 204 Workshop on System Management Techniques, Processes, and Services 211 Workshop on Parallel and Distributed Scientific and Engineering Computing 218 Performance Modeling, Evaluation, and Optimisation of Ubiquitous Computing and Networked Systems 232 Dependable Parallel, Distributed and Network-Centric Systems 242 International Workshop on Security in Systems and Networks 250 International Workshop on Hot Topics in Peer-to-Peer Systems 256 Workshop on Large-Scale, Volatile Desktop Grids 263 Workshop on Multi-Threaded Architectures and Applications 271 Workshop on Parallel and Distributed Computing in Finance 277 Workshop on Large-Scale Parallel Processing 284 ii IEEE International Parallel & Distributed Processing Symposium IPDPS 2008 1 SESSION 1 Algorithms - Scheduling 2 Efficient Resource Management Using Advance Reservations for Heterogeneous Grids Claris Castillo, George N. Rouskas and Khaled Harfoush Department of Computer Science North Carolina State University Raleigh, NC 27695 Email: {ccastil,rouskas,kaharfou}@ncsu.edu Support for advance reservations of resources plays a key role in Grid resource management as it enables the system to meet user expectations with respect to time requirements and temporal dependence of applications, increases predictability of the system and enables co-allocation of resources. Despite these attractive features, adoption of advance reservations is limited mainly due to the fact that related algorithms are typically complex and fail to scale to large and loaded systems. In this work we consider two aspects of advance reservations. First, we investigate the impact of heterogeneity on Grid resource management when advance reservations are supported. Second, we employ techniques from computational geometry to develop an efficient heterogeneity-aware scheduling algorithm. Our main finding is that Grids may benefit from high levels of resource heterogeneity, independently of the total system capacity. Our results show that our algorithm performs well across several user and system performance and overcome the lack of scalability and adaptability of existing mechanisms. Online Scheduling in Grids Uwe Schwiegelshohn Andrei Tchernykh Technische Universitat¨ Dortmund CICESE Research Center Robotics Research Institute 22860 Ensenada, Baja California, Mexico 44221 Dortmund, Germany [email protected] [email protected] Ramin Yahyapour Technische Universitat¨ Dortmund IT and Media Center 44221 Dortmund, Germany [email protected] This paper addresses nonclairvoyant and nonpreemptive online job scheduling in Grids. In the applied basic model, the Grid system consists of a large number of identical processors that are divided into several machines. Jobs are independent, they have a fixed degree of parallelism, and they are submitted over time. Further, a job can only be executed on the processors belonging to the same machine. It is our goal to minimize the total makespan. We show that the performance of Garey and Graham’s list scheduling algorithm is significantly worse in Grids than in multiprocessors. Then we present a Grid scheduling algorithm that guarantees a competitive factor of 5. This algorithm can be implemented using a “job stealing” approach and may be well suited to serve as a starting point for Grid scheduling algorithms in real systems. 3 Scheduling with Storage Constraints Erik Saule, Pierre-Franc¸ois Dutot and Gregory´ Mounie´ LIG - MOAIS Team Grenoble Universites,´ France {firstname.lastname}@imag.fr Cumulative memory occupation is a quite intuitive but not so studied constraint in scheduling. The interest in such a constraint is present in multi-System-on-Chip, embedded systems for storing instruction code, or in scientific computation for storing results. Memory occupation seen as a constraint is impossible to solve with approximation algorithms. We believe that transforming the constraint into a second objective to optimize helps to deal with such constraints. The problem addressed in this paper is to schedule tasks on identical processors in order to minimize both maximum completion time and maximum cumulative memory occupation. For independent tasks, a family of algorithms with good approximation ratios based on a PTAS is given. Several approximation ratios are proved to be impossible to achieve with any schedule. The precedence constrained case is then studied and a family of performance guaranteed algorithms based on List Scheduling is proposed. Finally, optimizing the mean completion time as a third objective is also studied and a tri-objective algorithm is given. Portioned Static-Priority Scheduling on Multiprocessors Shinpei Kato and Nobuyuki Yamasaki School of Science for Open and Environmental Systems Keio University, Japan {shinpei,yamasaki}@ny.ics.keio.ac.jp This paper proposes an efficient real-time scheduling algorithm for multiprocessor platforms. The algorithm is a derivative of the Rate Monotonic (RM) algorithm, with its basis on the portioned scheduling technique. The theoretical design of the algorithm is well implementable for practical use. The schedulability of the algorithm is also analyzed to guarantee the worst-case performance. The simulation results show that the algorithm achieves higher system utilizations, in which all tasks meet deadlines, with a small number of preemptions compared to traditional algorithms. 4 SESSION 2 Applications - General Applications 5 A Parallel Software Toolkit for Statistical 3-D Virus Reconstructions from Cryo Electron Microscopy Images Using Computer Clusters with Multi-core Shared-Memory Nodes Yili Zheng and Peter C. Doerschuk School of Electrical and Computer Engineering, Purdue University West Lafayette, IN 47907-1285 USA Department of Biomedical Engineering and School of Electrical and Computer Engineering, Cornell University Ithaca, NY 14853-5401 USA A statistical approach for computing 3-D reconstructions of virus particles from cryo electron microscope images and minimal prior information has been developed which can solve a range of specific problems. The statistical approach causes high computation and storage complexity in the software implementation. A parallel software toolkit is described which allows the construction of software targeted at commodity PC clusters which is modular, reusable, and user-transparent while at the same time delivering nearly linear speedup on practical problems. Modeling and Predicting Application Performance on Parallel Computers Using HPC Challenge Benchmarks Wayne Pfeiffer and Nicholas J. Wright San Diego Supercomputer Center, La Jolla CA 92093-0505, USA {pfeiffer, nwright}@sdsc.edu A method is presented for modeling application performance on parallel computers in terms of the performance of micro- kernels from the HPC Challenge benchmarks. Specifically, the application run time is expressed as a linear combination of inverse speeds and latencies from microkernels or system characteristics. The model parameters are obtained by an automated series of least squares fits using backward elimination to ensure statistical significance. If necessary, outliers are deleted to ensure that the
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]
  • Download Gtx 970 Driver Download Gtx 970 Driver
    download gtx 970 driver Download gtx 970 driver. Completing the CAPTCHA proves you are a human and gives you temporary access to the web property. What can I do to prevent this in the future? If you are on a personal connection, like at home, you can run an anti-virus scan on your device to make sure it is not infected with malware. If you are at an office or shared network, you can ask the network administrator to run a scan across the network looking for misconfigured or infected devices. Another way to prevent getting this page in the future is to use Privacy Pass. You may need to download version 2.0 now from the Chrome Web Store. Cloudflare Ray ID: 67a229f54fd4c3c5 • Your IP : 188.246.226.140 • Performance & security by Cloudflare. GeForce Windows 10 Driver. NVIDIA has been working closely with Microsoft on the development of Windows 10 and DirectX 12. Coinciding with the arrival of Windows 10, this Game Ready driver includes the latest tweaks, bug fixes, and optimizations to ensure you have the best possible gaming experience. Game Ready Best gaming experience for Windows 10. GeForce GTX TITAN X, GeForce GTX TITAN, GeForce GTX TITAN Black, GeForce GTX TITAN Z. GeForce 900 Series: GeForce GTX 980 Ti, GeForce GTX 980, GeForce GTX 970, GeForce GTX 960. GeForce 700 Series: GeForce GTX 780 Ti, GeForce GTX 780, GeForce GTX 770, GeForce GTX 760, GeForce GTX 760 Ti (OEM), GeForce GTX 750 Ti, GeForce GTX 750, GeForce GTX 745, GeForce GT 740, GeForce GT 730, GeForce GT 720, GeForce GT 710, GeForce GT 705.
    [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]
  • Geforce 500 Series Graphics Cards, Including Without Limitation the Geforce GTX
    c) GeForce 500 series graphics cards, including without limitation the GeForce GTX 580, GeForce GTX 570, GeForce GTX 560 Ti, GeForce GTX 560, GeForce GTX 550 Ti, and GeForce GT 520; d) GeForce 400 series graphics cards, including without limitation the GcForcc GTX 480, GcForcc GTX 470, GeForce GTX 460, GeForce GTS 450, GeForce GTS 440, and GcForcc GT 430; and c) GcForcc 200 series graphics cards, including without limitation the GeForce GT 240, GcForcc GT 220, and GeForce 210. 134. On information and belief, the Accused ’734 Biostar Products contain at least one of the following Accused NVIDIA ’734 Products that infringe at least claims 1-3, 7-9, 12-15, 17, and 19 of the ’734 patent, literally or under the doctrine of equivalents: the GFIOO, GFl04, GF108, GF110, GF114, GF116, GF119, GK104, GKIO6, GK107, GK208, GM107, GT2l5, GT2l6, and GT2l8, which are infringing NVIDIA GPUs. (See Section VI.D.1 and claim charts attached as Exhibit 28.) 3. ECS 135. On information and belief, ECS imports, sells for importation, and/or sells after importation into the United States, Accused Products that incorporate Accused NVIDIA ’734 Products (the “Accused PCS ’734 Products”) and therefore infringe the ’734 patent, literally or under the doctrine of equivalents. 136. On information and belief, the Accused ECS "/34 Products include at least the following products that directly infringe at least claims 1-3, 7-9, 12-15, 17, and 19 of the ’734 patent, literally or under the doctrine of equivalents: a) GeForce 600 series graphics cards, including without limitation
    [Show full text]
  • Nvida Geforce Driver Download Geforce Game Ready Driver
    nvida geforce driver download GeForce Game Ready Driver. Game Ready Drivers provide the best possible gaming experience for all major new releases. Prior to a new title launching, our driver team is working up until the last minute to ensure every performance tweak and bug fix is included for the best gameplay on day-1. Game Ready for Naraka: Bladepoint This new Game Ready Driver provides support for Naraka: Bladepoint, which utilizes NVIDIA DLSS and NVIDIA Reflex to boost performance by up to 60% at 4K and make you more competitive through the reduction of system latency. Additionally, this release also provides optimal support for the Back 4 Blood Open Beta and Psychonauts 2 and includes support for 7 new G-SYNC Compatible displays. Effective October 2021, Game Ready Driver upgrades, including performance enhancements, new features, and bug fixes, will be available for systems utilizing Maxwell, Pascal, Turing, and Ampere-series GPUs. Critical security updates will be available on systems utilizing desktop Kepler- series GPUs through September 2024. A complete list of desktop Kepler-series GeForce GPUs can be found here. NVIDIA TITAN Xp, NVIDIA TITAN X (Pascal), GeForce GTX TITAN X, GeForce GTX TITAN, GeForce GTX TITAN Black, GeForce GTX TITAN Z. GeForce 10 Series: GeForce GTX 1080 Ti, GeForce GTX 1080, GeForce GTX 1070 Ti, GeForce GTX 1070, GeForce GTX 1060, GeForce GTX 1050 Ti, GeForce GTX 1050, GeForce GT 1030, GeForce GT 1010. GeForce 900 Series: GeForce GTX 980 Ti, GeForce GTX 980, GeForce GTX 970, GeForce GTX 960, GeForce GTX 950. GeForce 700 Series: GeForce GTX 780 Ti, GeForce GTX 780, GeForce GTX 770, GeForce GTX 760, GeForce GTX 760 Ti (OEM), GeForce GTX 750 Ti, GeForce GTX 750, GeForce GTX 745, GeForce GT 740, GeForce GT 730, GeForce GT 720, GeForce GT 710.
    [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]
  • Nvidia Gtx 1060 Ti Driver Download Windows 10 NVIDIA GEFORCE 1060 TI DRIVERS for WINDOWS 10
    nvidia gtx 1060 ti driver download windows 10 NVIDIA GEFORCE 1060 TI DRIVERS FOR WINDOWS 10. Driver download drivers from it is a driver development. Plug the firm first or 1080 ti but not a beat. The mobile nvidia geforce gtx 1060 is a graphics card for high end is based on the pascal architecture and manufactured in 16 nm finfet at tsmc. The geforce 16 nm finfet at 80 w maximum. The geforce gtx 10 series has been superseded by the revolutionary nvidia turing architecture in the gtx 16 series and rtx 20 series. GIGABYTE B75M-D3H. To confirm the type of system you have, locate driver type under the system information menu in the nvidia control panel. I installed in full hd gaming experience. Being a single-slot card, the nvidia geforce 605 oem does not need any extra power adapter, and its power draw is ranked at 25 w maximum. Nvidia geforce 605 drivers download, update, windows 10, 8, 7, linux this nvidia graphics card includes the nvidia geforce 605 processor. Nvidia geforce gtx 1660 ti max-q vs gtx 1060 comfortable win for the max-q. Windows Server. After you've previously had the software that the group leaders. Powered by nvidia pascal the most advanced gpu architecture ever created the geforce gtx 1060 delivers brilliant performance that opens the door to virtual reality and beyond. Nvidia gtx 1080, gtx 1080, and update. Being a mxm module card, the nvidia geforce gtx 1060 max-q does not require any additional power connector, its power draw is rated at 80 w maximum.
    [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]