Tag

Transport Protocol

1 views collected around this technical thread.

Code Ape Tech Column
Code Ape Tech Column
Feb 6, 2023 · Backend Development

Understanding the Basic Structure and Technical Stack of RPC Architecture

This article explains the fundamental components of RPC architecture, details the client‑server roles, communication protocols, serialization methods, transport protocols, and synchronous versus asynchronous invocation patterns, providing a comprehensive guide for building a custom RPC framework.

Backend DevelopmentNetwork CommunicationRPC
0 likes · 12 min read
Understanding the Basic Structure and Technical Stack of RPC Architecture
Architecture Digest
Architecture Digest
Jun 14, 2022 · Fundamentals

Understanding HTTP/3 and QUIC: History, Key Features, and Performance Improvements

This article explains the evolution of HTTP, the release of the HTTP/3 RFC, how QUIC leverages UDP to provide faster, secure connections with 0‑RTT handshakes, solves head‑of‑line blocking, improves congestion and flow control, and details its core mechanisms such as connection migration and ACK handling.

HTTP/3QUICTransport Protocol
0 likes · 14 min read
Understanding HTTP/3 and QUIC: History, Key Features, and Performance Improvements
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.

Connection MigrationHTTP/3Network Performance
0 likes · 17 min read
Understanding QUIC: Transport‑Layer Implementation of HTTP/3 and Its Key Features