# QUICker connection establishment with out-of-band validation tokens

**Authors:** Erik Sy, Christian Burkert, Tobias Mueller, Hannes Federrath, Mathias, Fischer

arXiv: 1904.06228 · 2019-05-06

## TL;DR

This paper introduces an out-of-band validation token for QUIC that reduces the initial handshake delay by saving one round-trip, significantly improving connection setup times especially for web browsing.

## Contribution

It extends QUIC's address validation with a new token mechanism and proposes distribution methods via DNS and other hostnames, reducing handshake latency.

## Key findings

- Up to 50% reduction in initial handshake delay
- Savings of approximately 363.6ms for website connections with 90ms RTT
- Enhanced address validation sharing across trusted entities

## Abstract

QUIC is a secure transport protocol that improves the performance of HTTPS. An initial QUIC handshake that enforces a strict validation of the client's source address requires two round-trips. In this work, we extend QUIC's address validation mechanism by an out-of-band validation token to save one round-trip time during the initial handshake. The proposed token allows sharing an address validation between the QUIC server and trusted entities issuing these tokens. This saves a round-trip time for the address validation. Furthermore, we propose distribution mechanisms for these tokens using DNS resolvers and QUIC connections to other hostnames. Our proposal can save up to 50% of the delay overhead of an initial QUIC handshake. Furthermore, our analytical results indicate that 363.6ms in total can be saved for all connections required to retrieve an average website, if a round-trip time of 90ms is assumed.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.06228/full.md

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/1904.06228/full.md

## References

24 references — full list in the complete paper: https://tomesphere.com/paper/1904.06228/full.md

---
Source: https://tomesphere.com/paper/1904.06228