Research : Congestion Control

IETF 83 — RTP Circuit Breakers Presentations

Posted on in category cc

I gave presentations about the RTP Circuit Breakers draft to the IETF AVTCORE working group and the IRTF ICCRG, meeting in Paris in March 2012. Both presentations were generally well-received. The main conclusion from the discussion following the presentations was that the simple TCP throughput model of Mathis et al is sufficient for this purpose, and there is little need to use the more complex model of Padhye et al. An updated version of the draft will be submitted in a few weeks to address this, and other, feedback.

IETF 83 — TCP Segment Caching Presentation

Posted on in category cc

Pasi Sarolahti gave a presentation on our TCP Segment Caching work at the IRTF Internet Congestion Control Research Group (ICCRG) meeting in Paris on 27 March 2012. The presentation slides are now available.

TCP Segment Caching

Posted on in category cc

This internet-draft describes Content- and Cache-Aware TCP (CATCP). This is an extension to TCP that allows caching of TCP segments, so they can be re-used between different flows transmitting same data. When large amounts of redundant data are being simultaneously sent to multiple receivers, this can lead to significant load reductions and performance improvements. A typical use-case might be to improve the efficiency of HTTP-based streaming video services, through ubiquitous in-network caching.

  • Pasi Sarolahti, Jörg Ott, and Colin Perkins, TCP Segment Caching, Internet Engineering Task Force, March 2012, Work in progress (draft-sarolahti-irtf-catcp-00.txt).

This draft marks the start of a formal specification of the ideas previously outlined in our technical report on Poor Man's Content Centric Networking (with TCP) .

Alvaro Saurin — Congestion Control for Video-conferencing Applications

Posted on in category cc

Congratulations to Alvaro Saurin, who has completed his MSc thesis on Congestion Control for Video-conferencing Applications, looking into how well TCP-Friendly Rate Control (TFRC) works on real-world networks. The abstract reads:

In the Internet, transmission systems must deal with congestion in order to keep the stability of the network. However, the model used for congestion control determines some important properties of the traffic. The most important algorithm currently used, found in the TCP protocol, has characteristics that make it unsuitable for videoconferencing systems.

The aim of this dissertation is to provide an insight into the field of congestion control for such systems. In particular, this work examines one of the most promising alternatives available, TCP-Friendly Rate Control (TFRC), to answer the question “is TFRC suitable for interactive videoconferencing applications?”

This dissertation presents the results obtained with TFRC, focusing on some practical aspects and providing recommendations for the implementation of such a rate-based congestion control system. This work examines the scenarios where TFRC is an adequate solution, exposing the behavior that can be expected and suggesting future improvements.

The thesis also presents the experiences of integrating TFRC in the UltraGrid videoconferencing application. It shows the difficulties found, demonstrating that this integration requires an significant amount of support from the application, and questioning the suit- ability of TFRC in some situations.

This works was completed as part of the NSF-funded UltraGrid project.

New research student: Alvaro Saurin

Posted on in category cc

Welcome to Alvaro Saurin, who will be working on integration of TCP Friendly Rate Control (TFRC) with high performance interactive video, as part of the UltraGrid project.

Congestion Control for Real-Time Media

Posted on in category cc

Provision of congestion control is a significant open issue for interactive real-time networked multimedia systems. Numerous congestion control algorithms have been proposed, but they frequently conflict with the demands of interactive multimedia applications. My paper “Building Adaptive Applications: On The Need For Congestion Control” (an invited paper presented at the 17th SPIE/IS&T International Symposium on Electronic Imaging, San Jose, CA, USA, January 2005) outlines some of the issues.

My research has focussed on the effects of jitter and reordering on congestion controlled transport protocols, on TCP friendly rate control, and on the integration of real time applications with the Datagram Congestion Control Protocol (DCCP).

Effects of Jitter and Reordering

Evaluation of the effects of network timing jitter and packet reordering on multimedia applications. Design of congestion control protocols to decouple response to loss and reordering. Comparison with TCP and TCP-Friendly Rate Control.

RTP over DCCP

Developing a mapping of the Real-time Transport Protocol (RTP) onto the Datagram Congestion Control Protocol (DCCP).