Mark Allman / ICSI @mallman_icsi

Ryan Craven, Robert Beverly, Mark Allman. A Middlebox-Cooperative TCP for a non End-to-End Internet. ACM SIGCOMM, August 2014.
PDF | Ryan's Slides | Project

Abstract:

Understanding, measuring, and debugging IP networks, particularly across administrative domains, is challenging. One particularly daunting aspect of the challenge is the presence of transparent middleboxes---which are now common in today's Internet. In-path middleboxes that modify packet headers are typically transparent to a TCP, yet can impact end-to-end performance or cause blackholes. We develop TCP HICCUPS to reveal packet header manipulation to both endpoints of a TCP connection. HICCUPS permits endpoints to cooperate with currently opaque middleboxes without prior knowledge of their behavior. For example, with visibility into end-to-end behavior, a TCP can selectively enable or disable performance enhancing options. This cooperation enables protocol innovation by allowing new IP or TCP functionality (e.g., ECN, SACK, Multipath TCP, Tcpcrypt) to be deployed without fear of such functionality being misconstrued, modified, or blocked along a path. HICCUPS is incrementally deployable and introduces no new options. We implement and deploy TCP HICCUPS across thousands of disparate Internet paths, highlighting the breadth and scope of subtle and hard to detect middlebox behaviors encountered. We then show how path diagnostic capabilities provided by HICCUPS can benefit applications and the network.

BibTeX:

@inproceedings{CBA14b,
    author    =        "Ryan Craven and Robert Beverly and Mark Allman",
    title     =        "{A Middlebox-Cooperative TCP for a non End-to-End Internet}",
    booktitle =        "ACM SIGCOMM",
    year      =        2014,
    month     =        aug,
}

An earlier technical report with grotty details of HICCUPS is available here.
"We are what we repeatedly do. Excellence, then, is not an act, but a habit." --Aristotle