Faculty Publications

Permanent URI for this communityhttps://idr.nitk.ac.in/handle/123456789/18736

Publications by NITK Faculty

Browse

Search Results

Now showing 1 - 2 of 2
  • Item
    Design and evaluation of COBALT queue discipline
    (IEEE Computer Society help@computer.org, 2019) Palmei, J.; Gupta, S.; Imputato, P.; Morton, J.; Tahiliani, M.P.; Avallone, S.; Täht, D.
    The problem of bufferbloat arises due to the presence of large unmanaged buffers and leads to high queuing delays and significant degradation in the performance of time-sensitive and interactive Internet applications. Recently, a new smart queue management system called Common Applications Kept Enhanced (CAKE) has been introduced in Linux 4.19 to tackle the problem of bufferbloat in home Internet gateways. One of the integral parts of CAKE system is COBALT (CoDel and BLUE Alternate), a queue discipline which is a combination of Controlled Delay (CoDel) and BLUE algorithms. Although CAKE is a part of the Linux kernel, a detailed discussion on the design of COBALT is missing. In this paper, we discuss the design of COBALT and compare its performance with CoDel. Additionally, we propose a simulation model for COBALT in ns-3 and test its correctness by comparing the results obtained from it to those obtained from the Linux model. Our evaluation shows that COBALT offers substantial benefits in terms of curtailing queue delays when unresponsive flows exist. © 2019 IEEE.
  • Item
    Revisiting design choices in queue disciplines: The PIE case
    (Elsevier B.V., 2020) Imputato, P.; Avallone, S.; Tahiliani, M.P.; Ramakrishnan, G.
    Bloated buffers in the Internet add significant queuing delays and have a direct impact on the user perceived latency. There has been an active interest in addressing the problem of rising queue delays by designing easy-to-deploy and efficient Active Queue Management (AQM) algorithms for bottleneck devices. The real deployment of AQM algorithms is a complex task because the efficiency of every algorithm depends on appropriate setting of its parameters. Hence, the design of AQM algorithms is usually entrusted on simulation environments where it is relatively straightforward to evaluate the algorithms with different parameter configurations. Unfortunately, several factors that affect the efficiency of AQM algorithms in real deployment do not manifest during simulations, and therefore, lead to inefficient design of the AQM algorithm. In this paper, we revisit the design considerations of Proportional Integral controller Enhanced (PIE), an algorithm widely considered for network deployment, and extensively evaluate its performance using a Linux based testbed. Our experimental study reveals some performance anomalies in certain circumstances and we prove that they can be attributed to a specific design choice of PIE, namely the use of the estimated departure rate to compute the expected queuing delay. Therefore, we designed an alternative approach based on packet timestamps, implemented it in the Linux kernel and proved its effectiveness through an experimental campaign. © 2020