The Interaction Between the DOCSIS 1.1/2.0 MAC Protocol and TCP

Total Page:16

File Type:pdf, Size:1020Kb

The Interaction Between the DOCSIS 1.1/2.0 MAC Protocol and TCP The Interaction Between the DOCSIS 1.1/2.0 MAC Protocol and TCP Application Performance Jim Martin [email protected] Department of Computer Science Clemson University Keywords— DOCSIS, TCP performance, performance analysis, broadband access Abstract The deployment of data-over-cable broadband Internet access continues to unfold throughout the world. While there are competing technologies, the Data over Cable (DOCSIS) 1.1/2.0 effort is emerging as the single standard. There has been little research exploring the impact that the DOCSIS 1.1/2.0 MAC and physical layers has on the performance of Internet applications. We have developed a model of DOCSIS using the ‘ns’ simulation package. In this paper we present the results of a performance analysis that we have conducted using the model. The contribution of our work is twofold. First, we provide insight into the interaction between the DOCSIS MAC protocol and web traffic. Our analysis suggests that DOCSIS does not efficiently support downstream web browsing. Second, we show how a DOCSIS system is vulnerable to a denial of service attack by a hacker who exploits the interaction between the DOCSIS MAC layer and TCP. We show that downstream rate control is not sufficient to avoid the vulnerability. Introduction The DOCSIS Radio Frequency Interface specification defines the Media Access Control (MAC) layer as well as the physical communications layer [1] that is used to provide high speed data communication over a cable HFC infrastructure. DOCSIS 1.1, the current standard, provides a set of ATM-like services with equivalent quality of service mechanisms. The next generation DOCSIS standard (version 2.0) enhances the physical layer communication methods with higher upstream date rates and improved performance tolerance to bursts of noise. More importantly, DOCSIS 2.0 can provide symmetric data communications. Figure 1 illustrates a simplified DOCSIS environment. A Cable Modem Termination System (CMTS) interfaces with hundreds or possibly thousands of Cable Modem’s (CMs). The Cable Operator allocates a portion of the RF spectrum for data usage and assigns a channel to a set of CMs. A downstream RF channel of 6 Mhz (8Mhz in Europe) is shared by all CMs in a one-to-many bus configuration (i.e., the CMTS is the only sender). DOCSIS 1.1 supports a maximum downstream data rate of roughly 30.34Mbps. Upstream channels of 3.2Mhz offer maximum data rates up to 10.3.Mbps that is shared by all CMs using a TDMA based system. DOCSIS 2.0 increases upstream capacity to 30 Mbps through more advanced modulation techniques and by increasing the RF channel allocation to 6.4 Mhz. Residential network Public CM-1 Internet Residential CM-1 network DOCSIS 1.1/2.0 CM-1 CMTS Cable Network . CMTS CM-1 Enterprise POP Broadband Service Provider network ‘n’ homes or CMTS organizations Contention Slots Data Slots Maintenance slots sharing a channel . Corporate CMTS intranet Figure 1. DOCSIS cable access environment Figure 2. Example upstream MAP allocation 1 The CMTS makes upstream CM bandwidth allocations based on CM requests and QoS policy requirements. The upstream channel is divided into ‘mini-slots’ which, depending on system configuration, normally contain between 8 to 32 bytes of data. Figure 2 illustrates a possible MAP allocation that includes allocated slots for contention requests, user data and management data. A critical component of DOCSIS is the upstream bandwidth allocation algorithm. The DOCSIS specification purposely does not specify these algorithms so that vendors are able to develop their own solutions. DOSCIS does require CMs to support the following set of scheduling services: • Unsolicited Grant Service (UGS) • Real-Time Polling Service (rtPS) • Unsolicited Grant Service with Activity Detection (UGS-AD) • Non-Real-Time Polling Service (nrtPS) • Best Effort Service (BE) All DOCSIS scheduling algorithms will share a set of basic system parameters. These include the amount of time in the future that the scheduler considers when making allocation decisions (we refer to this parameter as the MAP_TIME), the frequency at which MAPs are issued, the frequency of contention slot offerings and the range of collision backoff times. The complex interactions between DOCSIS operating parameters and the subsequent impact on system and application performance is not well understood. We have developed a model of the Data over Cable (DOCSIS) 1.1/2.0 MAC and physical layers using the ‘ns’ simulation package [2]. In previous work, we reported on the impact of several DOCSIS operating parameters on TCP/IP performance [3]. In this paper we extend those results by looking in greater detail at the impact that the MAC layer has on TCP performance when using the DOCSIS best effort service. We show that the interaction between DOCSIS and TCP exposes a denial of service vulnerability. By taking advantage of the inefficiency surrounding upstream transmissions, a hacker can severely impact network performance. This paper is organized as follows. The next section presents the operation and features of our DOCSIS model. We explain our experimental methodology and then discuss the results. We end the paper with a discussion of related work, present conclusions and identify future work. Summary of the Model All CMs receive periodic MAP messages from the CMTS over the downstream channel that identify future scheduling opportunities over the next MAP time. When the CM has data to send, and if it has been provisioned with a periodic grant (i.e., the UGS service), the CM can send at its next data grant opportunity. For best effort traffic, it is likely that bandwidth will be requested during contention transmission opportunities specified by the MAP. DOCSIS allows the CM to combine multiple IP packets into a single DOCSIS frame by issuing a concatenated request. If a CM receives a grant for a smaller number of mini-slots than were requested (even for a concatenated request), the CM must fragment the data to fit into the assigned slots over several frames. To minimize the frequency of contention-based bandwidth requests, a CM can piggyback a request for bandwidth on an upstream data frame. To help us evaluate the benefits of these features, we have configuration parameters that enable or disable fragmentation, piggybacked requests and that limit the maximum number of packets that can be included in a concatenated MAC frame. Each time the CMTS generates a MAP, the upstream bandwidth scheduling algorithm examines all existing requests for bandwidth and implements an earliest deadline first scheduling policy. All UGS service requests are scheduled and whatever bandwidth remains is shared by best effort requests based on a first-come-first-served discipline. A UGS request that fails to meet a deadline is considered a provisioning problem. During periods of high load, the CMTS maintains a queue of pending upstream bandwidth requests. Once a new request for bandwidth arrives from a CM, the CMTS responds with a data grant pending indication. This informs the CM that the contention-based request succeeded and to expect a data grant at some point in the future. The CONTENTION_SLOTS parameter determines the number of contention slots allocated in each MAP. The scheduler has a configured MAP time (i.e., a MAP_TIME parameter) which is the amount of time covered in a MAP message. The MAP_FREQUENCY parameter specifies how often the CMTS sends a MAP message. 2 Usually these two parameters are set between 1 – 10 milliseconds. The scheduling algorithm supports dynamic MAP times through the use of a MAP_LOOKAHEAD parameter which specifies the maximum MAP time the scheduler can ‘lookahead’. If this parameter is 0, MAP messages are limited to MAP_TIME amount of time in the future. If set to 255 the scheduler may allocate up to 255 slots in the future. For the experiments described in this paper, the MAP_LOOKAHEAD was set to 255 and there were 80 slots in each MAP. Roughly 100 slots were required to transmit a frame containing a 1500 byte IP packet and 200 slots were required to send a concatenated frame containing two 1500 byte IP packets. Methodology Test server 1 S-1 WRT probe S-2 CM-1 Test client 1 . CM-2 . 45Mbps, 18ms 45Mbps, .5ms . prop delay prop delay . 4.71mbps upstream, 28.9Mbps CMTS Node Node . downstream . Test client 2 . TCP Analysis Connection . 100Mbps links . CM-n …………….. S-n (1-3ms delay) . Test server 2 10Mbps links (1-5ms delay) Figure 3. Simulation network Our analysis used the simulation network shown in Figure 3. The DOCSIS parameters were based on the optimal configuration parameters that we found in [3]. The results we report in this paper were based on two sets of experiments, both using realistic traffic models consisting of a combination of web, P2P and streaming traffic. The network and web traffic models were based on the “flexbell” model defined in [4]. In addition to downstream web traffic, we configure 5% of the CMs to generate downstream low speed UDP streaming traffic (i.e., a 56Kbps audio stream), 2% of the CMs to generate downstream high speed UDP streaming traffic (i.e., a 300Kbps video stream) and 5% of the CMs to generate downstream P2P traffic. The P2P model (based on [5]) incorporates an exponential on/off TCP traffic generator that periodically downloads on average 4Mbytes of data with an average idle time of 5 seconds between each download. The simulation model parameters are shown in Figure 4. In the first experiment, referred to as the web congestion study, we varied two parameters, the MAP_TIME and the number of CMs. For a given MAP_TIME setting, we varied the number of CMs from 100 to 5001. We do this for six MAP_TIME settings ranging from .001 to .01 seconds.
Recommended publications
  • Ipv6 Support in Home Gateways
    IPv6 Support in Home Gateways Chris Donley [email protected] 0 Agenda • Introduction • Basic Home Gateway Architecture • DOCSIS® Support for IPv6 • CableLabs eRouter Specification • IETF IPv6 CPE Router • IPv6 Transition Technologies • Ongoing Initiatives Cable Television Laboratories, Inc. 2010. All Rights Reserved. 1 Introduction • Service Providers are beginning to offer IPv6 service • Home Gateways are instrumental in determining IPv6 service characteristics • CableLabs and the IETF have developed compatible specifications for IPv6 Home Gateways • During the transition to IPv6, co-existence with IPv4 is required » Many clients will not be upgradable to IPv6 » A significant amount of content will remain accessible only through IPv4 • As we approach IPv4 exhaustion, new transition technologies such as NAT444, Dual-Stack Lite, and 6RD will be important for such gateways. Cable Television Laboratories, Inc. 2010. All Rights Reserved. 2 Basic Home Gateway Architecture • Basic IPv6 Home Gateways are envisioned as extensions of existing IPv4 gateways » One or two customer-facing interfaces » One physical service provider-facing interface • Gateways assign addresses to CPE devices » Stateless Address Autoconfiguration (SLAAC, RFC 4862) » Stateful DHCPv6 (RFC 3315) • Gateways provide some level of security to home networks Cable Television Laboratories, Inc. 2010. All Rights Reserved. 3 Home Gateway Architecture Cable Television Laboratories, Inc. 2010. All Rights Reserved. 4 DOCSIS® Support for IPv6 • DOCSIS specifications define a broadband
    [Show full text]
  • DOCSIS 3.1 Physical Layer Specification
    Data-Over-Cable Service Interface Specifications DOCSIS® 3.1 Physical Layer Specification CM-SP-PHYv3.1-I10-170111 ISSUED Notice This DOCSIS specification is the result of a cooperative effort undertaken at the direction of Cable Television Laboratories, Inc. for the benefit of the cable industry and its customers. You may download, copy, distribute, and reference the documents herein only for the purpose of developing products or services in accordance with such documents, and educational use. Except as granted by CableLabs® in a separate written license agreement, no license is granted to modify the documents herein (except via the Engineering Change process), or to use, copy, modify or distribute the documents for any other purpose. This document may contain references to other documents not owned or controlled by CableLabs. Use and understanding of this document may require access to such other documents. Designing, manufacturing, distributing, using, selling, or servicing products, or providing services, based on this document may require intellectual property licenses from third parties for technology referenced in this document. To the extent this document contains or refers to documents of third parties, you agree to abide by the terms of any licenses associated with such third-party documents, including open source licenses, if any. Cable Television Laboratories, Inc. 2013-2017 CM-SP-PHYv3.1-I10-170111 Data-Over-Cable Service Interface Specifications DISCLAIMER This document is furnished on an "AS IS" basis and neither CableLabs nor its members provides any representation or warranty, express or implied, regarding the accuracy, completeness, noninfringement, or fitness for a particular purpose of this document, or any document referenced herein.
    [Show full text]
  • Docsis™ Reliability = Increased Revenue
    IMPROVING DOCSIS RELIABILITY DOCSIS™ RELIABILITY = INCREASED REVENUE Data-over-cable System Interface Specification (DOCSIS) is the vehicle for cable operators to obtain immediate revenue generating opportunities such as Broadband Data, Voice over IP, IP Video-on-Demand, and countless emerging IP-based technologies. These growth channels rely on cable operators obtaining and retaining subscribers. Subscriber satisfaction with new services is a direct function of DOCSIS network reliability. Improving DOCSIS network reliability requires new skills and new test equipment, in addition to the skills and test equipment we possess as an industry today. DOCSIS WORKING MODEL Developed by CableLabs, DOCSIS is the specification which provides a standard for bridging Ethernet data over a Hybrid- Figure 1. DOCSIS Working Model Fiber Coaxial (HFC) network. The DOCSIS specification defines the method by which DOCSIS-based devices operate TROUBLESHOOTING DOCSIS on the RF plant. Fundamentally, there are three layers of communication which must be understood in order to In assessing and improving DOCSIS network reliability, it is analyze a DOCSIS network. critical that all three layers of the DOCSIS working model are analyzed. Impairments that occur in the RF plant may This model is best illustrated in figure 1. The base of the appear to be DOCSIS or IP related problems, similarly pyramid represents the physical layer of DOCSIS. This is problems in the DOCSIS MAC or IP protocols may appear as where data is modulated and up-converted to an RF carrier RF impairments. This creates Finger Pointing; which often for transport across the HFC plant. The middle of the results in significant time loss and money expenditures pyramid is the DOCSIS Media Access Control (MAC) layer.
    [Show full text]
  • SFR Transition to 3Rd Wave
    Future of Video Videoscape Architecture Overview Admir Hadzimahovic Systems Engineering Manager – EME VTG May 2011 © 2010 Cisco and/or its affiliates. All rights reserved. Cisco Public 1 Videoscape Architecture Overview Agenda: 1. Key IPTV video drivers 2. Claud – Mediasuit Platform 3. Network and ABR 4. Client – Home Gateway 5. Conductor 6. Demo © 2010 Cisco and/or its affiliates. All rights reserved. Cisco Public 2 CES Las Vegas Videoscape © 2010 Cisco and/or its affiliates. All rights reserved. Cisco Public 3 Consumer Broadcasters CE/Over The Top Service Provider Behavior and Media Video = 91% of consumer New distribution platform & Brand power Multi-screen offering IP traffic by 2014 interactive content – becoming table stakes Sky Sport TV on iPad / RTL on iPhone & iPad 20% New business models – Rising churn and Netflix = 20% of US Hulu 2009 revenue: $100M Building application & Subscriber acquisition cost st downstream internet 1 half 2010 revenue: $100M content eco-systems traffic in peak times Partnerships & Online Video Snacking Hybrid Broadcast Broadband TV: New Streaming Vertical Integration 11.4 Hour /month HbbTV subscription services Experience Diminishing SP Evolving Legacy Fragmentation Network Relevance Infrastructure Consumer Experience Business Models Content Fragmentation Subscription Fragmentation Broadcast, Premium, UGC Broadband, TV, Mobile, Movie rentals, OTT Device & Screen Fragmentation Free vs. Paid TV, PC, Mobile, Gaming, PDA Interactivity Fragmentation Ad Dollars Fragmentation Lean back, Lean forward, Social Transition from linear TV to online © 2010 Cisco and/or its affiliates. All rights reserved. Cisco Public 8 Presentation_ID © 2010 Cisco Systems, Inc. All rights reserved. Cisco Public 21 But SP’s Struggle to Deliver Online Content Intuitive Unified Navigation on TV /STB for All Content Multi-screen Web 2.0 Experiences on TV experience TV/STB © 2010 Cisco and/or its affiliates.
    [Show full text]
  • V1.1.1 (2014-09)
    Final draft ETSI ES 203 385 V1.1.1 (2014-09) ETSI STANDARD CABLE; DOCSIS® Layer 2 Virtual Private Networking 2 Final draft ETSI ES 203 385 V1.1.1 (2014-09) Reference DES/CABLE-00008 Keywords access, broadband, cable, data, IP, IPcable, L2VPN, modem ETSI 650 Route des Lucioles F-06921 Sophia Antipolis Cedex - FRANCE Tel.: +33 4 92 94 42 00 Fax: +33 4 93 65 47 16 Siret N° 348 623 562 00017 - NAF 742 C Association à but non lucratif enregistrée à la Sous-Préfecture de Grasse (06) N° 7803/88 Important notice The present document can be downloaded from: http://www.etsi.org The present document may be made available in electronic versions and/or in print. The content of any electronic and/or print versions of the present document shall not be modified without the prior written authorization of ETSI. In case of any existing or perceived difference in contents between such versions and/or in print, the only prevailing document is the print of the Portable Document Format (PDF) version kept on a specific network drive within ETSI Secretariat. Users of the present document should be aware that the document may be subject to revision or change of status. Information on the current status of this and other ETSI documents is available at http://portal.etsi.org/tb/status/status.asp If you find errors in the present document, please send your comment to one of the following services: http://portal.etsi.org/chaircor/ETSI_support.asp Copyright Notification No part may be reproduced or utilized in any form or by any means, electronic or mechanical, including photocopying and microfilm except as authorized by written permission of ETSI.
    [Show full text]
  • Colasoft Capsa
    Technical Specifications (Capsa Standard) HP Unix Nettl Packet File (*.TRCO; TRC1) Deployment Environment Libpcap (Wireshark, Tcpdump, Ethereal, etc.) Shared networks (*.cap; *pcap) Switched networks (managed switches and Wireshark (Wireshark, etc.) (*.pcapang; unmanaged switches) *pcapang.gz; *.ntar; *.ntar.gz) Network segments Microsoft Network Monitor 1.x 2.x (*.cap) Proxy server Novell LANalyer (*.tr1) Network Instruments Observer V9.0 (*.bfr) Supported Network Types NetXRay 2.0, and Windows Sniffer (*.cap) Ethernet Sun_Snoop (*.Snoop) Fast Ethernet Visual Network Traffic Capture (*.cap) Gigabit Ethernet Supported Packet File Formats to Export Supported Network Adapters Accellent 5Views Packet File (*.5vw) 10/100/1000 Mbps Ethernet adapters Colasoft Packet File (V3) (*.rapkt) Colasoft Packet File (*.cscpkt) System Requirements Colasoft Raw Packet File (*.rawpkt) Operating Systems Colasoft Raw Packet File (V2) (*.rawpkt) Windows Server 2008 (64-bit) EtherPeek Packet File (V9) (*.pkt) Windows Server 2012 (64-bit)* HP Unix Nettl Packet File (*.TRCO; *.TRC1) Windows Vista (64-bit) Libpcap (Wireshark, Tcpdump, Ethereal, etc.) Windows 7 (64-bit) (*.cap; *pcap) Windows 8/8.1 (64-bit) Wireshark (Wireshark, etc.) (*.pcapang; Windows 10 Professional (64-bit) *pcapang.gz; *.ntar; *.ntar.gz) Microsoft Network Monitor 1.x 2.x (*.cap) * indicates that Colasoft Packet Builder is not Novell LANalyer (*.tr1) compatible with this operating system. NetXRay 2.0, and Windows Sniffer (*.cap) Minimum Sun_Snoop (*.Snoop)
    [Show full text]
  • Download Paper
    DELIVERING ECONOMICAL IP-VIDEO OVER DOCSIS BY BYPASSING THE M- CMTS WITH DIBA Michael Patrick Motorola Connected Home Solutions Abstract CMTS core, DIBA is an architecture for delivery of high-bandwidth entertainment DOCSIS IPTV Bypass Architecture video over DOCSIS to the home for a price (DIBA) DIBA refers to any of a number of per program that matches the cost for techniques whereby downstream IPTV traffic conventional video over MPEG2 delivery to is directly tunneled from an IPTV source to a set-top-boxes. downstream Edge QAM, “bypassing” a DIBA is an innovative bypass DOCSIS M-CMTS core. It will allow architecture in which the conventional operators to deliver economic IP video traffic Modular-CMTS architecture is replaced by a over DOCSIS infrastructure. hybrid architecture consisting of an integrated CMTS and DOCSIS External Physical INTRODUCTION Interface (DEPI) or MPEG Edge QAMs. This paper/presentation will demonstrate the MSOs are considering IP-video and IP effectiveness of DIBA, discuss how operators Television (IPTV) to supplement their current can evolve their infrastructure to implement digital video delivery. IP-based video enables DIBA, discuss alternative bypass new video sources (the Internet) and new encapsulation protocols to tunnel traffic to video destinations (subscriber IPTV playback either DEPI or MPEG Edge QAMs, and devices). outline the economic advantages of DIBA Of course, such a transition to IPTV migration. It will explain how DIBA removes requires significant additional downstream the boundaries of delivering video using a M- DOCSIS® bandwidth. In a reasonable 5-7 CMTS, and how operators can accelerate year “endgame” scenario, VOD is expected to service velocity by efficiently delivering require 26 times the bandwidth of High Speed IPTV services that bypass M-CMTS Data (HSD).
    [Show full text]
  • Introduction to DOCSIS
    Introduction to D O C S IS 3 . 0 Speaker: Byju Pularikkal, Cisco Systems Inc. 1 1 A crony m s / A b b re v ia tions DOCSIS = Data-Ov e r -Cab l e Se r v i c e In te r f ac e MDD = M% C Do m ai n De s c r i p to r Sp e c i f i c ati o n CI* = Co n v e r # e d In te r c o n n e c t * e tw o r ) CMT S = Cab l e Mo d e m T e r m i n ati o n Sy s te m ( $ % M = ( d # e $ % M DS = Do w n s tr e am OSSI = Op e r ati o n s Su p p o r t Sy s te m In te r f ac e U S = U p s tr e am $ P S+ = $ u ad r atu r e P as e S i f t + e y i n # CM = Cab l e Mo d e m , * = , i b e r n o d e M-CMT S = Mo d u l ar CMT S - , C = - y b r i d , i b e r Co a. i al P C = P r i m ar y C an n e l DT I = DOCSIS T i m i n # In te r f ac e ! " = ! o n d i n # " r o u p D( P I = Do w n s tr e am ( .
    [Show full text]
  • The Impact of the DOCSIS 1.1/2.0 MAC Protocol on TCP Jim Martin Department of Computer Science Clemson University Clemson, SC 29634-0974 [email protected]
    The Impact of the DOCSIS 1.1/2.0 MAC Protocol on TCP Jim Martin Department of Computer Science Clemson University Clemson, SC 29634-0974 [email protected] Abstract-- The number of broadband cable access subscribers specification purposely does not specify these algorithms so in the United States is rapidly approaching 30 million. that vendors can develop their own solutions. However, all However there is very little research that has evaluated upstream bandwidth management algorithm will share a set TCP/IP in modern cable environments. We have developed a of basic system parameters such as the amount of time in model of the Data over Cable System Interface Specification the future that the scheduler considers when making (DOCSIS) 1.1/2.0 MAC and physical layers using the ‘ns’ allocation decisions (we refer to this parameter as the simulation package. In this paper we show that the interaction of the MAC layer on downstream TCP web traffic MAP_TIME), the amount of upstream bandwidth allocated leads to poor network performance as the number of active for contention-based bandwidth requests and the range of users grow. We provide an intuitive explanation of this result collision backoff times. These parameters are crucial for and explore several possible improvements. ensuring good performance at high load levels. Keywords— Last Mile Network Technologies, DOCSIS, TCP Performance Residential network Public CM-1 I. INTRODUCTION Internet Residential CM-1 network The Data over Cable (DOCSIS) Service Interface DOCSIS 1.1/2.0 CM-1 CMTS Cable Network Specification defines the Media Access Control (MAC) . CMTS layer as well as the physical communications layer that is CM-1 Enterprise POP Broadband Service Provider network used in the majority of hybrid fiber coaxial cable networks ‘n’ homes or CMTS organizations that offer data services [1].
    [Show full text]
  • Data-Over-Cable Service Interface Specifications
    ENGINEERING COMMITTEE Data Standards Subcommittee SCTE STANDARD SCTE 137-3 2017 Modular Headend Architecture Part 3: M-CMTS Operations Support System Interface SCTE 137-3 2017 NOTICE The Society of Cable Telecommunications Engineers (SCTE) Standards and Operational Practices (hereafter called “documents”) are intended to serve the public interest by providing specifications, test methods and procedures that promote uniformity of product, interchangeability, best practices and ultimately the long term reliability of broadband communications facilities. These documents shall not in any way preclude any member or non-member of SCTE from manufacturing or selling products not conforming to such documents, nor shall the existence of such standards preclude their voluntary use by those other than SCTE members. SCTE assumes no obligations or liability whatsoever to any party who may adopt the documents. Such adopting party assumes all risks associated with adoption of these documents, and accepts full responsibility for any damage and/or claims arising from the adoption of such documents. Attention is called to the possibility that implementation of this document may require the use of subject matter covered by patent rights. By publication of this document, no position is taken with respect to the existence or validity of any patent rights in connection therewith. If a patent holder has filed a statement of willingness to grant a license under these rights on reasonable and nondiscriminatory terms and conditions to applicants desiring to obtain such a license, then details may be obtained from the standards developer. SCTE shall not be responsible for identifying patents for which a license may be required or for conducting inquiries into the legal validity or scope of those patents that are brought to its attention.
    [Show full text]
  • Modeling the DOCSIS 1.1/2.0 MAC Protocol
    Modeling The DOCSIS 1.1/2.0 MAC Protocol Jim Martin Nitin Shrivastav Department of Computer Science Department of Computer Science Clemson University North Carolina State University Clemson, SC Raleigh, NC [email protected] [email protected] Abstract—We have developed a model of the Data over Cable capacity to 30 Mbps through more advanced modulation (DOCSIS) version 1.1/2.0 MAC and physical layers using the techniques and by increasing the RF channel allocation to 6.4 ‘ns’ simulation package. In this paper we present the results of a Mhz. performance analysis that we have conducted using the model. The main objective of our study is to examine the performance Figure 1 illustrates a simplified DOCSIS environment. A impact of several key MAC layer system parameters as traffic Cable Modem Termination System (CMTS) interfaces with loads are varied. We focus on the DOCSIS best effort service. hundreds or possibly thousands of Cable Modem’s (CMs). We measure the level of ACK compression experienced by a The Cable Operator allocates a portion of the RF spectrum for downstream TCP connection and show that even under moderate data usage and assigns a channel to a set of CMs. A load levels DOCSIS can cause TCP acknowledgement packets to downstream RF channel of 6 Mhz (8Mhz in Europe) is shared compress in the upstream direction leading to bursty (and lossy) by all CMs in a one-to-many bus configuration (i.e., the CMTS downstream dynamics. We explore the use of downstream rate is the only sender). The CMTS makes upstream CM bandwidth control on network performance and find that it does reduce the allocations based on CM requests and QoS policy level of ACK compression for moderate load levels compared to requirements.
    [Show full text]
  • Technicolor Wireless Gateway - Cgm4231
    TECHNICOLOR WIRELESS GATEWAY - CGM4231 OPERATIONS GUIDE Version - Draft 1.1 Copyright © 2018 Technicolor All Rights Reserved No portions of this material may Be reproduced in any form without the written permission of Technicolor. Revision History Revision Date Description Draft 1.0 1/8/2018 Initial draft 1/8/2018 Proprietary and Confidential - Technicolor 2 Table of Contents 1 Introduction ............................................................................................................................ 7 2 Technicolor Wireless Gateway .............................................................................................. 8 2.1 System Information ....................................................................................................... 17 3 Initial Configuration and Setup ............................................................................................ 19 3.1 Accessing the WeBUI .................................................................................................... 19 4 WeBUI Guide ....................................................................................................................... 20 5 Status Pages ....................................................................................................................... 22 5.1 Overview ....................................................................................................................... 22 5.2 Gateway .......................................................................................................................
    [Show full text]