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

Size: px
Start display at page:

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

Transcription

1 Progress Report DOE award number: DE-SC Name of the recipient: University of Virginia Project title: Resource optimization in hybrid core networks with 100G systems Principal investigator: Malathi Veeraraghavan Date of report: June 28, 2012 Period covered by the report: March. 1, May. 31, 2012 Comparison of the actual accomplishments with the goals and objectives established for the period and reasons why the established goals were not met. The three goals established for this period were mostly met. The continued NetFlow analysis was reported in the HNTES II quarterly report. The analysis of the GridFTP logs of NCAR-NICS and SLAC- BNL was carried out in order to test if our selection of 133 Mbps as a threshold to find alpha flows was too high or too low. The ANI testbed experiments were documented and posted at this site: 48eb-b005-fd58ecac54d2 (a user login is required, and will be provided upon request). Also, a tutorial paper is under preparation. A discussion of what was accomplished under these goals during this reporting period, including major activities, significant results, major findings or conclusions, key outcomes or other achievements. This section should not contain any proprietary data or other information not subject to public release. If such information is important to reporting progress, do not include the information, but include a note in the report advising the reader to contact the Principal Investigator or the Project Director for further information. 1 Activities ESnet NetFlow data analysis: New analysis programs were implemented and executed on the anonymized NetFlow reports, raw IP flow and prefix flow data obtained from Chris Tracy for a 7-month period (this data was generated by Chris by executing UVA provided programs on ESnet NetFlow data, and then anonymized). The first program quantified the cost of redirecting /24 and /32 based prefix flows rather than 5-tuple raw IP flows. Data on general purpose flows (beta flows) that share the alpha prefix flow identifiers (and hence would get redirected to the MPLS paths as alpha flows) was extracted. A second program analyzed the percentage of alpha prefix flows that are sourced from or destined to data doors (data transfer servers). A third set of programs characterized alpha flows to quantify per-day prefix flow measures, aggregate prefixflow measures, durations of bursts, raw IP flows and prefix flows, and relative values of alpha flow when compared to all flows. GridFTP usage statistics analysis: As a sanity check on the size and rate thresholds used in the ESnet NetFlow data analysis, we wrote programs to analyze GridFTP usage statistics. These statistics provide per-transfer size and duration information from which a transfer rate can be estimated. We also ran experiments on the ANI testbed to understand how GridFTP client 1

2 arguments, such as fast and p, influence the reuse of TCP connections for multiple file transfers in a session. ANI testbed: The five traffic engineering experiments we ran on the ANI testbed were documented: (i) connectionless packet forwarding with IP routing, (ii) connectionless packet forwarding with integrated Ethernet switching and IP routing, (iii) connection-oriented end-toend VLAN based virtual circuits, (iv) connection-oriented end-to-end VLAN-MPLS-VLAN hybrid virtual circuits, and (v) hybrid connectionless/connection-oriented paths with Layer 3 IP packet forwarding on to MPLS virtual circuits. Additional documentation was created for two QoS experiments: (i) Diffserv solution, and (ii) MPLS solution. New iperf experiments were conducted to study the influence of policer setting on packet losses. Simulation study: We resumed our simulation study to characterize the adverse effects of alpha flows on real-time delay/jitter sensitive audio/video flows. Our starting point was a literature search to determine the QoS requirements and traffic characteristics of audio/video flows. 2 Findings ESnet NetFlow data analysis: The beta flow data analysis showed that because most high-end data transfer nodes are set up as clusters in their own subnets, most beta flows are from data transfer applications, and not from general-purpose applications such as Web browsing and . To make this determination, beta NetFlow reports were filtered out in sequence into these four categories: (i) reports with 5-tuples that matched those of alpha flows (recall that a flow is defined as an alpha flow if in any of its NetFlow reports its size exceeds 1 GB, but such a flow could have other NetFlow reports with sizes below this threshold), (ii) reports with more than 1 packet that are of size greater than 1000 bytes, and have at least one other report with the same 4-tuple, which includes source and destination IP addresses, protocol type, and one of the two port numbers (these flows are deemed as file transfer flows ), (iii) reports for flows with well-known port numbers, specifically SSH, HTTP, IMAP, SMTP, SSMTP, HTTP, HTTPS, NNTP, IMAP, IMAPS, IMAP4SSL, Unidata, RTSP, rsync, SFTP, BFTP, FTPS, POP3, and SSLPOP (some file transfers use SCP, which would appear as an SSH flow, but such flows would have been filtered out into the first or second categories leaving behind only those SSH flows corresponding to interactive applications such as SecureCRT), and (iv) remaining (unclassifiable) reports. For the 214-day period for which data was analyzed, 12.31% (for /24) or 33.01% (for /32) of beta flows packets fell in the first category, i.e., these flows shared the same 5-tuple as an alpha flow. Most of the beta flow packets belonged to the second category: for the /24 case, 79.76% of the beta flows packets were classified as file transfer flows, and for the /32 case, the percentage was Only a small percentage of beta flows packets belonged to the third category, i.e., from non-file transfer flows with well-known port numbers: for the /24 case, this number was %, while for the /32 case, the number was 0.014%. The fourth category (unknown) percentage was small (e.g., 8% for the /24 case). GridFTP usage statistics analysis findings: The SLAC GridFTP log data analysis showed that 15.4% transfers are 1-stream transfers (use one TCP connection) and 84.6% transfers are 8- stream transfers (use 8 parallel TCP connections). Upon grouping the transfers into these two categories and then computing their rates, we found that 21.7% of the 1-stream transfers have 2

