MPICH-GQ: Quality-Of-Service for Message Passing Programs

Total Page:16

File Type:pdf, Size:1020Kb

MPICH-GQ: Quality-Of-Service for Message Passing Programs MPICH-GQ: Quality-of-Service for Message Passing Programs Alain Roy ∗ Ian Foster ∗† William Gropp † Nicholas Karonis ‡ Volker Sander § Brian Toonen † Abstract One approach to dealing with contention is to explicitly manage the allocation of scarce resources to different pur- Parallel programmers typically assume that all resources poses. If appropriate mechanisms can be provided for ex- required for a program’s execution are dedicated to that pressing application requirements, for arbitrating between purpose. However, in local and wide area networks, con- different requirements, for enforcing allocations, and for tention for shared networks, CPUs, and I/O systems can providing feedback to applications concerning achieved result in significant variations in availability, with con- performance, then applications can, in principle, adapt sequent adverse effects on overall performance. We de- their behavior according to resource availability. How- scribe a new message-passing architecture, MPICH-GQ, ever, while such quality of service (QoS) mechanisms that uses quality of service (QoS) mechanisms to man- have been developed for low-bandwidth, constant bit-rate age contention and hence improve performance of mes- media flows with unreliable protocols [21, 4, 28, 30, 29], sage passing interface (MPI) applications. MPICH-GQ the high-performance, often bursty traffic patterns, com- combines new QoS specification, traffic shaping, QoS plex communication structures, and reliable protocols en- reservation, and QoS implementation techniques to de- countered in high-performance computing applications liver QoS capabilities to the high-bandwidth bursty flows, pose new challenges. Furthermore, the sockets-based ap- complex structures, and reliable protocols used in high- plication programming interfaces (APIs) typically pro- performance applications—characteristics very different vided for managing QoS are not appropriate for scientific from the low-bandwidth, constant bit-rate media flows applications. and unreliable protocols for which QoS mechanisms were We describe a system, MPICH-GQ, that addresses the designed. Results obtained on a differentiated services problems just listed, providing the parallel programmer testbed demonstrate our ability to maintain application with a QoS framework that supports: performance in the face of heavy network contention. • high-bandwidth (tens of Megabits per second: Mb/s) Keywords: MPI, Quality of Service, Differentiated Services, flows TCP • reliable protocols, specifically TCP/IP • a variety of different low-level QoS enforcement 1 Introduction mechanisms The performance achieved by parallel programs is often • both immediate and advance reservation, and co- adversely affected by contention for resources such as net- reservation of CPU, network, and other resources works and I/O systems. In the case of networks, even a needed for end-to-end performance small amount of contention over a critical link can play • a familiar high-level programming model, namely havoc with overall performance, particularly when an ap- the message passing interface (MPI) plication is using TCP/IP as its communication protocol: TCP/IP’s built in contention-avoidance mechanisms can Our prototype MPICH-GQ implementation combines ele- reduce communication rates drastically, potentially idling ments of the MPICH-G2 (formerly MPICH-G) wide area many processors. implementation of MPI [18, 10] and the General-purpose Architecture for Reservation and Allocation (GARA) ∗Department of Computer Science, The University of Chicago, Chicago, IL 60637, U.S.A. QoS framework [14, 15]. Experimental studies with sim- †Mathematics and Computer Science Division, Argonne National ple MPI benchmark studies demonstrate our ability to de- Laboratory, Argonne, IL 60439, U.S.A. liver high performance in the face of network contention. ‡ High-Performance Computing Laboratory, Department of Com- This work is part of a larger project focused on exploit- puter Science, Northern Illinois University, DeKalb, IL 60115, U.S.A. §Central Institute for Applied Mathematics, Forschungszentrum ing MPI as a standards-based API for advanced network Julich¨ GmbH, 52425 Julich,¨ Germany computing. This work has produced new techniques for Published in the Proceedings of the IEEE/ACM SC2000 Conference 0-7803-9802-5/2000/$10.00 (c) 2000 IEEE. November, 2000 constructing topology-aware collective operations [24] as the service marked in the packet. This approach greatly well as a first version of MPICH-G [10], a “Grid-” [12] or simplifies the task of the routers in the interior of the net- network-aware implementation of MPI that uses mecha- work. nisms provided by the Globus toolkit [11] to address se- In addition to classifying and marking the packets, edge curity, startup, remote I/O, and other issues that can hinder devices may have to perform policing and shaping. Polic- distributed execution. The PACX [16], MetaMPI [7], and ing is a mechanism to ensure that senders do not send MAGPIE [25] systems also address some of these issues, too much high-quality traffic; if the sender transmits data but not QoS. too quickly, policing will throw out traffic above a cer- tain rate. Policing is often implemented through a token bucket mechanism. The size of the token bucket controls 2 Quality of Service: A Brief Re- how quickly an application can send data: tokens are grad- view ually added to the token bucket and packets are only sent if there are tokens in the bucket. Policing is important We review briefly the state of the art in network QoS when the network provider wishes to offer not simply dif- mechanisms, focusing on methods used within Internet ferent types of service, but some sort of guarantee on a Protocol (IP)-based packet-switched networks. service: if access to the service is unrestricted, it may be In today’s Internet, the packets constituting an impossible to provide such guarantees. Shaping is impor- application-level flow pass through a series of routers as tant when application traffic is bursty. If these bursts are they travel from their source to their destination. An in- not smoothed to be less bursty, policing may cause pack- dividual router must make decisions with implications for ets to be dropped. As we explain below, shaping can be perceived QoS whenever more than one incoming packet performed either in the router or in the application. can be forwarded at the same time. The router must then The Internet Engineering Task Force (IETF) has de- choose to forward one packet before the other(s), which fined two different types of DS services. These are not are queued and hence delayed; if the number of incoming services in the “end-to-end” sense of the word, but instead packets exceeds the output rate of the router for an ex- are per hop behaviors (PHBs). That is, they define how tended period, the router must also choose which packets packets are treated at each router. One PHB that is of to discard. particular interest to us in the Expedited Forwarding (EF) Two primary approaches to QoS have been proposed behavior which says that all packets in the “expedited” within the IP context. In the Integrated Services (IS) [2] router queue are sent before any other packets are sent. approach, a reservation is made at each router between Clearly, to prevent starvation of nonexpedited flows, the the endpoints of a reservation, usually via the Resource number of expedited packets must be carefully limited. ReserVation Protocol (RSVP) [3]. Each router distin- It is possible to build a premium end-to-end service that guishes each of the reserved flows and provides each flow provides statistical bandwidth guarantees on top of the with performance guarantee, either statistical or strict. EF PHB by doing careful admission control and policing The IS approach has been criticized as being too “heavy,” at the edge routers. Normally, admission control is per- however, because each router is required to recognize and formed not by the router but by an external QoS system, treat each application-level flow separately, which may be usually referred to as a bandwidth broker. In this paper, too much of a burden to place on routers in the core of a we will not discuss admission control and the bandwidth large network such as the Internet. broker in detail, although it is part of the GARA system In the Differentiated Services (DS) [1] approach, as described below. routers that are at the “edge” of a DS network recognize In brief, then, the task of providing application-level packets that should receive better service by classifying QoS maps to that of configuring key parameters (flow the packets based on information in the header, such as rates, bucket sizes) within individual routers. This map- source and destination addresses and ports. For exam- ping is fairly straightforward for the media applications ple, a network provider may choose to give better-quality that have motivated most work on QoS, because of their service to all packets sent in video flows, or may have a simple and regular communication structures. For exam- bandwidth reservation system that allows applications to ple, an audio stream may comprise 1000 bit packets, gen- request specific amounts of bandwidth for particular ap- erated every 64th of a second, for a total bandwidth re- plication flows. Once an edge router classifies a packet as quirement of 64 Kb/s. Therefore, we configure the under- needing better service, it marks that packet in the header lying network to support a flow with premium bandwidth with a particular service. In the interior of the network, of 64 Kb/s and a token bucket depth of 1000 bits. As packets are no longer fully classified as they were by the we discuss in the following, things are more complex for edge routers, but they are treated as an aggregate based on high-performance applications. 2 55000 3 Quality of Service and MPI TCP Flow Reservation 50000 The communication structures associated with MPI appli- cations are often significantly more complex than in me- 45000 dia applications, in three principal respects: 40000 • Communication is often bursty: an application may 35000 compute for a while, then call a communication Bandwidth (Kb/s) function, then compute some more.
Recommended publications
  • Traffic Management in Multi-Service Access Networks
    MARKETING REPORT MR-404 Traffic Management in Multi-Service Access Networks Issue: 01 Issue Date: September 2017 © The Broadband Forum. All rights reserved. Traffic Management in Multi-Service Access Networks MR-404 Issue History Issue Approval date Publication Date Issue Editor Changes Number 01 4 September 2017 13 October 2017 Christele Bouchat, Original Nokia Comments or questions about this Broadband Forum Marketing Draft should be directed to [email protected] Editors Francois Fredricx Nokia [email protected] Florian Damas Nokia [email protected] Ing-Jyh Tsang Nokia [email protected] Innovation Christele Bouchat Nokia [email protected] Leadership Mauro Tilocca Telecom Italia [email protected] September 2017 © The Broadband Forum. All rights reserved 2 of 16 Traffic Management in Multi-Service Access Networks MR-404 Executive Summary Traffic Management is a widespread industry practice for ensuring that networks operate efficiently, including mechanisms such as queueing, routing, restricting or rationing certain traffic on a network, and/or giving priority to some types of traffic under certain network conditions, or at all times. The goal is to minimize the impact of congestion in networks on the traffic’s Quality of Service. It can be used to achieve certain performance goals, and its careful application can ultimately improve the quality of an end user's experience in a technically and economically sound way, without detracting from the experience of others. Several Traffic Management mechanisms are vital for a functioning Internet carrying all sorts of Over-the-Top (OTT) applications in “Best Effort” mode. Another set of Traffic Management mechanisms is also used in networks involved in a multi-service context, to provide differentiated treatment of various services (e.g.
    [Show full text]
  • A Passive Approach to Detection of Traffic Shaping
    A Passive Approach to Detection of Traffic Shaping Mark Norman and John Leis Electrical, Electronic and Computer Engineering, University of Southern Queensland, Australia, E-mail: [email protected] Abstract—Internet service providers often alter the profile of Shapers delay some or all of the packets in data traffic, a practice referred to as “shaping”. This may be a traffic stream in order to bring the stream into done in order to comply with a service contract, or for the compliance with a traffic profile. A shaper usually provisioning of services with real-time delivery constraints. This means that the effective throughput to the customer is reduced has a finite-size buffer, and packets may be discarded in some way, either for all traffic, or for one or more individual if there is not sufficient buffer space to hold the flows. The presence of traffic shaping may be controversial in delayed packets. some circumstances, particularly when certain classes of traffic are shaped (thus altering the traffic profile). The detection of Shaping is usually implemented in practice via a buffer- the existence of traffic shaping on a particular connection or ing algorithm – the so-called “leaky bucket” or the “token flow is desirable, but technically it is a nontrivial problem. This bucket”, depending on the requirements. Both algorithms are is especially so if the end-user has limited or no knowledge well-known. In this work, we do not assume any particular of the outside network conditions. In this paper, we propose a “blind” traffic shaping detection algorithm, and investigate its algorithmic implementation of the shaping itself.
    [Show full text]
  • Design of Traffic Shaper / Scheduler for Packet Switches and Diffserv Networks : Algorithms and Architectures
    New Jersey Institute of Technology Digital Commons @ NJIT Dissertations Electronic Theses and Dissertations Spring 5-31-2001 Design of traffic shaper / scheduler for packet switches and DiffServ networks : algorithms and architectures Surong Zeng New Jersey Institute of Technology Follow this and additional works at: https://digitalcommons.njit.edu/dissertations Part of the Electrical and Electronics Commons Recommended Citation Zeng, Surong, "Design of traffic shaper / scheduler for packet switches and DiffServ networks : algorithms and architectures" (2001). Dissertations. 491. https://digitalcommons.njit.edu/dissertations/491 This Dissertation is brought to you for free and open access by the Electronic Theses and Dissertations at Digital Commons @ NJIT. It has been accepted for inclusion in Dissertations by an authorized administrator of Digital Commons @ NJIT. For more information, please contact [email protected]. Copyright Warning & Restrictions The copyright law of the United States (Title 17, United States Code) governs the making of photocopies or other reproductions of copyrighted material. Under certain conditions specified in the law, libraries and archives are authorized to furnish a photocopy or other reproduction. One of these specified conditions is that the photocopy or reproduction is not to be “used for any purpose other than private study, scholarship, or research.” If a, user makes a request for, or later uses, a photocopy or reproduction for purposes in excess of “fair use” that user may be liable for copyright
    [Show full text]
  • Market for Parking Access Services
    ITS America The Intelligent Transportation Society of America (ITS America) Connected Vehicle Insights Fourth Generation Wireless Vehicle and Highway Gateways to the Cloud An evaluation of Long Term Evolution (LTE) and other wireless technologies’ impact to the transportation sector Steven H. Bayless Technology Scan Series 2011-2012 0 Connected Vehicle Insights: 4G Wireless: Vehicle and Highway Gateways to the Cloud ITS America INTRODUCTION With Fourth Generation cellular (4G), we will see the complete extension of the internet suite of protocols to the wireless environment. 4G likely represents the end of the traditional siloed telecommunications approach that has been the result of decades of investment in single-application “purpose built” wireless technologies (e.g. radio, TV, land mobile, and cellular) and regulatory practice. Current investment patterns in infrastructure provide a strong indication of what will be available and provided in what quantities, quality, and cost beyond 2015 for both terminal devices and network infrastructure. This paper examines how next generation wide-area cellular such as 4G will be able to support vehicular applications, and how transportation infrastructure may mesh with wireless networks. Specifically, it suggests that automotive electronics engineers will need to be cognizant of how application data is treated by 4G Long Term Evolution (LTE) networks, and how innovations such as self-organizing femto-cells, “traffic shaping” and heterogeneous or “vertical roaming” across different radio access technologies may improve the performance of off-board or “cloud” -based vehicular applications Furthermore, the paper suggests that over the long term, vehicles will serve as wireless gateways that manage and collect data a number of devices or sensors deployed in vehicles and highway infrastructure, utilizing 4G cellular as the last-mile wide-area connection to the cloud.
    [Show full text]
  • RFC 6349 Testing with Truespeed™ from JDSU—Experience Your
    RFC 6349 Testing with TrueSpeed™ from JDSU— Experience Your Network as Your Customers Do RFC 6349 is the new transmission control protocol (TCP) throughput test methodology that JDSU co-authored along with representatives from Bell Canada and Deutsche Telecom. Recently issued by the Internet Engineering Task Force (IETF) organization, RFC 6349 provides a repeatable test method for TCP throughput analysis with systematic processes, metrics, and guidelines to optimize the network and server performance. This application note summarizes RFC 6349, “Framework for TCP Throughput Testing,” and highlights the automated and fully compliant JDSU RFC 6349 implementation, TrueSpeed, now available on the JDSU T-BERD®/MTS-6000A Multi-Services Application Module (MSAM) and T-BERD/MTS-5800 Handheld Network Tester. This application note also discusses the integration of TrueSpeed RFC 6349 with the ITU Y.1564 Ethernet service activation standard. This powerful testing combination provides a comprehensive means to ensure an optimized end-customer experience in multi-service (such as triple play) environments. RFC 6349 TCP Test Methodology RFC 6349 specifies a practical methodology for measuring end-to-end TCP throughput in a managed IP network with a goal of providing a better indication of the user experience. In the RFC 6349 framework, TCP and IP parameters are also specified to optimize TCP throughput. RFC 6349 recommends always conducting a Layer 2/3 turn-up test before TCP testing. After verifying the network at Layer 2/3, RFC 6349 specifies conducting
    [Show full text]
  • The Local and Global Effects of Traffic Shaping in the Internet
    The Local and Global Effects of Traffic Shaping in the Internet Massimiliano Marcon Marcel Dischinger Krishna P. Gummadi Amin Vahdat MPI-SWS MPI-SWS MPI-SWS UCSD [email protected] [email protected] [email protected] [email protected] Abstract—The Internet is witnessing explosive growth in traf- ISPs limit the aggregate bandwidth consumed by bulk flows fic, in large part due to bulk transfers. Delivering such traffic is to a fixed value, independently of the current level of link expensive for ISPs because they pay other ISPs based on peak utilization [16]. A few ISPs even resort to blocking entire utilization. To limit costs, many ISPs are deploying ad-hoc traffic shaping policies that specifically target bulk flows. However, there applications [12]. So far, these policies are not supported by is relatively little understanding today about the effectiveness of an understanding of their economic benefits relative to their different shaping policies at reducing peak loads and what impact negative impact on the performance of bulk transfers, and thus these policies have on the performance of bulk transfers. their negative impact on customer satisfaction. In this paper, we compare several traffic shaping policies with respect to (1) the achieved reduction in peak network traffic Against this backdrop, this paper poses and answers two and (2) the resulting performance loss for bulk transfers. We questions: identified a practical policy that achieves peak traffic reductions of up to 50% with only limited performance loss for bulk 1. What reduction in peak utilization can an ISP achieve transfers. However, we found that the same policy leads to large by traffic shaping only bulk flows, and how much do performance losses for bulk transfers when deployed by multiple ISPs along a networking path.
    [Show full text]
  • Experience the Network As Your Customers Do— Closing the Turn-Up Gap
    Experience the Network as Your Customers Do— Closing the Turn-up Gap Traditionally, Layer 2/3 turn-up tests such as RFC 2544 have been conducted when installing Ethernet services. After providers “certify” their networks with either an RFC 2544 test or the new Y.1564 test, they can still receive complaints of poor application performance from business-end customers using video conferencing, YouTube, Facebook, or cloud-based applications. The gap in installation testing, namely the omission of transmission control protocol (TCP)-layer testing, which is key to optimal end-customer application layer performance, is the cause for this disconnect. Figure 1 portrays a simplified view of the protocol stack and the gap between current turn-up testing methodologies and the end-user experience. End User applications (Facebook, YouTube) TCP Testing gap is TCP IP/Ethernet Tested by RFC 2544 and Y.1564 Figure 1. Simplified protocol stack showing the gap between turn-up testing and the end-user experience This testing gap does not let network providers experience network performance like their customers, so they need a solution that can verify TCP-layer performance before end-customer activation. Testing at the TCP layer can eliminate additional truck rolls, tech support calls, and customer churn which provides substantially positive implications to providers’ operating expenses (OpEx). White Paper This white paper: y Briefly introduces the TCP protocol y Summarizes some common customer-premises equipment (CPE) and network issues that can adversely affect TCP and application performance y Introduces the new IETF RFC 6349 TCP test methodology y Demonstrates the benefits to network providers who conduct RFC 6349-based TCP-layer installation testing Network and CPE Issues that Adversely Affect TCP TCP operates at open system interconnection (OSI) Layer 4 and resides on top of the IP Layer 3.
    [Show full text]
  • Traffic Management Strategies for Operators
    Traffic Management Strategies for Operators QUALCOMM, Incorporated January 2011 For more information on Qualcomm innovations: http://www.qualcomm.com/innovation/research/feature_project/femtocells.html Traffic Offload Table of Contents [1] Executive Summary ......................................................................... 1 [2] Overview of the Traffic Management Problem ................................ 2 [3] Traffic Management in Macro cellular Network ............................... 4 3.1 Innovations in Connection Management ................................. 4 3.2 Enhanced Cell_FACH Mechanism .......................................... 6 3.3 Dynamic QoS Control .............................................................. 7 3.4 SIPTO Techniques ................................................................ 10 [4] Traffic Offload via Microcells and Pico Cells .................................. 11 4.1 Performance Gains with Microcells ....................................... 13 4.2 Analysis ................................................................................. 14 [5] Traffic Offload via Femto Deployments ......................................... 16 5.1 Performance Results ............................................................. 17 5.2 Femtocells Key Challenges and Solutions ............................ 20 5.3 Femtocell Transmit Power Self Calibration ........................... 20 [6] Traffic Offload via Wi-Fi Access Points .......................................... 21 [7] Conclusions ...................................................................................
    [Show full text]
  • Study of Traffic Control and Congestion Control in Broadband ISDN
    study of Traffic Control and Congestion Control in Broadband ISDN Yoon D. Chang David H. Su U.S. DEPARTMENT OF COMMERCE Technolo^ Administration National Institute of Standards and Technology Computer Systems Laboratory Advanced Systems Division Gaithersburg, MD 20899 100 . U56 5000 NIST 1992 NISTIR 5000 Study of Traffic Control and Congestion Control in Broadband ISDN Yoon D. Chang David H. Su U.S. DEPARTMENT OF COMMERCE Technology Administration National Institute of Standards and Technology Computer Systems Laboratory Advanced Systems Division Gaithersburg, MD 20899 December 1992 U.S. DEPARTMENT OF COMMERCE Barbara Hackman Franklin, Secretary TECHNOLOGY ADMINISTRATION Robert M. White, Under Secretary for Technology NATIONAL INSTITUTE OF STANDARDS AND TECHNOLOGY John W. Lyons, Director ' ' ' f * !?• ij *' i^r I. .f ’. : :j ' ' ‘ > I, 1 a ‘d^ H J4r:%':'-'A " •; '<; ‘'li " *r»^'.-VA^'^' •'.%> • - •, yir 4 , V/ 1 »|/? ,^,uJ* I:i;r ^ Vi \ ?# ' .*:.. ,r-«k •»n!i ><i> v'''i«( m*•gia 4-u •^-<* #• .j,-A vi^*«r!P ' ; , . WWSJiWV'. , ^ *if r!t<''f«i' ’t ^, •i» STUDY OF TRAFFIC CONTROL and CONGESTION CONTROL IN BROADBAND ISDN Yoon D. Chang David Su ABSTRACT In Broadband Integrated Services Digital Network (B-ISDN), the Asynchronous Transfer Mode (ATM) network architecture has been adopted as the switching and multiplexing scheme. One of the important ATM architectural issues is trafBc and congestion control. Many schemes, algorithms and theories have been studied for network flow control, congestion control, and trafBc control in order to find suitable techniques to manage network trafBc effectively to meet the quality of service requirement for network users. Among B-ISDN terminals in a Customer Premises Network (CPN) domain, a new flow control concept refered to as Generic Row Control (GFC), has been adopted and its protocol standardization is under study.
    [Show full text]
  • An Internet-Wide Analysis of Traffic Policing
    An Internet-Wide Analysis of Traffic Policing Tobias Flach∗y, Pavlos Papageorgey, Andreas Terzisy, Luis D. Pedrosa∗, Yuchung Chengy, Tayeb Karimy, Ethan Katz-Bassett∗, and Ramesh Govindan∗ ∗ University of Southern California y Google Enforces rate by dropping excess packets immediately – Can result in high loss rates Abstract. Large flows like video streams consume signifi- Policing cant bandwidth. Some ISPs actively manage these high vol- + Does not require memory buffer ume flows with techniques like policing, which enforces a + No RTT inflation Enforces rate by queueing excess packets flow rate by dropping excess traffic. While the existence of + Only drops packets when buffer is full Shaping policing is well known, our contribution is an Internet-wide – Requires memory to buffer packets study quantifying its prevalence and impact on transport- – Can inflate RTTs due to high queueing delay level and video-quality metrics. We developed a heuristic to Table 1: Overview of policing and shaping. identify policing from server-side traces and built a pipeline to process traces at scale collected from hundreds of Google search that require low latency. To achieve coexistence and servers worldwide. Using a dataset of 270 billion packets enfore plans, an ISP might enforce different rules on its traf- served to 28,400 client ASes, we find that, depending on re- fic. For example, it might rate-limit high-volume flows to gion, up to 7% of connections are identified to be policed. avoid network congestion, while leaving low-volume flows Loss rates are on average 6× higher when a trace is policed, that have little impact on the congestion level untouched.
    [Show full text]
  • Net Neutrality
    Net Neutrality According to Wikipedia... ● “Net neutrality is the principle that Internet service providers and governments regulating most of the Internet must treat all data on the Internet the same, and not discriminate or charge differentially by user, content, website, platform, application, type of attached equipment, or method of communication.” ● Term coined by Tim Wu in 2003 For it Against it Related concepts ● End-to-end principle: network smarts should be at the edges of the network ● Traffic shaping: control of network traffic ● Quality of Service (QoS): guaranteeing performance by reserving resources Specific fights ● Comcast vs. Bittorrent users ● Netflix vs. Comcast ● AT&T vs. Facetime ● Verizon vs. Netflix and Youtube Arguments for ● Internet should be easily accessible by all – Freedom of speech issue – Examples: Kazakhstan and China ● Slow content can turn users away ● Discrimination of IP packets == censorship ● Common carriers Arguments against ● Stifles innovation and reinvestment ● Stifles investment in underserved areas, hurting minority communities ● Deters competition, e.g., smaller ISPs ● Companies like Netflix overuse bandwidth ● Internet functioned for a long time without it Related: Zero Rating ● Practice of not charging Internet users for traffic for specific applications or Internet services ● Facebook Zero, Google Free Zone, Wikipedia Zero ● Especially common in the developing world Is the debate about net neutrality still going? ● Yes, and it probably will be for a long time – Fundamentally a battle for
    [Show full text]
  • Traffic Control Feature Overview and Configuration Guide
    Technical Guide Traffic Control Feature Overview and Configuration Guide Introduction This guide describes Traffic Control and how to configure it. This new Traffic Control feature replaces the existing feature called Traffic Shaping. Traffic Control (often referred to as Quality of Service or QoS) optimizes the service provided to users when interfaces become oversubscribed. This means creating policies that: identify which traffic belongs to which services apply different control parameters to the traffic belonging to different services These control parameters are applied to traffic to optimize the services and can be applied in a variety of combinations: prioritization bandwidth limiting marking egress scheduling This document explains each of the component aspects of Traffic Control including relevant commands and example configurations. The components covered are: Policies, see "Policies" on page 3 Classifying traffic using rules, see "Classifying traffic using rules" on page 6 Traffic classes and queues, see "Traffic classes and queues" on page 9 Scheduling algorithms, see "Queueing and scheduling algorithms" on page 12 Bandwidth limiting, see "Bandwidth limiting and burst control" on page 15 C613-22082-00 x REV D alliedtelesis.com Traffic Control Contents Introduction ........................................................................................................................ 1 Products and software version that apply to this guide .............................................. 2 Overview of Traffic Control................................................................................................
    [Show full text]