Tagged articles
4 articles
Page 1 of 1
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 DevelopmentDistributed SystemsRPC
0 likes · 12 min read
Understanding the Basic Structure and Technical Stack of RPC Architecture
NetEase Smart Enterprise Tech+
NetEase Smart Enterprise Tech+
Apr 28, 2022 · Backend Development

How NetEase Cloud’s QUIC Optimizations Boost Audio‑Video Calls in Weak Networks

This article explains how NetEase Cloud Communication leverages the QUIC protocol—detailing its transport‑layer advantages over TCP, protocol‑level differences, and specific optimization practices such as multiplexing, unreliable DATAGRAM frames, compression, and dynamic redundancy—to dramatically improve audio‑video signaling latency, loss tolerance, and bandwidth utilization in challenging network conditions.

Audio-VideoBackendQUIC
0 likes · 10 min read
How NetEase Cloud’s QUIC Optimizations Boost Audio‑Video Calls in Weak Networks
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