3 throughput higher than 133 Mbps (alpha flow threshold). But only 0.48% of the 8-stream transfers exceeded Gbps (133 Mbps 8). This suggests that the 1 GB in 1 min threshold is perhaps too high for the type of transfers executed with GridFTP. Admittedly, this is only one data point (SLAC), but it demonstrates a need for sensitivity analysis for this threshold value. ANI testbed: In the new iperf experiments conducted to study the effect of rate-policing configuration on packet losses, we found that with a policy was to discard packets exceeding a certain rate, there were more packet losses than with a policy to mark rate-exceeding packets with the DSCP code for scavenger service (which was configured on the output interface to be served at a 5% rate). The interface counter statistics were obtained to make this determination. This finding will influence the design of steps 2 and 3 of HNTES, i.e., LSP provisioning and firewall filter configuration. Simulation study: A literature search to determine the most commonly accepted A/V requirements was conducted. For one-way delay, 0-25ms is required for operation without echo cancellers, ms is required for high-quality calls in the presence of echo cancellers, and ms is acceptable for satellite-link calls. Delays greater than 400ms should be avoided. Loss requirements vary from 1% to 5%. Losses occur when packets are delayed beyond the expected playout time. Adaptive playout buffers are used for packet voice. The goal of the simulation is to characterize, preferrably analytically, the minimum size and rate thresholds at which alpha flows start causing A/V flows to miss their requirement targets. These thresholds will depend on link rates, buffer size, and background traffic. The arrival pattern of alpha flows within the duration of an A/V flow is also important because every time a burst of alpha flow packets occupy a router buffer, an A/V packet will be delayed causing it to miss its deadline for playout at the receiver. Cost Status. Show approved budget by budget period and actual costs incurred. If cost sharing is required break out by DOE share, recipient share, and total costs. Please see attached file. Schedule Status. List milestones, anticipated completion dates and actual completion dates. If you submitted a project management plan with your application, you must use this plan to report schedule and budget variance. You may use your own project management system to provide this information. As per the document, dated Oct. 14, 2009, which was sent to the program manager, Dr. Thomas Ndousse-Fetter, and is available on the project web site, the milestone for this quarter is as follows: Aug. 31, 2012 Software demonstrations and reports of HNTES Next quarter deliverables: By the end of the next quarter, Aug. 31, 2012, the following deliverables will be completed: NetFlow analysis will be completed for the 7-month data and a journal paper submitted. 3

4 GridFTP analysis: Correlation between NetFlow data and GridFTP data will be undertaken. ANI testbed experiments will be undertaken to characterize packet losses under different policing configurations, transmission rates and buffer size allocations in the virtual queues for diffferent QoS classes. An ns2 simulation will be set up with background traffic, arriving and departing alpha flows, and a single long-held audio/video flow. Simulations will be run, and data collected. Any changes in approach or aims and reasons for change. Remember significant changes to the objectives and scope require prior approval by the contracting officer. Actual or anticipated problems or delays and actions taken or planned to resolve them. Any absence or changes of key personnel or changes in consortium/teaming arrangement. None A description of any product produced or technology transfer activities accomplished during this reporting period, such as: A. Publications (list journal name, volume, issue); conference papers; or other public releases of results. Z. Yan, C. Tracy, M. Veeraraghavan, "A Hybrid Network Traffic Engineering System," accepted in IEEE HPSR 2012, June 24-27, J. Li, M. Veeraraghavan, A Reliable Message Multicast Transport Protocol for Virtual Circuits, th International Conference on Communications, Mobility, and Computing (CMC 2012), May 2012, pp Jie Li, Matthew Manley, Malathi Veeraraghavan, Steve Emmerson, Analysis and selection of a network service for a scientific data distribution project, th International Conference on Communications, Mobility, and Computing (CMC 2012), May 2012, pp Z. Yan, Z. Liu, C. Tracy, and M. Veeraraghavan, Hybrid network traffic engineering system (HNTES), ESCC Meeting at Joint Techs Baton Rouge, LA Jan , Z. Yan, Z. Liu, C. Tracy, and M. Veeraraghavan, Hybrid Network Traffic Engineering System, Talk presented at Annual DOE PI meeting for the ASCR Network & Middleware, Mar. 1-2, Z. Liu, M. Veeraraghavan, Z. Yan, C. Tracy, J. Tie, I. Foster, J. Dennis, J. Hick, Y. Li and W. Yang, On using virtual circuits for GridFTP transfers, submitted to SC

5 B. Web site or other Internet sites that reflect the results of this project. UVA Hybrid Networking Project web site: Collaboration web site for project participants to post documents, discuss issues in an online forum, archive s, etc. The password-protected site is: C. Networks or collaborations fostered. We are working closely with the Chris Tracy, ESnet, and the ANI Tabletop Testbed design team, including Brian Tierney, Inder Monga, Chin Guok and Eric Pouyoul, ESNet. D. Technologies/Techniques. HNTES2.0 software modules, such as OFATv3, have been developed. They are currently under test. As noted earlier, the software will be made available via our open project web site. E. Inventions/Patent Applications F. Other products, such as data or databases, physical collections, audio or video, software or netware, models, educational aid or curricula, instruments or equipment. HNTES software, and results of traffic analysis, are available through our project web site. 5

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

