Tagged articles
8 articles
Page 1 of 1
Liangxu Linux
Liangxu Linux
Aug 24, 2024 · Fundamentals

Why HTTP/3 Beats HTTP/2: A Deep Dive into QUIC’s Innovations

This article traces the evolution from HTTP/1.1 to HTTP/3, explains how QUIC built on UDP to reduce connection latency, avoid head‑of‑line blocking, support seamless connection migration, and introduce advanced congestion and flow‑control mechanisms that give HTTP/3 a performance edge over its predecessors.

HTTPHTTP/3Network Protocols
0 likes · 14 min read
Why HTTP/3 Beats HTTP/2: A Deep Dive into QUIC’s Innovations
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Jun 28, 2024 · Fundamentals

Deep Dive into QUIC Protocol: Architecture, Features, and Optimization Strategies

The article thoroughly examines QUIC—the user‑space, UDP‑based transport underpinning HTTP/3—detailing its architecture, fast 0‑RTT handshakes, connection migration, stream‑level independence, congestion control, and flow‑control mechanisms, while also discussing implementation hurdles like 0‑RTT reliability, load‑balancer routing, UDP restrictions, CPU overhead, and real‑world performance gains reported by major Chinese tech firms.

0-RTT handshakeHTTP/3QUIC protocol
0 likes · 21 min read
Deep Dive into QUIC Protocol: Architecture, Features, and Optimization Strategies
Tencent Cloud Developer
Tencent Cloud Developer
Apr 19, 2023 · Operations

Optimizing Tencent Meeting’s Network Connectivity with QUIC: Reducing Handshake Latency and Enabling Seamless Wi‑Fi/Cellular Switching

By replacing TCP+TLS with QUIC, Tencent Meeting cuts connection‑setup latency by nearly half, enables seamless Wi‑Fi‑to‑cellular handover through connection migration, improves login success, tolerates high packet loss, and incorporates fallback and crash‑guard mechanisms to ensure reliable video conferencing.

QUICTencent Meetingconnection migration
0 likes · 12 min read
Optimizing Tencent Meeting’s Network Connectivity with QUIC: Reducing Handshake Latency and Enabling Seamless Wi‑Fi/Cellular Switching
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Sep 9, 2022 · Mobile Development

Research on WiFi-Cellular Network Seamless Handover Technology for Mobile Devices

The article examines the delay‑inducing challenges of Wi‑Fi‑to‑cellular handover on mobile devices and proposes three complementary techniques—dynamic link evaluation, QUIC‑based connection migration, and multipath TCP—to reduce detection, link‑setup, and TCP‑reconstruction times, while weighing power, cost, and future AI‑driven trajectory prediction.

MPTCPQUIC protocolWiFi-Cellular switching
0 likes · 11 min read
Research on WiFi-Cellular Network Seamless Handover Technology for Mobile Devices
Ctrip Technology
Ctrip Technology
Apr 21, 2022 · Backend Development

Applying and Optimizing QUIC in Trip.com Mobile App: Experience and Practices

The article details how Trip.com introduced and customized QUIC in its mobile app to overcome long‑distance, unstable overseas connections, achieving a 20% latency reduction and 99.5% success rate through client‑side Cronet trimming, IP direct‑connect, multi‑link support, 0‑RTT, connection migration, QPACK tuning, and adaptive TCP/QUIC selection.

0-RTTCronetQPACK
0 likes · 20 min read
Applying and Optimizing QUIC in Trip.com Mobile App: Experience and Practices
Ctrip Technology
Ctrip Technology
Apr 14, 2022 · Backend Development

Implementing QUIC in Trip.com App: Server Architecture, Connection Migration, and 0‑RTT Optimization

This article describes how Trip.com’s backend engineers introduced QUIC to the Trip.com App, redesigned the Nginx‑based server architecture for multi‑process deployment, solved connection‑migration challenges with a custom load‑balancing layer, and enabled 0‑RTT support using shared ticket keys, achieving roughly a 20% reduction in request latency.

0-RTTNGINXQUIC
0 likes · 16 min read
Implementing QUIC in Trip.com App: Server Architecture, Connection Migration, and 0‑RTT Optimization
Alibaba Terminal Technology
Alibaba Terminal Technology
Nov 3, 2021 · Fundamentals

Ant Group’s QUIC Deployment: Boosting Mobile Payments & Global Acceleration

Since 2015, Ant Group’s Alipay client and gateway teams have been deploying QUIC, the next‑generation transport for HTTP/3, across mobile payment and overseas acceleration scenarios, detailing background, design choices, deployment frameworks, key technologies like connection migration, 0‑RTT, lossless upgrades, and related patents.

0-RTTHTTP/3QUIC
0 likes · 20 min read
Ant Group’s QUIC Deployment: Boosting Mobile Payments & Global Acceleration
Tencent Cloud Developer
Tencent Cloud Developer
Mar 15, 2021 · Fundamentals

Understanding QUIC: Transport‑Layer Implementation of HTTP/3 and Its Key Features

QUIC, a UDP‑based transport protocol that merges TCP reliability, UDP speed, and TLS security, underpins HTTP/3 by eliminating TCP’s three‑way handshake and head‑of‑line blocking, offering connection migration, 0‑RTT latency, customizable congestion control, fully encrypted packets, and is already being deployed in services such as Tencent Cloud CDN.

HTTP/3QUICTransport Protocol
0 likes · 17 min read
Understanding QUIC: Transport‑Layer Implementation of HTTP/3 and Its Key Features