中文
相关论文

相关论文: An Analysis of QUIC Connection Migration in the Wi…

200 篇论文

For the first time since the establishment of TCP and UDP, the Internet transport layer is subject to a major change by the introduction of QUIC. Initiated by Google in 2012, QUIC provides a reliable, connection-oriented low-latency and…

网络与互联网体系结构 · 计算机科学 2019-02-26 Jan Rüth , Ingmar Poese , Christoph Dietzel , Oliver Hohlfeld

Internet censors often rely on information in the first few packets of a connection to censor unwanted traffic. With the rise of the QUIC transport protocol, prior work has suggested the method of using QUIC connection migration to conceal…

密码学与安全 · 计算机科学 2025-10-15 Seungju Lee , Mona Wang , Watson Jia , Qiang Wu , Henry Birge-Lee , Liang Wang , Prateek Mittal

Quick UDP Internet Connection (QUIC) is an emerging end-to-end encrypted, transport-layer protocol, which has been increasingly adopted by popular web services to improve communication security and quality of experience (QoE) towards…

密码学与安全 · 计算机科学 2023-10-18 Qianqian Zhang , Chi-Jiun Su

The diversity of QUIC implementations poses challenges for Internet measurements and the analysis of the QUIC ecosystem. While all implementations follow the same specification and there is general interoperability, differences in…

网络与互联网体系结构 · 计算机科学 2024-03-20 Johannes Zirngibl , Florian Gebauer , Patrick Sattler , Markus Sosnowski , Georg Carle

QUIC is a new protocol standardized in 2021 designed to improve on the widely used TCP / TLS stack. The main goal is to speed up web traffic via HTTP, but it is also used in other areas like tunneling. Based on UDP it offers features like…

网络与互联网体系结构 · 计算机科学 2023-09-29 Benedikt Jaeger , Johannes Zirngibl , Marcel Kempf , Kevin Ploch , Georg Carle

QUIC is an advanced transport layer protocol whose ubiquity on the Internet is now very apparent. Importantly, QUIC fuels the next generation of web browsing: HTTP/3. QUIC is a stateful and connection oriented protocol which offers similar…

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

Within a few years of its introduction, QUIC has gained traction: a significant chunk of traffic is now delivered over QUIC. The networking community is actively engaged in debating the fairness, performance, and applicability of QUIC for…

网络与互联网体系结构 · 计算机科学 2018-10-23 Mirko Palmer , Thorben Krüger , Balakrishnan Chandrasekaran , Anja Feldmann

TCP and QUIC can both leverage ECN to avoid congestion loss and its retransmission overhead. However, both protocols require support of their remote endpoints and it took two decades since the initial standardization of ECN for TCP to reach…

网络与互联网体系结构 · 计算机科学 2023-09-26 Constantin Sander , Ike Kunze , Leo Blöcher , Mike Kosek , Klaus Wehrle

QUIC is expected to be a game-changer in improving web application performance. In this paper, we conduct a systematic examination of QUIC's performance over high-speed networks. We find that over fast Internet, the UDP+QUIC+HTTP/3 stack…

网络与互联网体系结构 · 计算机科学 2024-10-02 Xumiao Zhang , Shuowei Jin , Yi He , Ahmad Hassan , Z. Morley Mao , Feng Qian , Zhi-Li Zhang

QUIC, a new and increasingly used transport protocol, enhances TCP by offering improved security, performance, and stream multiplexing. These features, however, also impose challenges for network middle-boxes that need to monitor and…

机器学习 · 计算机科学 2025-04-29 Barak Gahtan , Robert J. Shahla , Reuven Cohen , Alex M. Bronstein

The QUIC protocol is a new approach to combine encryption and transport layer stream abstraction into one protocol to lower latency and improve security. However, the decision to encrypt transport layer functionality may limit the…

密码学与安全 · 计算机科学 2021-07-14 Konrad Yuri Gbur , Florian Tschorsch

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

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

Quick UDP Internet Connections (QUIC) is a recently proposed transport protocol, currently being standardized by the Internet Engineering Task Force (IETF). It aims at overcoming some of the shortcomings of TCP, while maintaining the logic…

网络与互联网体系结构 · 计算机科学 2019-11-11 Alvise De Biasio , Federico Chiariotti , Michele Polese , Andrea Zanella , Michele Zorzi

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

While the evolution of the Internet was driven by the end-to-end model, it has been challenged by many flavors of middleboxes over the decades. Yet, the basic idea is still fundamental: reliability and security are usually realized…

网络与互联网体系结构 · 计算机科学 2023-07-31 Mike Kosek , Benedikt Spies , Jörg Ott

QUIC has rapidly evolved into a cornerstone transport protocol for secure, low-latency communications, yet its deployment continues to expose critical security and privacy vulnerabilities, particularly during connection establishment phases…

密码学与安全 · 计算机科学 2025-07-02 Jayasree Sengupta , Debasmita Dey , Simone Ferlin-Reiter , Nirnay Ghosh , Vaibhav Bajpai

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…

网络与互联网体系结构 · 计算机科学 2019-04-18 Maxime Piraux , Quentin De Coninck , Olivier Bonaventure

In this paper, we revisit the performance of the QUIC connection setup and relate the design choices for fast and secure connections to common Web deployments. We analyze over 1M Web domains with 272k QUIC-enabled services and find two…

网络与互联网体系结构 · 计算机科学 2023-02-03 Marcin Nawrocki , Pouyan Fotouhi Tehrani , Raphael Hiesgen , Jonas Mücke , Thomas C. Schmidt , Matthias Wählisch

The QUIC transport protocol represents a significant evolution in web transport technologies, offering improved performance and reduced latency compared to traditional protocols like TCP. Given the growing number of QUIC implementations,…

网络与互联网体系结构 · 计算机科学 2026-02-11 Jashanjot Singh Sidhu , Abdelhak Bentaleb
‹ 上一页 1 2 3 10 下一页 ›