Traffic engineering and GridFTP log analysis. Jan 17, 2013 Project web site:

Traffic engineering and GridFTP log analysis. Jan 17, 2013 Project web site: Traffic engineering and GridFTP log analysis Zhenzhen Yan, Z. Liu, M. Veeraraghavan University of Virginia mvee@virginia.edu Chris Tracy, Chin Guok ESnet ctracy@es.net Jan 17, 2013 Project web site: http://www.ece.virginia.edu/mv/research/doe09/index.html

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

Hybrid Network Traffic Engineering Software (HNTES)

Hybrid Network Traffic Engineering Software (HNTES) Hybrid Network Traffic Engineering Software (HNTES) Malathi Veeraraghavan and Zhenzhen Yan University of Virginia mvee@virginia.edu Feb. 28, 2010 Abstract: This document defines the purpose of the Hybrid

More information

4. The transport layer

4. The transport layer 4.1 The port number One of the most important information contained in the header of a segment are the destination and the source port numbers. The port numbers are necessary to identify the application

More information

On How to Provision Quality of Service (QoS) for Large Dataset Transfers

On How to Provision Quality of Service (QoS) for Large Dataset Transfers On How to Provision Quality of Service (QoS) for Large Dataset Transfers Zhenzhen Yan, Malathi Veeraraghavan Dept. of Electrical and Computer Engineering University of Virginia Charlottesville, VA, USA

More information

High-speed networking for scientific applications. John Dennis, NCAR, Robert D. Rusell, UNH, David Starobinski, BU

High-speed networking for scientific applications. John Dennis, NCAR, Robert D. Rusell, UNH, David Starobinski, BU High-speed networking for scientific applications PhD students: Zhenzhen Yan, Jie Li, Zhengyang Liu, Tian Jin, Zhe Song Collaborators: Chris Tracy, ESnet, Steve Emmerson, UCAR, John Dennis, NCAR, Robert

More information

A Hybrid Network Traffic Engineering System

A Hybrid Network Traffic Engineering System A Hybrid Network Traffic Engineering System Zhenzhen Yan, Chris Tracy, and Malathi Veeraraghavan Dept. of Electrical and Computer Eng., University of Virginia Charlottesville, VA 22904 4743 Email: {zy4d,mvee}@virginia.edu

More information

Measuring MPLS overhead

Measuring MPLS overhead Measuring MPLS overhead A. Pescapè +*, S. P. Romano +, M. Esposito +*, S. Avallone +, G. Ventre +* * ITEM - Laboratorio Nazionale CINI per l Informatica e la Telematica Multimediali Via Diocleziano, 328

More information

Real-Time Protocol (RTP)

Real-Time Protocol (RTP) Real-Time Protocol (RTP) Provides standard packet format for real-time application Typically runs over UDP Specifies header fields below Payload Type: 7 bits, providing 128 possible different types of

More information

Multicast and Quality of Service. Internet Technologies and Applications

Multicast and Quality of Service. Internet Technologies and Applications Multicast and Quality of Service Internet Technologies and Applications Aims and Contents Aims Introduce the multicast and the benefits it offers Explain quality of service and basic techniques for delivering

More information

Lecture 14: Performance Architecture

Lecture 14: Performance Architecture Lecture 14: Performance Architecture Prof. Shervin Shirmohammadi SITE, University of Ottawa Prof. Shervin Shirmohammadi CEG 4185 14-1 Background Performance: levels for capacity, delay, and RMA. Performance

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

Modular Policy Framework. Class Maps SECTION 4. Advanced Configuration

Modular Policy Framework. Class Maps SECTION 4. Advanced Configuration [ 59 ] Section 4: We have now covered the basic configuration and delved into AAA services on the ASA. In this section, we cover some of the more advanced features of the ASA that break it away from a

More information

HTG XROADS NETWORKS. Network Appliance How To Guide: EdgeBPR (Shaping) How To Guide

HTG XROADS NETWORKS. Network Appliance How To Guide: EdgeBPR (Shaping) How To Guide HTG X XROADS NETWORKS Network Appliance How To Guide: EdgeBPR (Shaping) How To Guide V 3. 8 E D G E N E T W O R K A P P L I A N C E How To Guide EdgeBPR XRoads Networks 17165 Von Karman Suite 112 888-9-XROADS

More information

Mohammad Hossein Manshaei 1393

Mohammad Hossein Manshaei 1393 Mohammad Hossein Manshaei manshaei@gmail.com 1393 Voice and Video over IP Slides derived from those available on the Web site of the book Computer Networking, by Kurose and Ross, PEARSON 2 Multimedia networking:

More information

On using virtual circuits for GridFTP transfers

On using virtual circuits for GridFTP transfers On using virtual circuits for GridFTP transfers Z. Liu, M. Veeraraghavan, Z. Yan, C. Tracy, J. Tie, I. Foster, J. Dennis, J. Hick, Y. Li and W. Yang University of Virginia (UVA), Charlottesville, VA 22904,

More information

Characterization of ESnet LAN traffic at LBNL and the Comparison Between TCPDUMP Collection and NetFlow Sampling.

