Title: Collaborative research: End-to-End Provisioned Optical Network Testbed for Large-Scale escience Applications

Size: px
Start display at page:

Download "Title: Collaborative research: End-to-End Provisioned Optical Network Testbed for Large-Scale escience Applications"

Transcription

1 Year 3 Activities report for the NSF project EIN Title: Collaborative research: End-to-End Provisioned Optical Network Testbed for Large-Scale escience Applications Date: July 21, 2006 PI: Malathi Veeraraghavan, mv5g@virginia.edu Please reiterate the goals and objectives of your efforts, and summarize the research and education activities you have engaged in that aim to achieve these objectives. Include experiments you have conducted, the simulations you have run, the collecting you have done, the observations you have made, the materials you have developed, and major presentations you have made about your efforts. In a later section you will list more formally any publications and other specific products (database, collections, software, inventions, etc.) that have resulted. The goal of this project is to develop the infrastructure and networking technologies to support a broad class of escience projects and specifically the Terascale Supernova Initiative. Our objectives are to design and deploy a high-performance, experimental optical network infrastructure and to test application/ middleware/transport protocol software, developed specifically for escience projects, on this network. Our two target applications are file transfers and remote visualization. The objective of our basic research activities this year has been centered around comparing the conditions under which the Immediate-Request (IR) and Book-Ahead (BA) modes of bandwidth sharing are suitable. We have developed analytical models and run simulations to understand the fundamental aspects of these two bandwidth-sharing modes. The objective of our experimental research activities has been to extend the CHEETAH network to connect University of Virginia (UVa) and City University of New York (CUNY), and complete release of a CHEETAH software package for Linux end hosts, consisting of the circuit requestor, which allows a user to request dedicated 1Gb/s Ethernet circuits to remote hosts whenever needed, and Circuit-TCP (CTCP) software to provide transport-layer functions across dedicated endto-end circuits. The objective of our educational activities was to graduate some of our Masters and doctoral students supported by this grant, and offer our undergraduate students opportunities to conduct experiments and write software for the CHEETAH network. More generally, our goal was to have students learn about optical networks, and acquire inter-disciplinary skills spanning operating systems, distributed systems, parallel computing and networking. 1

