Skip to main content

Showing 1–16 of 16 results for author: Bonaventure, O

Searching in archive cs. Search in all archives.
.
  1. arXiv:2312.08396  [pdf, other

    cs.NI

    Towards SSH3: how HTTP/3 improves secure shells

    Authors: François Michel, Olivier Bonaventure

    Abstract: The SSH protocol was designed in the late nineties to cope with the security problems of the telnetf family of protocols. It brought authentication and confidentiality to remote access protocols and is now widely used. Almost 30 years after the initial design, we revisit SSH in the light of recent protocols including QUIC, TLS 1.3 and HTTP/3. We propose, implement and evaluate SSH3, a protocol tha… ▽ More

    Submitted 12 December, 2023; originally announced December 2023.

    Comments: 7 pages, 4 figures

  2. arXiv:2309.06633  [pdf, other

    cs.NI

    MCQUIC: Multicast and unicast in a single transport protocol

    Authors: Louis Navarre, Olivier Pereira, Olivier Bonaventure

    Abstract: Multicast enables efficient one-to-many communications. Several applications benefit from its scalability properties, e.g., live-streaming and large-scale software updates. Historically, multicast applications have used specialized transport protocols. The flexibility of the recently standardized QUIC protocol opens the possibility of providing both unicast and multicast services to applications w… ▽ More

    Submitted 12 September, 2023; originally announced September 2023.

    Comments: 13 pages

  3. arXiv:2309.05369  [pdf, other

    cs.NI

    Adaptive Address Family Selection for Latency-Sensitive Applications on Dual-stack Hosts

    Authors: Maxime Piraux, Olivier Bonaventure

    Abstract: Latency is becoming a key factor of performance for Internet applications and has triggered a number of changes in its protocols. Our work revisits the impact on latency of address family selection in dual-stack hosts. Through RIPE Atlas measurements, we analyse the address families latency difference and establish two requirements based on our findings for a latency-focused selection mechanism. F… ▽ More

    Submitted 11 September, 2023; originally announced September 2023.

  4. arXiv:2304.02992  [pdf, other

    cs.NI

    Routing over QUIC: Bringing transport innovations to routing protocols

    Authors: Thomas Wirtgen, Nicolas Rybowski, Cristel Pelsser, Olivier Bonaventure

    Abstract: By combining the security features of TLS with the reliability of TCP, QUIC opens new possibilities for many applications. We demonstrate the benefits that QUIC brings for routing protocols. Current Internet routing protocols use insecure transport protocols. BGP uses TCP possibly with authentication. OSPF uses its own transport protocol above plain IP. We design and implement a library that allow… ▽ More

    Submitted 6 April, 2023; originally announced April 2023.

    Comments: 2 pages, 1 figure, NSDI '23 Poster Session

    ACM Class: C.2.1; C.2.2; C.2.6

  5. arXiv:2208.07741  [pdf, other

    cs.IT cs.NI

    FlEC: Enhancing QUIC with application-tailored reliability mechanisms

    Authors: François Michel, Alejandro Cohen, Derya Malak, Quentin De Coninck, Muriel Médard, Olivier Bonaventure

    Abstract: Packet losses are common events in today's networks. They usually result in longer delivery times for application data since retransmissions are the de facto technique to recover from such losses. Retransmissions is a good strategy for many applications but it may lead to poor performance with latency-sensitive applications compared to network coding. Although different types of network coding tec… ▽ More

    Submitted 16 August, 2022; originally announced August 2022.

  6. Increasing broadband reach withHybrid Access Networks

    Authors: Nicolas Keukeleire, Benjamin Hesmans, Olivier Bonaventure

    Abstract: End-users and governments force network operators to deploy faster Internet access services everywhere. Access technologies such as FTTx, VDSL2, DOCSIS3.0 can provide such services in cities. However, it is not cost-effective for network operators to deploy them in less densely populated regions. The recently proposed Hybrid Access Networks allow to boost xDSL networks by using the available capac… ▽ More

    Submitted 10 July, 2019; originally announced July 2019.

    Comments: 6 pages, 6 figures

  7. arXiv:1906.11520  [pdf, ps, other

    cs.CR

    Flexible Anonymous Network

    Authors: Florentin Rochet, Olivier Bonaventure, Olivier Pereira

    Abstract: Internet technologies have been designed from guidelines like the robustness principle also known as Postel's law. Jon Postel's law is described as: "Be conservative in what you do, be liberal in what you accept from others." Fundamentally, it advises protocol designs to be tolerant with what they accept from the other peers. We propose to take a step back and wonder how the robustness principle c… ▽ More

    Submitted 27 June, 2019; originally announced June 2019.

    Journal ref: 12th Workshop on Hot Topics in Privacy Enhancing Technologies (HotPETs 2019)

  8. arXiv:1904.11326  [pdf, other

    cs.NI cs.IT

    QUIC-FEC: Bringing the benefits of Forward Erasure Correction to QUIC

    Authors: François Michel, Quentin De Coninck, Olivier Bonaventure

    Abstract: Originally implemented by Google, QUIC gathers a growing interest by providing, on top of UDP, the same service as the classical TCP/TLS/HTTP/2 stack. The IETF will finalise the QUIC specification in 2019. A key feature of QUIC is that almost all its packets, including most of its headers, are fully encrypted. This prevents eavesdrop** and interferences caused by middleboxes. Thanks to this fe… ▽ More

    Submitted 25 April, 2019; originally announced April 2019.

    Comments: 9 pages, presented at IFIP Networking 2019

  9. arXiv:1904.06910  [pdf, other

    cs.CY cs.NI

    Scaling Networking Education with Open Educational Resources

    Authors: Olivier Bonaventure, Quentin De Coninck, Fabien Duchene, Mathieu Jadin, Francois Michel, Maxime Piraux, Chantal Poncin, Olivier Tilmans

    Abstract: To reflect the key role played in our society by the network technologies, the networking courses have moved to Bachelor degrees where they are taught to large classes. We report our experience in develo** an open-source ebook that targets those introductory networking courses and a series of open educational resources that complement the ebook.

    Submitted 15 April, 2019; originally announced April 2019.

  10. arXiv:1902.04280  [pdf, other

    cs.NI

    COP2: Continuously Observing Protocol Performance

    Authors: Olivier Tilmans, Olivier Bonaventure

    Abstract: As enterprises move to a cloud-first approach, their network becomes crucial to their daily operations and has to be continuously monitored. Although passive monitoring can be convenient from a deployment viewpoint, inferring the state of each connection can cause them to miss important information (e.g., starvation). Furthermore, the increasing usage of fully encrypted protocols (e.g., QUIC encry… ▽ More

    Submitted 12 February, 2019; originally announced February 2019.

  11. arXiv:1901.01863  [pdf, other

    cs.NI

    Beyond socket options: making the Linux TCP stack truly extensible

    Authors: Viet-Hoang Tran, Olivier Bonaventure

    Abstract: The Transmission Control Protocol (TCP) is one of the most important protocols in today's Internet. Its specification and implementations have been refined for almost forty years. The Linux TCP stack is one of the most widely used TCP stacks given its utilisation on servers and Android smartphones and tablets. However, TCP and its implementations evolve very slowly. In this paper, we demonstrate h… ▽ More

    Submitted 22 May, 2019; v1 submitted 7 January, 2019; originally announced January 2019.

    Comments: 9 pages, 8 figures

  12. arXiv:1810.10260  [pdf, other

    cs.NI

    Flexible failure detection and fast reroute using eBPF and SRv6

    Authors: Mathieu Xhonneux, Olivier Bonaventure

    Abstract: Segment Routing is a modern variant of source routing that is being gradually deployed by network operators. Large ISPs use it for traffic engineering and fast reroute purposes. Its IPv6 dataplane, named SRv6, goes beyond the initial MPLS dataplane, notably by enabling network programmability. With SRv6, it becomes possible to define transparent network functions on routers and endhosts. These fun… ▽ More

    Submitted 24 October, 2018; originally announced October 2018.

  13. Leveraging eBPF for programmable network functions with IPv6 Segment Routing

    Authors: Mathieu Xhonneux, Fabien Duchene, Olivier Bonaventure

    Abstract: With the advent of Software Defined Networks (SDN), Network Function Virtualisation (NFV) or Service Function Chaining (SFC), operators expect networks to support flexible services beyond the mere forwarding of packets. The network programmability framework which is being developed within the IETF by leveraging IPv6 Segment Routing enables the realisation of in-network functions. In this paper, we… ▽ More

    Submitted 24 October, 2018; originally announced October 2018.

  14. Observing the Evolution of QUIC Implementations

    Authors: Maxime Piraux, Quentin De Coninck, Olivier Bonaventure

    Abstract: The QUIC protocol combines features that were initially found inside the TCP, TLS and HTTP/2 protocols. The IETF is currently finalising a complete specification of this protocol. More than a dozen of independent implementations have been developed in parallel with these standardisation activities. We propose and implement a QUIC test suite that interacts with public QUIC servers to verify their… ▽ More

    Submitted 22 October, 2018; originally announced October 2018.

    Comments: 6 pages, 8 figures

  15. arXiv:1809.04822  [pdf, other

    cs.NI

    Adding Forward Erasure Correction to QUIC

    Authors: François Michel, Quentin De Coninck, Olivier Bonaventure

    Abstract: Initially implemented by Google in the Chrome browser, QUIC gathers a growing interest. The first stable specification for QUIC v1 is expected by the end of 2018. It will deliver the same features as TCP+TLS+HTTP/2. The flexible design adopted by the IETF for QUIC enables this new protocol to support a variety of different use cases. In this paper, we revisit the reliable transmission mechanisms… ▽ More

    Submitted 13 September, 2018; originally announced September 2018.

    Comments: Technical Report

  16. arXiv:1711.00674  [pdf, other

    cs.NI

    TCPSnitch: Dissecting the Usage of the Socket API

    Authors: Gregory Vander Schueren, Quentin De Coninck, Olivier Bonaventure

    Abstract: Networked applications interact with the TCP/IP stack through the socket API. Over the years, various extensions have been added to this popular API. In this paper, we propose and implement the TCPSnitch software that tracks the interactions between Linux and Android applications and the TCP/IP stack. We collect a dataset containing the interactions produced by more than 120 different applications… ▽ More

    Submitted 2 November, 2017; originally announced November 2017.

    Comments: See https://www.tcpsnitch.org