Characterization of ESnet LAN traffic at LBNL and the Comparison Between TCPDUMP Collection and NetFlow Sampling. Characterization of ESnet LAN traffic at LBNL and the Comparison Between TCPDUMP Collection and NetFlow Sampling. Esnet Measurements Team measurements@es.net Mike Collins - Author Chin Guok - Measurement

More information

Characterization of high-rate large-sized flows

Characterization of high-rate large-sized flows Characterization of high-rate large-sized flows Tian Jin, Chris Tracy, Malathi Veeraraghavan University of Virginia Charlottesville, VA 22904 4743 Email: {tj3sr,mvee}@virginia.edu Energy Sciences Network

More information

Terabit-scale hybrid networking

Terabit-scale hybrid networking Terabit-scale hybrid networking SC program title: Terabit networking for extreme-scale science, FOA number DE-FOA-0000523 Applicant/Institution: University of Virginia Street Address/City/State/Zip POB

More information

H3C S9500 QoS Technology White Paper

H3C S9500 QoS Technology White Paper H3C Key words: QoS, quality of service Abstract: The Ethernet technology is widely applied currently. At present, Ethernet is the leading technology in various independent local area networks (LANs), and

More information

Multimedia Networking. Network Support for Multimedia Applications

Multimedia Networking. Network Support for Multimedia Applications Multimedia Networking Network Support for Multimedia Applications Protocols for Real Time Interactive Applications Differentiated Services (DiffServ) Per Connection Quality of Services Guarantees (IntServ)

More information

Configuring Firewall Filters (J-Web Procedure)

Configuring Firewall Filters (J-Web Procedure) Configuring Firewall Filters (J-Web Procedure) You configure firewall filters on EX Series switches to control traffic that enters ports on the switch or enters and exits VLANs on the network and Layer

More information

Hybrid Network Traffic Engineering System (HNTES) 2.0 Design Document

Hybrid Network Traffic Engineering System (HNTES) 2.0 Design Document Hybrid Network Traffic Engineering System (HNTES) 2.0 Design Document M. Veeraraghavan and Z. Yan Chris Tracy University of Virginia ESnet May 15, 2011 The purpose of this document is to define a revised

More information

Quality of Service in the Internet

Quality of Service in the Internet Quality of Service in the Internet Problem today: IP is packet switched, therefore no guarantees on a transmission is given (throughput, transmission delay, ): the Internet transmits data Best Effort But:

More information

Introduction to Protocols

Introduction to Protocols Chapter 6 Introduction to Protocols 1 Chapter 6 Introduction to Protocols What is a Network Protocol? A protocol is a set of rules that governs the communications between computers on a network. These

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

Module objectives. Integrated services. Support for real-time applications. Real-time flows and the current Internet protocols

Module objectives. Integrated services. Support for real-time applications. Real-time flows and the current Internet protocols Integrated services Reading: S. Keshav, An Engineering Approach to Computer Networking, chapters 6, 9 and 4 Module objectives Learn and understand about: Support for real-time applications: network-layer

More information

QoS Configuration. Overview. Introduction to QoS. QoS Policy. Class. Traffic behavior

QoS Configuration. Overview. Introduction to QoS. QoS Policy. Class. Traffic behavior Table of Contents QoS Configuration 1 Overview 1 Introduction to QoS 1 QoS Policy 1 Traffic Policing 2 Congestion Management 3 Line Rate 9 Configuring a QoS Policy 9 Configuration Task List 9 Configuring

More information

Quality of Service in the Internet. QoS Parameters. Keeping the QoS. Leaky Bucket Algorithm

Quality of Service in the Internet. QoS Parameters. Keeping the QoS. Leaky Bucket Algorithm Quality of Service in the Internet Problem today: IP is packet switched, therefore no guarantees on a transmission is given (throughput, transmission delay, ): the Internet transmits data Best Effort But:

More information

Kommunikationssysteme [KS]

Kommunikationssysteme [KS] Kommunikationssysteme [KS] Dr.-Ing. Falko Dressler Computer Networks and Communication Systems Department of Computer Sciences University of Erlangen-Nürnberg http://www7.informatik.uni-erlangen.de/~dressler/

More information

Grandstream Networks, Inc. GWN7000 QoS - VoIP Traffic Management

Grandstream Networks, Inc. GWN7000 QoS - VoIP Traffic Management Grandstream Networks, Inc. GWN7000 QoS - VoIP Traffic Management Table of Contents INTRODUCTION... 4 DSCP CLASSIFICATION... 5 QUALITY OF SERVICE ON GWN7000... 6 USING QOS TO PRIORITIZE VOIP TRAFFIC...

More information

Data & Computer Communication

Data & Computer Communication Basic Networking Concepts A network is a system of computers and other devices (such as printers and modems) that are connected in such a way that they can exchange data. A bridge is a device that connects

More information

Monitoring and Analysis

Monitoring and Analysis CHAPTER 3 Cisco Prime Network Analysis Module 5.1 has two types of dashboards: One type is the summary views found under the Monitor menu, and the other type is the over time views found under the Analyze

More information

Sharing Bandwidth Fairly During Congestion

Sharing Bandwidth Fairly During Congestion CHAPTER 12 When no QoS policies exist, the router serves traffic with best effort service. The router makes no distinction between high and low priority traffic and makes no allowances for the needs of

More information

CCNA MCQS with Answers Set-1

CCNA MCQS with Answers Set-1 CCNA MCQS with Answers Set-1 http://freepdf-books.com CCNA MCQS with Answers Set-1 Question 1# - Which of the following are ways to provide login access to a router? (choose all that apply) A. HTTP B.

