中文
相关论文

相关论文: State machine inference of QUIC

200 篇论文

In this paper, we propose a new approach to infer state machine models from protocol implementations. Our method, STATEINSPECTOR, learns protocol states by using novel program analyses to combine observations of run-time memory and I/O. It…

密码学与安全 · 计算机科学 2021-06-08 Chris McMahon Stone , Sam L. Thomas , Mathy Vanhoef , James Henderson , Nicolas Bailluet , Tom Chothia

Quantum key distribution, initialized in 1984, is a commercialized secure communication method which enables two parties to produce shared random secret key by the nature of quantum mechanics. We propose QQUIC (Quantum assisted Quick UDP…

密码学与安全 · 计算机科学 2020-06-02 Peng Yan , Nengkun Yu

Main responsibility of a transport protocol is to support communication between two end-to-end entities. These entities can be hosts or devices, such as routers, firewalls etc. Transport protocol provides mechanism to have a virtually…

网络与互联网体系结构 · 计算机科学 2020-10-13 Puneet Kumar

Reverse engineering of protocol message formats is critical for many security applications. Mainstream techniques use dynamic analysis and inherit its low-coverage problem -- the inferred message formats only reflect the features of their…

密码学与安全 · 计算机科学 2024-07-02 Qingkai Shi , Xiangzhe Xu , Xiangyu Zhang

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…

网络与互联网体系结构 · 计算机科学 2019-05-06 Erik Sy , Christian Burkert , Tobias Mueller , Hannes Federrath , Mathias Fischer

The QUIC protocol is now widely adopted by major tech companies and accounts for a significant fraction of today's Internet traffic. QUIC's multiplexing capabilities, encrypted headers, dynamic IP address changes, and encrypted parameter…

密码学与安全 · 计算机科学 2025-05-09 Thomas Grübl , Weijie Niu , Jan von der Assen , Burkhard Stiller

We present Prognosis, a framework offering automated closed-box learning and analysis of models of network protocol implementations. Prognosis can learn models that vary in abstraction level from simple deterministic automata to models…

网络与互联网体系结构 · 计算机科学 2022-01-10 Tiago Ferreira , Harrison Brewton , Loris D'Antoni , Alexandra Silva

Google's QUIC (GQUIC) is an emerging transport protocol designed to reduce HTTP latency. Deployed across its platforms and positioned as an alternative to TCP+TLS, GQUIC is feature rich: offering reliable data transmission and secure…

网络与互联网体系结构 · 计算机科学 2023-05-23 Darius Saif , Chung-Horng Lung , Ashraf Matrawy

Reconfigurable state machine replication is an important enabler of elasticity for replicated cloud services, which must be able to dynamically adjust their size as a function of changing load and resource availability. We introduce a new…

分布式、并行与集群计算 · 计算机科学 2015-12-31 Vita Bortnikov , Gregory Chockler , Dmitri Perelman , Alexey Roytman , Shlomit Shachor , Ilya Shnayderman

QUIC, as the foundation for HTTP/3, is becoming an Internet reality. A plethora of studies already show that QUIC excels beyond TCP+TLS+HTTP/2. Yet, these studies compare a highly optimized QUIC Web stack against an unoptimized TCP-based…

网络与互联网体系结构 · 计算机科学 2019-10-18 Jan Rüth , Konrad Wolsing , Klaus Wehrle , Oliver Hohlfeld

Many software engineering tasks, such as testing, and anomaly detection can benefit from the ability to infer a behavioral model of the software.Most existing inference approaches assume access to code to collect execution sequences. In…

机器学习 · 计算机科学 2021-10-13 Foozhan Ataiefard , Mohammad Jafar Mashhadi , Hadi Hemmati , Niel Walkinshaw

Built on top of UDP, the relatively new QUIC protocol serves as the baseline for modern web protocol stacks. Equipped with a rich feature set, the protocol is defined by a 151 pages strong IETF standard complemented by several additional…

密码学与安全 · 计算机科学 2023-07-03 Stefan Tatschner , Sebastian N. Peters , David Emeis , John Morris , Thomas Newe

The transport layer is ossified. With most of the research and deployment efforts in the past decade focussing on the Transmission Control Protocol (TCP) and its extensions, the QUIC standardization by the Internet Engineering Task Force…

网络与互联网体系结构 · 计算机科学 2021-05-21 Mike Kosek , Tanya Shreedhar , Vaibhav Bajpai

Applying post selection in each step of an iterated protocol leads to sensitive quantum dynamics that may be utilized to test and benchmark current quantum computers. An example of this type of protocols was originally proposed for the task…

量子物理 · 物理学 2024-10-10 Adrian Ortega , Orsolya Kálmán , Tamás Kiss

QUIC experiences a rapid adoption since its standardization in 2021, and hypergiants configure their infrastructure to optimize for QUIC performance. In this paper, we introduce a passive measurement method to study both the progressive…

Transport and security protocols are essential to ensure reliable and secure communication between two parties. For IoT applications, these protocols must be lightweight, since IoT devices are usually resource constrained. Unfortunately,…

网络与互联网体系结构 · 计算机科学 2019-01-07 Puneet Kumar , Behnam Dezfouli

There has been growing interest in using the QUIC transport protocol for the Internet of Things (IoT). In lossy and high latency networks, QUIC outperforms TCP and TLS. Since IoT greatly differs from traditional networks in terms of…

网络与互联网体系结构 · 计算机科学 2025-11-17 Darius Saif , Ashraf Matrawy

The main reason for the standardization of network protocols, like QUIC, is to ensure interoperability between implementations, which poses a challenging task. Manual tests are currently used to test the different existing implementations…

软件工程 · 计算机科学 2018-11-30 Felix Rath , Daniel Schemmel , Klaus Wehrle

Existing performance comparisons of QUIC and TCP compared an optimized QUIC to an unoptimized TCP stack. By neglecting available TCP improvements inherently included in QUIC, comparisons do not shed light on the performance of current web…

网络与互联网体系结构 · 计算机科学 2019-06-19 Konrad Wolsing , Jan Rüth , Klaus Wehrle , Oliver Hohlfeld

QUIC is a performance-optimized secure transport protocol and a building block of the upcoming HTTP/3 standard. To protect against denial-of-service attacks, QUIC servers need to validate the IP addresses claimed by their clients. So far,…

密码学与安全 · 计算机科学 2019-03-25 Erik Sy