2 Below is a summary list of all our activities in this project to date (Aug July 2006), which includes experiments we have conducted, and some observations we have made (more details on our observations are listed in the findings attachment): CHEETAH wide-area network (primarily work of postdoctoral fellow, Xuan Zheng, with support from graduate student, Xiangfei Zhu): Fig. 1 shows the current CHEETAH network. This year, we extended the reach of the CHEETAH network to UVa and CUNY through the Figure 1: Current CHEETAH network deployment (as of July 21, 2005) use of Vortex links in Virginia, NYSERnet connectivity in New York, a HOPI VLAN from New York to Washington, two MPLS tunnels from Washington to Raleigh, NC on the Abilene and NCREN networks. With this connectivity, we are able to connect our laboratories at UVa and CUNY via 1GbE links to the CHEETAH network. Details of this connection are shown in Fig. 2. The second enhancement was that ORNL provided us with the OC192 link between the Sycamore switches at Atlanta and ORNL. Last year we were using two 1Gb/s MPLS tunnels between these switches. Next, we added Georgia Tech to the CHEETAH network. Prof. Karsten Schwan, CS department, Georgia Tech, is planning experiments on this network. Next, we completed implementation of a secure control-plane network for CHEETAH, designed for scalability, and completed a thorough document on our design ( Finally, we have deployed a centralized name server for the CHEETAH network and configured DNS data (including the TXT 2

3 resource record) for all CHEETAH hosts. This has been working in a stable manner. Soon we will distribute this data to operational DNS servers in each enterprise where CHEETAH hosts are located. We published a paper on the CHEETAH testbed in IEEE Comm. Mag., Aug issue. Figure 2: The 1GbEthernet links from UVA and CUNY to the CHEETAH Raleigh PoP at MCNC Application support for TSI (primarily work of post-doctoral fellow, Xuan Zheng): We supported Prof. John Blondin in his use of the CHEETAH network for remote visualization using the Ensight software. Data generated from the TSI simulations executed on the ORNL Cray X1 is moved to a 64-node visualization cluster called hawk.ccs.ornl.gov, which runs the Ensight Server-of-Servers (SOS) software and a server on each host of the cluster. As this cluster is required to be located behind the ORNL firewall, we cannot connect it directly to the CHEETAH network. Instead we place a host called zelda4 on the CHEETAH network and run an Ensight software module, referred to as the hub to relay visualization data and control between Ensight clients connected to the CHEETAH network to the Ensight server running on the hawk cluster. The processing capability and memory of host zelda4 is inadequate to run the Ensight SoS and servers; therefore we use the hawk cluster. An Ensight client module is executed on the head node of the viz cluster located at NCSU. This is a 4-node cluster with a head node, called viz-head, connected to three viz-nodes. The viz-nodes run a process called crserver, which is part of the Chromium display software package. The viz- 3

4 Figure 3: Remote visualization across CHEETAH head routes data received by the Ensight client to the various crserver modules to visualize the TSI simulation data on the 6-panel wide-scope display. The high-speed connectivity internal to ORNL (between hawk and zelda4) and the high-speed wide-area circuit across the CHEETAH network help improve the remote visualization experience for the scientist. We tried another configuration in which the hub was executed at the vizhead and zelda4 was configured to merely serve as an IP router forwarding packets from hawk onto the CHEETAH network. With regards to the file transfer application, we demonstrated that once a dedicated GbE circuit is established from ORNL to NCSU, basic ftp over TCP offers excellent throughput (close to 750Mbps disk-to-disk transfers; see our report on documents/others/file-transfers.doc). However, the Cray X1(E), which the TSI scientists use for their computations, has poor network I/O performance. Our ORNL and NCSU co-pis will report on this significant bottleneck. Basic research (work of graduate student, Xiuduan Fang): The goal of this study was to determine what type of applications are well served by GMPLS networks (e.g., CHEETAH), which currently only supports immediate-request (IR) calls. We used two metrics, call blocking probability and utilization, as measures of application suitability. Applications leading to low call blocking probability and high utilization are desirable. We characterized applications by their 4

5 per-circuit bandwidth requirements and mean call-holding time. Then, we divided applications into two types, ones in which the per-circuit bandwidth and mean call-holding time are independent (e.g., remote visualization) and ones in which they are dependent (file transfers) and presented bandwidth sharing models for these two types of applications. In our bandwidth sharing models, we assumed that calls arrive according to a Poisson process and file sizes can be modeled with a Pareto distribution. We also assumed that all calls are of the same type and share bandwidth on a single link. We computed numerical results for both models. Our results are presented in the findings report (item 5). Basic research (work of graduate student, Xiangfei Zhu): We developed a novel discrete-time Markov chain model for book-ahead bandwidth-sharing mechanisms. We used this analytical model and a simulation model to understand the benefits of book-ahead (BA) bandwidth-sharing when compared to the immediate-request (IR) call-blocking mode of bandwidth-sharing in circuit-switched networks. We studied two different BA schemes, BA-all, in which the caller accepts any set of available timeslots, and BA-n, in which the caller specifies n call-initiation time options. Our results are presented in the findings report (item 7). Signaling software (work of graduate student, Xiangfei Zhu): We have completed a stable release of signaling-related software programs for CHEETAH end hosts, which includes the circuit-requestor (with integrated OCS-client), RSVPD and cheetahd daemons. The circuit-requestor offers users an interface through which to request a 1Gb/s Ethernet circuit. It communicates with the cheetahd daemon, which manages the bandwidth of the host s secondary NIC, configures the data-plane tables (IP routing and ARP tables) and communicates with the RSVPD daemon. The latter generates and receives RSVP-TE messages from the Sycamore switch controller. IPsec tunnels are configured through openswan software from each host to its corresponding Sycamore switch PoP to secure the RSVP-TE communication. This end-host software is deployed on the CHEETAH network, and interoperates well with the Sycamore GMPLS implementation. We measured call setup delays across a two-hop path and found it to be 166ms for OC1 or OC3 circuits, and ~5sec for GbEtherent-SONET-GbE Ethernet circuits. This is because the 21 OC1s of the virtually concatenated SONET circuit are set up individually (results are published in an IEEE ICC06 paper). Since this delay is unacceptably high for file transfers, we worked with Sycamore to have them provide us a new release of the signaling software for GbE-SONET-GbE circuits. Using STS-3c as the basic signal type, they reduced the call setup delay for these circuits to around 1.5sec. We have posted the software and a user guide on our cheetah web site. 5

6 Transport protocol (work of graduate student, Anant P. Mudambi): We completed implementation of a Circuit-TCP (CTCP) solution for dedicated high-speed end-to-end circuits. Our results are published in an IEEE ICC06 paper and the software is available on our web site. This solution includes a CTCP patch for the Linux kernel, which modifies both Linux TCP code and Web100 code, and two user-space programs called CTCP-WAD (Work- Around Daemon) and a tester application program. Routing decision software and heterogeneous networks (work of graduate student, Zhanxiang Huang): Our activities centered around creating a measurements-oriented database to collect delay measurements for file transfers on the TCP path. We combined this with an estimate of delay on the circuit path to make a routing decision. The software is now ready for use but has not yet been integrated with our applications. This is the next step. We studied the signaling and routing aspects of interconnecting heterogeneous networks and published this work in an IEEE Comm. Mag. paper in March Project management: We coordinated activities between all four participating organizations. We supported the CUNY team in their development of CVLSR (with design and OSPF testing). We worked with the ORNL and NCSU teams to facilitate the TSI applications of file transfers and remote visualization. We worked closely with ORNL on CHEETAH network enhancements. Educational activities include the following. Three students, Zhanxiang Huang, Xiuduan Fang and Anant P. Mudambi, obtained theirs Masters degrees this year. Xiuduan and Anant wrote MS theses while Zhanxiang obtained an MCS degree. Xiuduan is continuing on with support of this project for a Ph.D. Xiangfei Zhu was advanced to candidacy and will be defending his Ph.D. proposal soon. Undergraduate students, Erik Halseth, Albert Varma, Chris Dahl, Robert Anthony, Mike Wolynec, did their undergraduate senior thesis work on CHEETAH-related projects. Students have taken full advantage of the opportunities provided in realizing this wide-area testbed and learning the use of all the equipment we have procured. Significant learning focussed on the topics of public vs. private IP addressing, control-plane design, writing and testing code to improve robustness, and learning modeling techniques. Materials: The materials we developed include papers and software. The publications are listed in the Products part of this report. We published two journal papers, and three conference papers. Software developed in the project along with presentations are being posted on our project web site: A list of presentations are provided below. 6

7 Presentations (the second and fifth were done by Xuan Zheng, and the rest by Malathi Veeraraghavan): Title of Presentation Meeting Place Date CHEETAH network and applications Remote visualization over the CHEETAH network Applications and CHEETAH Rapidly Reprovisioned Optical Communications Testbed High Quality Video Applications across High-Speed Optical Networks Status of US optical networking R&D Match between Grid Computing and GMPLS networks, Enabling a connection-oriented internet UVa SEAS Research & Technology Showcase at the Fairfax County Economic Development Meeting Meeting of the MCNC Board of Directors MCNC Applications Symposium JFCOM/UVa meeting UVa CS Department Open House NSF/EU Workshop on Optical Networks NSF/EU Workshop on Optical Networks Brookhaven Natl. Labs. Upton, NY UVa Northern Virginia Campus July 13, 2006 RTP, NC April 27, 2006 Research Triangle Park, MC Charlottesville, VA Charlottesville, VA Brussels, Belgium Brussels, Belgium May 16, 2005 April 10, 2006 March 21, 2006 Feb. 25, 2006 June 27-28, 2005 June 27-28, 2005 May 16,

Title: Collaborative research: End-to-End Provisioned Optical Network Testbed for Large-Scale escience Applications

Title: Collaborative research: End-to-End Provisioned Optical Network Testbed for Large-Scale escience Applications Year 1 Activities report for the NSF project EIN-0335190 Title: Collaborative research: End-to-End Provisioned Optical Network Testbed for Large-Scale escience Applications Date: July 29, 2004 (this is

More information

Title: Collaborative research: End-to-End Provisioned Optical Network Testbed for Large-Scale escience Applications

Title: Collaborative research: End-to-End Provisioned Optical Network Testbed for Large-Scale escience Applications Year 2Activities report for the NSF project EIN-0335190 Title: Collaborative research: End-to-End Provisioned Optical Network Testbed for Large-Scale escience Applications Date: July 15, 2005 PI: Malathi

More information

Title: Collaborative research: End-to-End Provisioned Optical Network Testbed for Large-Scale escience Applications

Title: Collaborative research: End-to-End Provisioned Optical Network Testbed for Large-Scale escience Applications Year 4 Activities report for the NSF project EIN-0335190 Title: Collaborative research: End-to-End Provisioned Optical Network Testbed for Large-Scale escience Applications Date: July 21, 2007 PI: Malathi

More information

A TRANSPORT PROTOCOL FOR DEDICATED END-TO-END CIRCUITS

A TRANSPORT PROTOCOL FOR DEDICATED END-TO-END CIRCUITS A TRANSPORT PROTOCOL FOR DEDICATED END-TO-END CIRCUITS MS Thesis Final Examination Anant P. Mudambi Computer Engineering University of Virginia December 6, 2005 Outline Motivation CHEETAH Background UDP-based

More information

Improving web performance through new networking technologies

Improving web performance through new networking technologies Improving web performance through new networking technologies Xiuduan Fang, Xuan Zheng, Malathi Veeraraghavan University of Virginia {xf4c, xz3y, mv}@virginia.edu Abstract New connection-oriented networking

More information

Annual Report:

Annual Report: Annual Report: 0087487 Annual Report for Period:09/2001-09/2002 Submitted on: 07/06/2004 Principal Investigator: Veeraraghavan, Malathi. Award ID: 0087487 Organization: Polytechnic Univ of NY Title: Towards

More information

Implementation of a GMPLS-based Network with End Host Initiated Signaling

Implementation of a GMPLS-based Network with End Host Initiated Signaling Implementation of a -based Network with End Host Initiated Signaling X. Zhu, X. Zheng, M. Veeraraghavan Z. Li, Q. Song, I. Habib N. S. V. Rao University of Virginia City University of New York Oak Ridge

More information

Final Technical Report

Final Technical Report DOE Award Number: DE-FG02-04ER25640 Name of recipient: University of Virginia Final Technical Report Project title: Enabling Supernova Computations by Integrated Transport and Provisioning Methods Optimized

More information

A discussion of goals and control-plane implications for our HOPI experiments

A discussion of goals and control-plane implications for our HOPI experiments A discussion of goals and control-plane implications for our HOPI experiments Malathi Veeraraghavan, Xiangfei Zhu, Tao Li May 5, 2007 [Requesting feedback/comments to mvee@virginia.edu] In Feb. 2007, we

More information

Addressing and secure control-plane network design in GMPLS networks

Addressing and secure control-plane network design in GMPLS networks Addressing and secure control-plane network design in GMPLS networks Abstract 1 : Malathi Veeraraghavan, Xuan Zheng, Xiangfei Zhu {malathi, xuan, xz4p}@virginia.edu April 7, 2006 This document describes

More information

Next Generation Networking and The HOPI Testbed

Next Generation Networking and The HOPI Testbed Next Generation Networking and The HOPI Testbed Rick Summerhill Director, Network Research, Architecture, and Technologies, Internet2 CANS 2005 Shenzhen, China 2 November 2005 Agenda Current Abilene Network

More information

Path-based networking: From POTS to SDN. Outline

Path-based networking: From POTS to SDN. Outline Path-based networking: From POTS to SDN Malathi Veeraraghavan University of Virginia April 28, 2014 Talk at CUHK, Dept. of IE Thanks to the US DOE ASCR for grant DE-SC0007341, and NSF grants CNS-1116081,

More information

CTCP (Circuit TCP) v1.0

CTCP (Circuit TCP) v1.0 Outline C (Circuit ) v1.0 Helali Bhuiyan and Malathi Veeraraghavan {helali,mv5g}@virginia.edu Purpose of C Requirements to run C code C Components C Operation C details C Usage Usage of C across an Internet

More information

Building 10-Gbps Networks: A few observations on the national and regional scales in the U.S.

Building 10-Gbps Networks: A few observations on the national and regional scales in the U.S. Building 10-Gbps Networks: A few observations on the national and regional scales in the U.S. Steve Corbató corbato@internet2.edu Director, Network Initiatives, Internet2 & Visiting Fellow, Center for

More information

UltraScience Net Update: Network Research Experiments

UltraScience Net Update: Network Research Experiments UltraScience Net Update: Network Research Experiments Nagi Rao, Bill Wing, Susan Hicks, Paul Newman, Steven Carter Oak Ridge National Laboratory raons@ornl.gov https://www.csm.ornl.gov/ultranet February

More information

Report on Transport Protocols over Mismatched-rate Layer-1 Circuits with 802.3x Flow Control

Report on Transport Protocols over Mismatched-rate Layer-1 Circuits with 802.3x Flow Control Report on Transport Protocols over Mismatched-rate Layer-1 Circuits with 82.3x Flow Control Helali Bhuiyan, Mark McGinley, Tao Li, Malathi Veeraraghavan University of Virginia Email: {helali, mem5qf, taoli,

More information

The Abilene Observatory and Measurement Opportunities

The Abilene Observatory and Measurement Opportunities The Abilene Observatory and Measurement Opportunities Rick Summerhill, Director Network Research, Architecture, and Technology, Internet2 CONMI Workshop / PAM 2005 Boston, MA March 30, 05 Outline History

More information

NCIT*net 2 General Information

NCIT*net 2 General Information NCIT*net 2 General Information NCIT*net 2 An Introduction A component of NCCT research team activities is the development of a next generation network to promote the interaction of architecture, technologies,

More information

Progress Report. Project title: Resource optimization in hybrid core networks with 100G systems

Progress Report. Project title: Resource optimization in hybrid core networks with 100G systems Progress Report DOE award number: DE-SC0002350 Name of the recipient: University of Virginia Project title: Resource optimization in hybrid core networks with 100G systems Principal investigator: Malathi

More information

On the use of connection-oriented networks to support Grid computing

On the use of connection-oriented networks to support Grid computing On the use of connection-oriented networks to support Grid computing Malathi Veeraraghavan, Xuan Zheng, Zhanxiang Huang University of Virginia {malathi, xuan, zh4c}@virginia.edu Abstract -- The vision

More information

Fundamental Questions to Answer About Computer Networking, Jan 2009 Prof. Ying-Dar Lin,

Fundamental Questions to Answer About Computer Networking, Jan 2009 Prof. Ying-Dar Lin, Fundamental Questions to Answer About Computer Networking, Jan 2009 Prof. Ying-Dar Lin, ydlin@cs.nctu.edu.tw Chapter 1: Introduction 1. How does Internet scale to billions of hosts? (Describe what structure

More information

Industry Perspectives on Optical Networking. Joe Berthold 28 September 2004

Industry Perspectives on Optical Networking. Joe Berthold 28 September 2004 Industry Perspectives on Optical Networking Joe Berthold 28 September 2004 CIENA LightWorks Architecture Vision Benefits for Network Operators Reduce OpEx by Process Automation Reduce CapEx by Functional

More information

CCNA-A Scope and Sequence (March 2007-Draft)

CCNA-A Scope and Sequence (March 2007-Draft) CCNA-A Scope and Sequence (March 2007-Draft) This document is a preliminary overview of the new CCNA-A curriculum and is subject to change since the courses are still under development. The English versions

More information

Internet2 and IPv6: A Status Update

Internet2 and IPv6: A Status Update Internet2 and IPv6: A Status Update Rick Summerhill Associate Director, Network Infrastructure, Internet2 North American IPv6 Summit Santa Monica, CA 15 June 2004 Outline Internet2 Goals Participation

More information

Experiences with Dynamic Circuit Creation in a Regional Network Testbed

Experiences with Dynamic Circuit Creation in a Regional Network Testbed This paper was presented as part of the High-Speed Networks 2011 (HSN 2011) Workshop at IEEE INFOCOM 2011 Experiences with Dynamic Circuit Creation in a Regional Network Testbed Pragatheeswaran Angu and

More information

CSC 401 Data and Computer Communications Networks

CSC 401 Data and Computer Communications Networks CSC 401 Data and Computer Communications Networks Link Layer, Switches, VLANS, MPLS, Data Centers Sec 6.4 to 6.7 Prof. Lina Battestilli Fall 2017 Chapter 6 Outline Link layer and LANs: 6.1 introduction,

More information

Networks & protocols research in Grid5000 DAS3

Networks & protocols research in Grid5000 DAS3 1 Grid 5000 Networks & protocols research in Grid5000 DAS3 Date Pascale Vicat-Blanc Primet Senior Researcher at INRIA Leader of the RESO team LIP Laboratory UMR CNRS-INRIA-ENS-UCBL Ecole Normale Supérieure

More information

Chapter 10: Review and Preparation for Troubleshooting Complex Enterprise Networks

Chapter 10: Review and Preparation for Troubleshooting Complex Enterprise Networks 0: Review and Preparation for Troubleshooting Complex Enterprise Networks CCNP TSHOOT: Maintaining and Troubleshooting IP Networks Chapter TSHOOT 1v6 0 1 0 Objectives Review key maintenance and troubleshooting

More information

The New Internet2 Network

The New Internet2 Network The New Internet2 Network Director Network Research, Architecture, and Technologies Internet2 GLIF Meeting 11 September 2006 Tokyo, Japan Agenda Basic Ideas Design Ideas Topology Optical nodes Control

More information

Internet2 Network Service Descriptions DRAFT December 4, 2006

Internet2 Network Service Descriptions DRAFT December 4, 2006 DRAFT December 4, 2006 Table of Contents 1. Network Infrastructure and Services... 1 1.1 Introduction... 1 1.2 Architectural Overview... 3 1.3 Circuit Service Descriptions... 5 1.4 IP Services... 9 2.

More information

Grid Tutorial Networking

Grid Tutorial Networking Grid Tutorial Networking Laukik Chitnis Sanjay Ranka Outline Motivation Key Issues and Challenges Emerging protocols DWDM MPLS, GMPLS Network Infrastructure Internet2 Abilene and HOPI NLR and FLR Gloriad

More information

"Field Trial of Signaling Interworking of Multi-Carrier ASON/GMPLS Network Domains" Satoru Okamoto

Field Trial of Signaling Interworking of Multi-Carrier ASON/GMPLS Network Domains Satoru Okamoto ECOC2006 Workshop on ASON/GMPLS Implementations in Field Trials and Carrier Networks "Field Trial of Signaling Interworking of Multi-Carrier ASON/GMPLS Network Domains" Satoru Okamoto okamoto@ieee.org

More information

Secure Affordable Sustainable Edge Clouds (SASEC) for Smart Cities and Enterprises *

Secure Affordable Sustainable Edge Clouds (SASEC) for Smart Cities and Enterprises * Secure Affordable Sustainable Edge Clouds (SASEC) for Smart Cities and Enterprises * University of Virginia, Charlottesville, VA, email: mv5g@virginia.edu University of Arizona, Tucson, AZ, email: dkilper@optics.arizona.edu

More information

IPv6 in Internet2. Rick Summerhill Associate Director, Backbone Network Infrastructure, Internet2

IPv6 in Internet2. Rick Summerhill Associate Director, Backbone Network Infrastructure, Internet2 IPv6 in Internet2 Rick Summerhill Associate Director, Backbone Network Infrastructure, Internet2 North American IPv6 Global Summit Arlington, VA 8 December 2003 Outline General Internet2 Infrastructure

More information

Track 1: Internet/Network Architectures. No. 1

Track 1: Internet/Network Architectures. No. 1 Track 1: Internet/Network Architectures Energy Efficient IP Network with Giant Center Router and Optical Aggregation Network Yamanaka Lab., Keio University, JAPAN Assistant Daisuke ISHII ishii@yamanakaicskeioacjp

More information

Clemson HPC and Cloud Computing

Clemson HPC and Cloud Computing Clemson HPC and Cloud Computing Jill Gemmill, Ph.D. Executive Director Cyberinfrastructure Technology Integration Computing & Information Technology CLEMSON UNIVERSITY 2 About Clemson University South

More information

1 Introduction. 2 Problem Statement and Background. Project Description

1 Introduction. 2 Problem Statement and Background. Project Description Project Description 1 Introduction We begin this work by asking the question, What are connection-oriented networks really good for? Despite decades of tussle over connection-oriented vs connection-less

More information

Introduction. An introduction to the equipment and organization of the Internet Lab.

Introduction. An introduction to the equipment and organization of the Internet Lab. Introduction An introduction to the equipment and organization of the Internet Lab. Some material in this slide set is copyrighted, Pearson Education, 2004 Internet Lab Equipment 4 Linux PCs 4 Cisco Routers

More information

A Virtual Circuit Multicast Transport Protocol (VCMTP) for Scientific Data Distribution

A Virtual Circuit Multicast Transport Protocol (VCMTP) for Scientific Data Distribution A Virtual Circuit Multicast Transport Protocol (VCMTP) for Scientific Data Distribution Jie Li and Malathi Veeraraghavan University of Virginia Steve Emmerson University Corporation for Atmospheric Research

More information

Practical Optical Networking

Practical Optical Networking 1 of 22 11/15/2007 6:04 PM Practical Optical Networking Outline 1. Evolution of national R&E infrastructure 2. Physical and architectural aspects of optical nets 3. Hybrid networking 4. Testing 2 of 22

More information

GÉANT perspective of Virtual Networks and Implementation

GÉANT perspective of Virtual Networks and Implementation GÉANT perspective of Virtual Networks and Implementation NORDUnet 2002 Conference Copenhagen 15th of April 2002 Agnès Pouélé, Network Engineer DANTE GÉANT perspective of Virtual Networks and implementation

More information

Churchill County Library Offers Information Technology Courses

Churchill County Library Offers Information Technology Courses r FOR IMMEDIATE RELEASE Media Contact Jessica Pauletto 775-323-2977 jessica@theabbiagency.com Churchill County Library Offers Information Technology Courses FALLON, Nev. (April 21, 2016) Churchill County

More information

Overview of GMPLS Protocols and Standardization

Overview of GMPLS Protocols and Standardization Overview of GMPLS Protocols and Standardization Kohei Shiomoto Abstract MPLS (multiprotocol label ing) introduced the concept of label ing in IP layer-2 networks to facilitate network operation using a

More information

COURSE DESCRIPTION IP IN MODERN NETWORKS. Format: Classroom. Duration: 2 Days

COURSE DESCRIPTION IP IN MODERN NETWORKS. Format: Classroom. Duration: 2 Days COURSE DESCRIPTION IP IN MODERN NETWORKS Format: Classroom Duration: 2 Days COURSE SUMMARY HIGHLIGHTS Highly focused and in-depth training from the experts - including relevant updates from Ovum s extensive

More information

Network Redesign at Bates College MTUG 2018

Network Redesign at Bates College MTUG 2018 Network Redesign at Bates College MTUG 2018 If the network is supposed to be up all of the time, then how do you maintain and upgrade it? Bates College A private, highly selective, residential college

More information

Data Communications and Networks Spring Syllabus and Reading Assignments

Data Communications and Networks Spring Syllabus and Reading Assignments Data Communications and Networks Spring 2018 Syllabus and Assignments Revision Date: January 24, 2018 Course : This course teaches the design and implementation techniques essential for engineering robust

More information

Implementing Cisco IP Routing (ROUTE)

Implementing Cisco IP Routing (ROUTE) Implementing Cisco IP Routing (ROUTE) COURSE OVERVIEW: Implementing Cisco IP Routing (ROUTE) v2.0 is an instructor-led five-day training course developed to help students prepare for Cisco CCNP certification.

More information

ECE GRADUATE INFORMATION SESSION. eeweb.poly.edu/~chao

ECE GRADUATE INFORMATION SESSION. eeweb.poly.edu/~chao ECE GRADUATE INFORMATION SESSION 9/3/09 eeweb.poly.edu/~chao 1 Agenda 3:00-3:20, Prof Chao 3:20-3:33, Prof Erkip 3:33-3:46, Prof Panwar 3:46-4:59, Prof Selesnick 4:59-4:12, Prof Czarkowski 4:12-4:25, Prof

More information

CCIE Routing & Switching

CCIE Routing & Switching CCIE Routing & Switching Cisco Certified Internetwork Expert Routing and Switching (CCIE Routing and Switching) certifies the skills required of expert-level network engineers to plan, operate and troubleshoot

More information

iscsi Technology: A Convergence of Networking and Storage

iscsi Technology: A Convergence of Networking and Storage HP Industry Standard Servers April 2003 iscsi Technology: A Convergence of Networking and Storage technology brief TC030402TB Table of Contents Abstract... 2 Introduction... 2 The Changing Storage Environment...

More information

Project Summary SOCRATES: Series of Circuits Rapidly AllocaTed for Efficient Sharing Intellectual Merit Broader Impacts

Project Summary SOCRATES: Series of Circuits Rapidly AllocaTed for Efficient Sharing Intellectual Merit Broader Impacts Project Summary SOCRATES: Series of Circuits Rapidly AllocaTed for Efficient Sharing This project takes a new look at the decades long debate over the inherent value of connection-oriented (CO) vs connection-less

More information

Introduction to iscsi

Introduction to iscsi Introduction to iscsi As Ethernet begins to enter into the Storage world a new protocol has been getting a lot of attention. The Internet Small Computer Systems Interface or iscsi, is an end-to-end protocol

More information

NERSC Site Update. National Energy Research Scientific Computing Center Lawrence Berkeley National Laboratory. Richard Gerber

NERSC Site Update. National Energy Research Scientific Computing Center Lawrence Berkeley National Laboratory. Richard Gerber NERSC Site Update National Energy Research Scientific Computing Center Lawrence Berkeley National Laboratory Richard Gerber NERSC Senior Science Advisor High Performance Computing Department Head Cori

More information

Converged Communication Networks

Converged Communication Networks Converged Communication Networks Dr. Associate Professor Department of Electrical Engineering Indian Institute of Technology Bombay Powai, Mumbai - 400076 girishs@ee.iitb.ac.in Outline Convergence in core

More information

OpenFlow: What s it Good for?

OpenFlow: What s it Good for? OpenFlow: What s it Good for? Apricot 2016 Pete Moyer pmoyer@brocade.com Principal Solutions Architect Agenda SDN & OpenFlow Refresher How we got here SDN/OF Deployment Examples Other practical use cases

More information

How Cisco IT Built Local Access Ring at Headquarters

How Cisco IT Built Local Access Ring at Headquarters Cisco IT Case Study April 2012 Local Access Ring How Cisco IT Built Local Access Ring at Headquarters Self-managed DWDM ring lowers long-term costs and shortens wait for circuits. Challenge EXECUTIVE SUMMARY

More information

BW Protection. 2002, Cisco Systems, Inc. All rights reserved.

BW Protection. 2002, Cisco Systems, Inc. All rights reserved. BW Protection 2002, Cisco Systems, Inc. All rights reserved. 1 Cisco MPLS - Traffic Engineering for VPNs Amrit Hanspal Sr. Product Manager MPLS & QoS Internet Technologies Division 2 Agenda MPLS Fundamentals

More information

GUIDE. Optimal Network Designs with Cohesity

GUIDE. Optimal Network Designs with Cohesity Optimal Network Designs with Cohesity TABLE OF CONTENTS Introduction...3 Key Concepts...4 Five Common Configurations...5 3.1 Simple Topology...5 3.2 Standard Topology...6 3.3 Layered Topology...7 3.4 Cisco

More information

The Future of the Internet

The Future of the Internet The Future of the Internet CERNET 10 th Anniversary 25 December 2004 Douglas Van Houweling, President & CEO Internet2 Congratulations! China has been an important contributor to the global high performance

More information

Introduction to FREE National Resources for Scientific Computing. Dana Brunson. Jeff Pummill

Introduction to FREE National Resources for Scientific Computing. Dana Brunson. Jeff Pummill Introduction to FREE National Resources for Scientific Computing Dana Brunson Oklahoma State University High Performance Computing Center Jeff Pummill University of Arkansas High Peformance Computing Center

More information

Introduction. Software Trends. Topics for Discussion. Grid Technology. GridForce:

Introduction. Software Trends. Topics for Discussion. Grid Technology. GridForce: GridForce: A Multi-tier Approach to Prepare our Workforce for Grid Technology Bina Ramamurthy CSE Department University at Buffalo (SUNY) 201 Bell Hall, Buffalo, NY 14260 716-645-3180 (108) bina@cse.buffalo.edu

More information

Identify the features of network and client operating systems (Windows, NetWare, Linux, Mac OS)

Identify the features of network and client operating systems (Windows, NetWare, Linux, Mac OS) Course Outline Network+ Duration: 5 days (30 hours) Learning Objectives: Install and configure a network card Define the concepts of network layers Understand and implement the TCP/IP protocol Install

More information

Hands-On TCP/IP Networking

Hands-On TCP/IP Networking Hands-On Course Description In this Hands-On TCP/IP course, the student will work on a live TCP/IP network, reinforcing the discussed subject material. TCP/IP is the communications protocol suite on which

More information

THE MPLS JOURNEY FROM CONNECTIVITY TO FULL SERVICE NETWORKS. Sangeeta Anand Vice President Product Management Cisco Systems.

THE MPLS JOURNEY FROM CONNECTIVITY TO FULL SERVICE NETWORKS. Sangeeta Anand Vice President Product Management Cisco Systems. THE MPLS JOURNEY FROM CONNECTIVITY TO FULL SERVICE NETWORKS Sangeeta Anand Vice President Product Management Cisco Systems October 20, 2003 1 Agenda Introducing the Full Service Network The MPLS Journey

More information

Benefits of full TCP/IP offload in the NFS

Benefits of full TCP/IP offload in the NFS Benefits of full TCP/IP offload in the NFS Services. Hari Ghadia Technology Strategist Adaptec Inc. hari_ghadia@adaptec.com Page Agenda Industry trend and role of NFS TCP/IP offload Adapters NACs Performance

More information

Functional Requirements for Grid Oriented Optical Networks

Functional Requirements for Grid Oriented Optical Networks Functional Requirements for Grid Oriented Optical s Luca Valcarenghi Internal Workshop 4 on Photonic s and Technologies Scuola Superiore Sant Anna Pisa June 3-4, 2003 1 Motivations Grid networking connection

More information

Project-Based Learning of Telecommunication Networking. Abstract

Project-Based Learning of Telecommunication Networking. Abstract Project-Based Learning of Telecommunication Networking Gary Rubendall, Sergio Chacon and Mequanint Moges Engineering Technology Department University of Houston Abstract Session 12-8 This paper presents

More information

The CISM Education Plan (updated August 2006)

The CISM Education Plan (updated August 2006) The CISM Education Mission The CISM Education Plan (updated August 2006) The CISM Education Mission is to recruit and train the next generation of space physicists and imbue them with an understanding

More information

CCNA Routing and Switching Courses. Scope and Sequence. Target Audience. Curriculum Overview. Last updated August 22, 2018

CCNA Routing and Switching Courses. Scope and Sequence. Target Audience. Curriculum Overview. Last updated August 22, 2018 CCNA Routing and Switching Scope and Sequence Last updated August 22, 2018 Target Audience The Cisco CCNA Routing and Switching curriculum is designed for Cisco Networking Academy students who are seeking

More information

CCNA Routing and Switching Scope and Sequence

CCNA Routing and Switching Scope and Sequence Cisco Network Academy Network Engineering technology 1, 2, 3&4 CCNA 1 2 3 4 CCNA Routing and Switching Scope and Sequence Target Audience The Cisco CCNA Routing and Switching curriculum is designed for

More information

Intelligent WAN Multiple VRFs Deployment Guide

Intelligent WAN Multiple VRFs Deployment Guide Cisco Validated design Intelligent WAN Multiple VRFs Deployment Guide September 2017 Table of Contents Table of Contents Deploying the Cisco Intelligent WAN... 1 Deploying the Cisco IWAN Multiple VRFs...

More information

Venkatesh Ramaiyan 1.05, Network Engineering Lab Mobile: Dept. of Electrical Communication Engg. (ECE) Fax: (+91)

Venkatesh Ramaiyan 1.05, Network Engineering Lab Mobile: Dept. of Electrical Communication Engg. (ECE) Fax: (+91) Venkatesh Ramaiyan 1.05, Network Engineering Lab Mobile: +91-94482 26130 Dept. of Electrical Communication Engg. (ECE) Fax: (+91)-80-2360 0991 Indian Institute of Science E-mail: rvenkat@ece.iisc.ernet.in

More information

Zhengyang Liu University of Virginia. Oct 29, 2012

Zhengyang Liu University of Virginia. Oct 29, 2012 SDCI Net: Collaborative Research: An integrated study of datacenter networking and 100 GigE wide-area networking in support of distributed scientific computing Zhengyang Liu University of Virginia Oct

More information

Egyptian Computer Science Journal Vol. 38 No.3 September 2014

Egyptian Computer Science Journal Vol. 38 No.3 September 2014 Deploying IPTV Services Over Proposed Network for Yemen Universities Khaled O. Basulaim Dept. of Information Technology, Faculty of Engineering University of Aden k.basulaim@ycit-he.org Abstract Recently,

More information

Steven Carter. Network Lead, NCCS Oak Ridge National Laboratory OAK RIDGE NATIONAL LABORATORY U. S. DEPARTMENT OF ENERGY 1

Steven Carter. Network Lead, NCCS Oak Ridge National Laboratory OAK RIDGE NATIONAL LABORATORY U. S. DEPARTMENT OF ENERGY 1 Networking the National Leadership Computing Facility Steven Carter Network Lead, NCCS Oak Ridge National Laboratory scarter@ornl.gov 1 Outline Introduction NCCS Network Infrastructure Cray Architecture

More information

Electrical and Telecommunications Engineering Technology_TCET3142/TC570 NEW YORK CITY COLLEGE OF TECHNOLOGY THE CITY UNIVERSITY OF NEW YORK

Electrical and Telecommunications Engineering Technology_TCET3142/TC570 NEW YORK CITY COLLEGE OF TECHNOLOGY THE CITY UNIVERSITY OF NEW YORK NEW YORK CITY COLLEGE OF TECHNOLOGY THE CITY UNIVERSITY OF NEW YORK DEPARTMENT: COURSE CODE: COURSE TITLE: Electrical and Telecommunications Engineering Technology TCET 3142/TC570 Computer Systems and

More information

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp STORAGE CONSOLIDATION WITH IP STORAGE David Dale, NetApp SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals may use this material in

More information

Network Layer Flow Control via Credit Buffering

Network Layer Flow Control via Credit Buffering Network Layer Flow Control via Credit Buffering Fibre Channel maintains throughput in the data center by using flow control via buffer to buffer credits Nominally switches provide credit buffering up to

More information

MPLS VPN. 5 ian 2010

MPLS VPN. 5 ian 2010 MPLS VPN 5 ian 2010 What this lecture is about: IP CEF MPLS architecture What is MPLS? MPLS labels Packet forwarding in MPLS MPLS VPNs 3 IP CEF & MPLS Overview How does a router forward packets? Process

More information

Securizarea Calculatoarelor și a Rețelelor 32. Tehnologia MPLS VPN

Securizarea Calculatoarelor și a Rețelelor 32. Tehnologia MPLS VPN Platformă de e-learning și curriculă e-content pentru învățământul superior tehnic Securizarea Calculatoarelor și a Rețelelor 32. Tehnologia MPLS VPN MPLS VPN 5-ian-2010 What this lecture is about: IP

More information

Multi Protocol Label Switching

Multi Protocol Label Switching MPLS Multi-Protocol Label Switching Andrea Bianco Telecommunication Network Group firstname.lastname@polito.it http://www.telematica.polito.it/ Network Management and QoS Provisioning - 1 MPLS: introduction

More information

Application Layer Switching: A Deployable Technique for Providing Quality of Service

Application Layer Switching: A Deployable Technique for Providing Quality of Service Application Layer Switching: A Deployable Technique for Providing Quality of Service Raheem Beyah Communications Systems Center School of Electrical and Computer Engineering Georgia Institute of Technology

More information

Cisco Networking Academy Curriculum - Semester Three Scope and Sequence

Cisco Networking Academy Curriculum - Semester Three Scope and Sequence Cisco Networking Academy Curriculum - Semester Three Scope and Sequence Course Description: This is the third course in four courses designed to introduce new content and extend previously learned networking

More information

Inter-domain progress between US and Japan

Inter-domain progress between US and Japan Inter-domain progress between US and Japan Tomohiro Otani NICT Tsukuba RC, Japan KDDI R&D Laboratories, Inc. Agenda Introduction of JGN II project GMPLS E-NNI Experiment between US and Japan Standardizing

More information

Picasso Panel Thinking Beyond 5 G David Corman

Picasso Panel Thinking Beyond 5 G David Corman Picasso Panel Thinking Beyond 5 G David Corman Program Director Directorate for Computer and Information Science and Engineering National Science Foundation June 19, 2018 Some Motivation: Toward Smart

More information

The IBM Platform Computing HPC Cloud Service. Solution Overview

The IBM Platform Computing HPC Cloud Service. Solution Overview The IBM Platform Computing HPC Cloud Service Solution Overview Industry-leading workload management 20 years managing distributed scale-out systems with 2000+ customers in many industries High performance

More information

4.1.2 NETWORK-BASED IP VIRTUAL PRIVATE NETWORK SERVICES (NBIP-VPNS) (L , C.2.7.3, M.2.1.2)

4.1.2 NETWORK-BASED IP VIRTUAL PRIVATE NETWORK SERVICES (NBIP-VPNS) (L , C.2.7.3, M.2.1.2) Networx Enterprise for Internet Protocol (IP)-Based Services 4.1.2 NETWORK-BASED IP VIRTUAL PRIVATE NETWORK SERVICES (NBIP-VPNS) (L.34.1.4, C.2.7.3, M.2.1.2) Qwest achieved an industry first with our Network-Based

More information

perfsonar Deployment on ESnet

perfsonar Deployment on ESnet perfsonar Deployment on ESnet Brian Tierney ESnet ISMA 2011 AIMS-3 Workshop on Active Internet Measurements Feb 9, 2011 Why does the Network seem so slow? Where are common problems? Source Campus Congested

More information

31270 Networking Essentials Focus, Pre-Quiz, and Sample Exam Answers

31270 Networking Essentials Focus, Pre-Quiz, and Sample Exam Answers 31270 Networking Essentials Focus, Pre-Quiz, and Sample Exam Answers CONTENTS Focus Questions... 2 Chapter 1: Explore the Network... 2 Chapter 2: Configure a Network Operating System... 5 Chapter 3: Network

More information

Ongoing work on NSF OCI at UNH InterOperability Laboratory. UNH IOL Participants

Ongoing work on NSF OCI at UNH InterOperability Laboratory. UNH IOL Participants Ongoing work on NSF OCI-1127228 at UNH InterOperability Laboratory Robert D. Russell InterOperability Laboratory & Computer Science Department University of New Hampshire Durham, New Hampshire

More information

Internet 3.0: Ten Problems with Current Internet Architecture and Solutions for the Next Generation

Internet 3.0: Ten Problems with Current Internet Architecture and Solutions for the Next Generation Internet 3.0: Ten Problems with Current Internet Architecture and Solutions for the Next Generation Raj Jain Washington University in Saint Louis Saint Louis, MO 63130 Jain@cse.wustl.edu These slides are

More information

MPLS Multi-Protocol Label Switching

MPLS Multi-Protocol Label Switching MPLS Multi-Protocol Label Switching Andrea Bianco Telecommunication Network Group firstname.lastname@polito.it http://www.telematica.polito.it/ Computer Networks Design and Management - 1 MPLS: introduction

More information

Core Networks Evolution

Core Networks Evolution Core Networks Evolution Prof. Daniel Kofman daniel.kofman@enst.fr Telecom Paris - ENST Content Any Service, Any Time, Everywhere, Everyone Towards the triple play and beyond Main trends in Core Networks

More information

Scope and Sequence: CCNA Exploration v4.0

Scope and Sequence: CCNA Exploration v4.0 Scope and Sequence: CCNA Exploration v4.0 Last Updated August 30, 2007 The course objectives and outline for the final two CCNA Exploration courses, LAN Switching and Wireless and Accessing the WAN, are

More information

IT114 NETWORK+ Learning Unit 1 Objectives: 1, 2 Time In-Class Time Out-Of-Class Hours 2-3. Lectures: Course Introduction and Overview

IT114 NETWORK+ Learning Unit 1 Objectives: 1, 2 Time In-Class Time Out-Of-Class Hours 2-3. Lectures: Course Introduction and Overview IT114 NETWORK+ Course Objectives Upon successful completion of this course, the student will be able to: 1. Identify the devices and elements of computer networks; 2. Diagram network models using the appropriate

More information

IPv6 in Campus Networks

IPv6 in Campus Networks IPv6 in Campus Networks Dave Twinam Manager, Technical Marketing Engineering Internet Systems Business Unit dtwinam@cisco.com Cisco Twinam IPv6 Summit 2003 Cisco Systems, Inc. All rights reserved. 1 IPv6

More information

MIKROTIK ROUTEROS BURMESE VERSION ONLINE TRAINING CLASS CHAPTER 1

MIKROTIK ROUTEROS BURMESE VERSION ONLINE TRAINING CLASS CHAPTER 1 MIKROTIK ROUTEROS ONLINE TRAINING CLASS CHAPTER 1 BURMESE VERSION Phyo Phyo Hein B. C. Tech (hons) MTCNA, MTCRE, MTCWE, MTCTCE, MTCUME, MTCINE CCNA R&S, CCNP R&S, CCIP, JNCIA-Junos September 13, 2016 INSTRUCTOR

More information

Project Title: Open Virtualized WiMAX Base Station Node for GENI Wide-Area Wireless Deployments

Project Title: Open Virtualized WiMAX Base Station Node for GENI Wide-Area Wireless Deployments GENI Project Quarterly Progress Report, Project Title: Open Virtualized WiMAX Base Station Node for GENI Wide-Area Wireless Deployments Principal Investigators: Dipankar Raychaudhuri, WINLAB, Rutgers University

More information

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp

STORAGE CONSOLIDATION WITH IP STORAGE. David Dale, NetApp STORAGE CONSOLIDATION WITH IP STORAGE David Dale, NetApp SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individuals may use this material in

More information

SNIA Discussion on iscsi, FCIP, and IFCP Page 1 of 7. IP storage: A review of iscsi, FCIP, ifcp

SNIA Discussion on iscsi, FCIP, and IFCP Page 1 of 7. IP storage: A review of iscsi, FCIP, ifcp SNIA Discussion on iscsi, FCIP, and IFCP Page 1 of 7 IP storage: A review of iscsi, FCIP, ifcp SNIA IP Storage Forum With the advent of new IP storage products and transport protocol standards iscsi, FCIP,

More information