More information

Configuring QoS CHAPTER

Configuring QoS CHAPTER CHAPTER 34 This chapter describes how to use different methods to configure quality of service (QoS) on the Catalyst 3750 Metro switch. With QoS, you can provide preferential treatment to certain types

More information

Quality of Service Mechanism for MANET using Linux Semra Gulder, Mathieu Déziel

Quality of Service Mechanism for MANET using Linux Semra Gulder, Mathieu Déziel Quality of Service Mechanism for MANET using Linux Semra Gulder, Mathieu Déziel Semra.gulder@crc.ca, mathieu.deziel@crc.ca Abstract: This paper describes a QoS mechanism suitable for Mobile Ad Hoc Networks

More information

UNIT 2 TRANSPORT LAYER

UNIT 2 TRANSPORT LAYER Network, Transport and Application UNIT 2 TRANSPORT LAYER Structure Page No. 2.0 Introduction 34 2.1 Objective 34 2.2 Addressing 35 2.3 Reliable delivery 35 2.4 Flow control 38 2.5 Connection Management

More information

Defining QoS for Multiple Policy Levels

Defining QoS for Multiple Policy Levels CHAPTER 13 In releases prior to Cisco IOS Release 12.0(22)S, you can specify QoS behavior at only one level. For example, to shape two outbound queues of an interface, you must configure each queue separately,

More information

Advanced Computer Networks

Advanced Computer Networks Advanced Computer Networks QoS in IP networks Prof. Andrzej Duda duda@imag.fr Contents QoS principles Traffic shaping leaky bucket token bucket Scheduling FIFO Fair queueing RED IntServ DiffServ http://duda.imag.fr

More information

Zhengyang Liu! Oct 25, Supported by NSF Grant OCI

Zhengyang Liu! Oct 25, Supported by NSF Grant OCI SDCI Net: Collaborative Research: An integrated study of datacenter networking and 100 GigE wide-area networking in support of distributed scientific computing Zhengyang Liu! Oct 25, 2013 Supported by

More information

Basics (cont.) Characteristics of data communication technologies OSI-Model

Basics (cont.) Characteristics of data communication technologies OSI-Model 48 Basics (cont.) Characteristics of data communication technologies OSI-Model Topologies Packet switching / Circuit switching Medium Access Control (MAC) mechanisms Coding Quality of Service (QoS) 49

More information

QUALITY of SERVICE. Introduction

QUALITY of SERVICE. Introduction QUALITY of SERVICE Introduction There are applications (and customers) that demand stronger performance guarantees from the network than the best that could be done under the circumstances. Multimedia

More information

Multimedia Networking

Multimedia Networking CMPT765/408 08-1 Multimedia Networking 1 Overview Multimedia Networking The note is mainly based on Chapter 7, Computer Networking, A Top-Down Approach Featuring the Internet (4th edition), by J.F. Kurose

More information

CHAPTER-2 IP CONCEPTS

CHAPTER-2 IP CONCEPTS CHAPTER-2 IP CONCEPTS Page: 1 IP Concepts IP is a very important protocol in modern internetworking; you can't really comprehend modern networking without a good understanding of IP. Unfortunately, IP

More information

Week 7: Traffic Models and QoS

Week 7: Traffic Models and QoS Week 7: Traffic Models and QoS Acknowledgement: Some slides are adapted from Computer Networking: A Top Down Approach Featuring the Internet, 2 nd edition, J.F Kurose and K.W. Ross All Rights Reserved,

More information

Networking Issues in LAN Telephony. Brian Yang

Networking Issues in LAN Telephony. Brian Yang Networking Issues in LAN Telephony Brian Yang 5-3-00 Topics Some background Flow Based QoS Class Based QoS and popular algorithms Strict Priority (SP) Round-Robin (RR), Weighted Round Robin (WRR) and Weighted

More information

4 rd class Department of Network College of IT- University of Babylon

4 rd class Department of Network College of IT- University of Babylon 1. INTRODUCTION We can divide audio and video services into three broad categories: streaming stored audio/video, streaming live audio/video, and interactive audio/video. Streaming means a user can listen

More information

ACL Rule Configuration on the WAP371

ACL Rule Configuration on the WAP371 Article ID: 5089 ACL Rule Configuration on the WAP371 Objective A network access control list (ACL) is an optional layer of security that acts as a firewall for controlling traffic in and out of a subnet.

More information

Quality of Service and Bandwidth Management

Quality of Service and Bandwidth Management CHAPTER 5 Cisco Unified Border Element (SP Edition) distributed model for the Cisco ASR 1000 Series Routers provides Quality of Service (QoS) and bandwidth management features to assure quality end-to-end

More information

QoS: Per-Session Shaping and Queuing on LNS

QoS: Per-Session Shaping and Queuing on LNS QoS: Per-Session Shaping and Queuing on LNS First Published: February 28, 2006 The QoS: Per-Session Shaping and Queuing on LNS feature provides the ability to shape (for example, transmit or drop) or queue

More information

QoS: Time-Based Thresholds for WRED and Queue Limit

QoS: Time-Based Thresholds for WRED and Queue Limit QoS: Time-Based Thresholds for WRED and Queue Limit The QoS: Time-Based Thresholds for WRED and Queue Limit feature allows you to specify the Weighted Random Early Detection (WRED) minimum and maximum

More information

Quality of Service II

Quality of Service II Quality of Service II Patrick J. Stockreisser p.j.stockreisser@cs.cardiff.ac.uk Lecture Outline Common QoS Approaches Best Effort Integrated Services Differentiated Services Integrated Services Integrated

More information

Network Protocols - Revision

Network Protocols - Revision Network Protocols - Revision Luke Anderson luke@lukeanderson.com.au 18 th May 2018 University Of Sydney Overview 1. The Layers 1.1 OSI Model 1.2 Layer 1: Physical 1.3 Layer 2: Data Link MAC Addresses 1.4

More information

CCNA Exam File with Answers. Note: Underlines options are correct answers.

CCNA Exam File with Answers. Note: Underlines options are correct answers. CCNA Exam File with Answers. Note: Underlines options are correct answers. 1. Which of the following are ways to provide login access to a router? (choose all that apply) A. HTTP B. Aux Port /TELNET C.

More information

Introduction to Networking

Introduction to Networking Introduction to Networking Chapters 1 and 2 Outline Computer Network Fundamentals Defining a Network Networks Defined by Geography Networks Defined by Topology Networks Defined by Resource Location OSI

More information

A Better-Than-Best Effort Forwarding Service For UDP

A Better-Than-Best Effort Forwarding Service For UDP University of North Carolina at Chapel Hill A Better-Than-Best Effort Forwarding Service For UDP Lightweight Active Queue Management for Multimedia Networking Kevin Jeffay Mark Parris Don Smith http://www.cs.unc.edu/reseach/dirt

More information

PLEASE READ CAREFULLY BEFORE YOU START

PLEASE READ CAREFULLY BEFORE YOU START Page 1 of 20 MIDTERM EXAMINATION #1 - B COMPUTER NETWORKS : 03-60-367-01 U N I V E R S I T Y O F W I N D S O R S C H O O L O F C O M P U T E R S C I E N C E Fall 2008-75 minutes This examination document

More information

PLEASE READ CAREFULLY BEFORE YOU START

PLEASE READ CAREFULLY BEFORE YOU START Page 1 of 20 MIDTERM EXAMINATION #1 - A COMPUTER NETWORKS : 03-60-367-01 U N I V E R S I T Y O F W I N D S O R S C H O O L O F C O M P U T E R S C I E N C E Fall 2008-75 minutes This examination document

More information

PFC QoS. Prerequisites for PFC QoS. Restrictions for PFC QoS CHAPTER

PFC QoS. Prerequisites for PFC QoS. Restrictions for PFC QoS CHAPTER 58 CHAPTER Prerequisites for, page 58- Restrictions for, page 58- Information about, page 58-7 Default Settings for, page 58-33 How to Configure, page 58-56 Common QoS Scenarios, page 58- Glossary, page

More information

Programming Guide KX-TDA5480 KX-TDA Channel VoIP Gateway Card. Model

Programming Guide KX-TDA5480 KX-TDA Channel VoIP Gateway Card. Model 4-Channel VoIP Gateway Card Programming Guide Model KX-TDA548 KX-TDA484 Thank you for purchasing a Panasonic 4-Channel VoIP Gateway Card. Please read this manual carefully before using this product and

More information

Implementation of a leaky bucket module for simulations in NS-3

Implementation of a leaky bucket module for simulations in NS-3 Implementation of a leaky bucket module for simulations in NS-3 P. Baltzis 2, C. Bouras 1,2, K. Stamos 1,2,3, G. Zaoudis 1,2 1 Computer Technology Institute and Press Diophantus Patra, Greece 2 Computer

More information

Presented by: B. Dasarathy OMG Real-Time and Embedded Systems Workshop, Reston, VA, July 2004

Presented by: B. Dasarathy OMG Real-Time and Embedded Systems Workshop, Reston, VA, July 2004 * This work is supported by DARPA Contract NBCH-C-03-0132. Network QoS Assurance through Admission Control* by B. Coan, B. Dasarathy, S. Gadgil, K. Parmeswaran, I. Sebuktekin and R. Vaidyanathan, Telcordia

More information

Sections Describing Standard Software Features

Sections Describing Standard Software Features 30 CHAPTER This chapter describes how to configure quality of service (QoS) by using automatic-qos (auto-qos) commands or by using standard QoS commands. With QoS, you can give preferential treatment to

More information

Chapter 6 Global CONFIG Commands

Chapter 6 Global CONFIG Commands Chapter 6 Global CONFIG Commands aaa accounting Configures RADIUS or TACACS+ accounting for recording information about user activity and system events. When you configure accounting on an HP device, information

More information

Computer Networks. More on Standards & Protocols Quality of Service. Week 10. College of Information Science and Engineering Ritsumeikan University

Computer Networks. More on Standards & Protocols Quality of Service. Week 10. College of Information Science and Engineering Ritsumeikan University Computer Networks More on Standards & Protocols Quality of Service Week 10 College of Information Science and Engineering Ritsumeikan University Introduction to Protocols l A protocol is a set of rules

More information

Metadata Configuration Guide Cisco IOS Release 15M&T

Metadata Configuration Guide Cisco IOS Release 15M&T Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 2014 Cisco Systems, Inc. All rights

More information

Progress Report No. 3. A Case Study on Simulation Scenario

Progress Report No. 3. A Case Study on Simulation Scenario NEXT GENERATION NETWORK (NGN) AVAILABILITY & RESILIENCE RESEARCH Progress Report No. 3 A Case Study on Simulation Scenario The University of Canterbury Team 21 December 2005 Progress Report This report

More information

HSCN Quality of Service (QoS) Policy

HSCN Quality of Service (QoS) Policy HSCN Quality of Service (QoS) Policy Published March 2018 Copyright 2018 Health and Social Care Information Centre. The Health and Social Care Information Centre is a non-departmental body created by statute,

More information

Lecture 13. Quality of Service II CM0256

Lecture 13. Quality of Service II CM0256 Lecture 13 Quality of Service II CM0256 Types of QoS Best Effort Services Integrated Services -- resource reservation network resources are assigned according to the application QoS request and subject

More information

Principles. IP QoS DiffServ. Agenda. Principles. L74 - IP QoS Differentiated Services Model. L74 - IP QoS Differentiated Services Model

Principles. IP QoS DiffServ. Agenda. Principles. L74 - IP QoS Differentiated Services Model. L74 - IP QoS Differentiated Services Model Principles IP QoS DiffServ Differentiated Services Architecture DSCP, CAR Integrated Services Model does not scale well flow based traffic overhead (RSVP messages) routers must maintain state information

More information

Configuring QoS CHAPTER

Configuring QoS CHAPTER CHAPTER 37 This chapter describes how to configure quality of service (QoS) by using automatic QoS (auto-qos) commands or by using standard QoS commands on the Catalyst 3750-E or 3560-E switch. With QoS,

More information

Quality of Service in the Internet

Quality of Service in the Internet Quality of Service in the Internet Problem today: IP is packet switched, therefore no guarantees on a transmission is given (throughput, transmission delay, ): the Internet transmits data Best Effort But:

More information

OER uses the following default value if this command is not configured or if the no form of this command is entered: timer: 300

OER uses the following default value if this command is not configured or if the no form of this command is entered: timer: 300 holddown holddown To configure the Optimized Edge Routing (OER) prefix route dampening timer to set the minimum period of time that a new exit must be used before an alternate exit can be selected, use

More information

MQC Hierarchical Queuing with 3 Level Scheduler

MQC Hierarchical Queuing with 3 Level Scheduler MQC Hierarchical Queuing with 3 Level Scheduler The MQC Hierarchical Queuing with 3 Level Scheduler feature provides a flexible packet scheduling and queuing system in which you can specify how excess

More information

Configuring and Managing the IP Camera

Configuring and Managing the IP Camera CHAPTER 3 The Cisco Video Surveillance IP Camera provides configuration windows that you use to configure and manage the IP camera. This chapter explains how to access the configuration windows, describes

More information

A Flow Label Based QoS Scheme for End-to-End Mobile Services

A Flow Label Based QoS Scheme for End-to-End Mobile Services A Flow Label Based QoS Scheme for End-to-End Mobile Services Tao Zheng, Lan Wang, Daqing Gu Orange Labs Beijing France Telecom Group Beijing, China e-mail: {tao.zheng; lan.wang; daqing.gu}@orange.com Abstract

More information

Comparing the bandwidth and priority Commands of a QoS Service Policy

Comparing the bandwidth and priority Commands of a QoS Service Policy Comparing the and priority s of a QoS Service Policy Contents Introduction Prerequisites Requirements Components Used Conventions Summary of Differences Configuring the Configuring the priority Which Traffic

More information

Configuring and Managing the IP Camera

Configuring and Managing the IP Camera CHAPTER 3 The Cisco Video Surveillance IP Camera provides configuration windows that you use to configure and manage the IP camera. This chapter explains how to access the configuration windows, describes

More information

What Is Congestion? Effects of Congestion. Interaction of Queues. Chapter 12 Congestion in Data Networks. Effect of Congestion Control

What Is Congestion? Effects of Congestion. Interaction of Queues. Chapter 12 Congestion in Data Networks. Effect of Congestion Control Chapter 12 Congestion in Data Networks Effect of Congestion Control Ideal Performance Practical Performance Congestion Control Mechanisms Backpressure Choke Packet Implicit Congestion Signaling Explicit

More information

Configuring QoS CHAPTER

Configuring QoS CHAPTER CHAPTER 36 This chapter describes how to configure quality of service (QoS) by using automatic QoS (auto-qos) commands or by using standard QoS commands on the Catalyst 3750 switch. With QoS, you can provide

More information

A DiffServ IntServ Integrated QoS Provision Approach in BRAHMS Satellite System

A DiffServ IntServ Integrated QoS Provision Approach in BRAHMS Satellite System A DiffServ IntServ Integrated QoS Provision Approach in BRAHMS Satellite System Guido Fraietta 1, Tiziano Inzerilli 2, Valerio Morsella 3, Dario Pompili 4 University of Rome La Sapienza, Dipartimento di

More information

Contents. QoS overview 1

Contents. QoS overview 1 Contents QoS overview 1 QoS service models 1 Best-effort service model 1 IntServ model 1 DiffServ model 1 QoS techniques overview 1 Deploying QoS in a network 2 QoS processing flow in a device 2 Configuring

More information

AT&T Collaborate TM. Network Assessment Tool

AT&T Collaborate TM. Network Assessment Tool AT&T Collaborate TM Network Assessment Tool 2016 AT&T Intellectual Property. All rights reserved. AT&T, Globe logo, Mobilizing Your World and DIRECTV are registered trademarks and service marks of AT&T

More information

Sections Describing Standard Software Features

Sections Describing Standard Software Features 27 CHAPTER This chapter describes how to configure quality of service (QoS) by using automatic-qos (auto-qos) commands or by using standard QoS commands. With QoS, you can give preferential treatment to

More information

DYNES: DYnamic NEtwork System

DYNES: DYnamic NEtwork System DYNES: DYnamic NEtwork System Artur Barczyk California Institute of Technology / US LHCNet TERENA e2e Workshop Prague, November 29 th, 2010 1 OUTLINE What is DYNES Status Deployment Plan 2 DYNES Overview

More information

Programmable Information Highway (with no Traffic Jams)

Programmable Information Highway (with no Traffic Jams) Programmable Information Highway (with no Traffic Jams) Inder Monga Energy Sciences Network Scientific Networking Division Lawrence Berkeley National Lab Exponential Growth ESnet Accepted Traffic: Jan

More information

Table of Contents 1 QoS Overview QoS Policy Configuration Priority Mapping Configuration 3-1

Table of Contents 1 QoS Overview QoS Policy Configuration Priority Mapping Configuration 3-1 Table of Contents 1 QoS Overview 1-1 Introduction to QoS 1-1 Networks Without QoS Guarantee 1-1 QoS Requirements of New Applications 1-1 Congestion: Causes, Impacts, and Countermeasures 1-2 Causes 1-2

More information

Enterprise QoS. Tim Chung Network Architect Google Corporate Network Operations March 3rd, 2010

Enterprise QoS. Tim Chung Network Architect Google Corporate Network Operations March 3rd, 2010 Enterprise QoS Tim Chung Network Architect Google Corporate Network Operations March 3rd, 2010 Agenda Challenges Solutions Operations Best Practices Note: This talk pertains to Google enterprise network

More information

Quarterly Progress Report (QPR) Instructions for Principal Investigators (PIs)

Quarterly Progress Report (QPR) Instructions for Principal Investigators (PIs) 1. Go to the ICT website (www.ict.illinois.edu) (unless you used the link from the email) 2. Click QPR Login (shown in the image below) 3. Enter username/password. (Follow instructions on website if you

More information

To address these challenges, extensive research has been conducted and have introduced six key areas of streaming video, namely: video compression,

To address these challenges, extensive research has been conducted and have introduced six key areas of streaming video, namely: video compression, Design of an Application Layer Congestion Control for Reducing network load and Receiver based Buffering Technique for packet synchronization in Video Streaming over the Internet Protocol Mushfeq-Us-Saleheen

More information

Configuring Cisco Performance Monitor

Configuring Cisco Performance Monitor This document contains information about and instructions for configuring Cisco Performance Monitor. Finding Feature Information, page 1 Information About Cisco Performance Monitor, page 1 Restrictions

More information

Internet Quality of Service: an Overview

Internet Quality of Service: an Overview Internet Quality of Service: an Overview W. Zhao and et al, Columbia University presented by 리준걸 2006.10.25 INC Lab, Seoul Nat l University Outline Introduce QoS framework IntServ DiffServ Detailed mechanism

More information

DOE Award number: Name of recipient: Project Title: Principal investigator: Date of Report: Period covered by the report:

DOE Award number: Name of recipient: Project Title: Principal investigator: Date of Report: Period covered by the report: Progress Report DOE Award number: DE-SC0004909 Name of recipient: University of Massachusetts, Dartmouth Project Title: Coordinated Multi-layer Multi-domain Optical Network (COMMON) for Large-Scale Science

More information

The Learning Network of Minnesota Blueprint for Higher Education

The Learning Network of Minnesota Blueprint for Higher Education The Learning Network of Minnesota Blueprint for Higher Education Introduction From its beginning in 1993 as an effort to provide network connectivity for public post-secondary institutions, the Learning

More information

RSVP Support for RTP Header Compression, Phase 1

RSVP Support for RTP Header Compression, Phase 1 RSVP Support for RTP Header Compression, Phase 1 The Resource Reservation Protocol (RSVP) Support for Real-Time Transport Protocol (RTP) Header Compression, Phase 1 feature provides a method for decreasing

More information

WRED Explicit Congestion Notification

WRED Explicit Congestion Notification Finding Feature Information, page 1 Prerequisites for WRED-Explicit Congestion Notification, page 1 Information About WRED-Explicit Congestion Notification, page 2 How to Configure WRED-Explicit Congestion

More information

EqualLogic Storage and Non-Stacking Switches. Sizing and Configuration

EqualLogic Storage and Non-Stacking Switches. Sizing and Configuration EqualLogic Storage and Non-Stacking Switches Sizing and Configuration THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL ERRORS AND TECHNICAL INACCURACIES. THE CONTENT IS

More information

Cross-Layer Architecture for H.264 Video Streaming in Heterogeneous DiffServ Networks

Cross-Layer Architecture for H.264 Video Streaming in Heterogeneous DiffServ Networks Cross-Layer Architecture for H.264 Video Streaming in Heterogeneous DiffServ Networks Gabriel Lazar, Virgil Dobrota, Member, IEEE, Tudor Blaga, Member, IEEE 1 Agenda I. Introduction II. Reliable Multimedia

More information