Tag

full-duplex

0 views collected around this technical thread.

Ops Development Stories
Ops Development Stories
Mar 18, 2022 · Fundamentals

Why WebSocket Is Essential for Real‑Time Web Applications

This article explains the WebSocket protocol, its full‑duplex persistent connection, key features, why it outperforms HTTP for real‑time scenarios, and provides detailed handshake examples for both client and server implementations.

ProtocolTCPWebSocket
0 likes · 8 min read
Why WebSocket Is Essential for Real‑Time Web Applications
360 Tech Engineering
360 Tech Engineering
Sep 11, 2018 · Backend Development

Using Go's HTTP/2 Server and Client: TLS Setup, Server Push, and Full‑Duplex Communication

This article demonstrates how to build an HTTP/2 server and client in Go, covering TLS certificate generation, server and client implementations, switching between HTTP/1.1 and HTTP/2, server‑push handling, and full‑duplex echo communication with complete code examples.

Backend DevelopmentGoHTTP/2
0 likes · 12 min read
Using Go's HTTP/2 Server and Client: TLS Setup, Server Push, and Full‑Duplex Communication
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Aug 11, 2016 · Fundamentals

Mastering TCP: The Three-Way Handshake and Four-Way Termination Explained

This article breaks down the TCP three‑way handshake and four‑way termination processes, explaining each packet exchange, the role of sequence numbers, the TIME_WAIT state, and why these steps are essential for reliable full‑duplex communication.

TCPTIME_WAITfour-way termination
0 likes · 8 min read
Mastering TCP: The Three-Way Handshake and Four-Way Termination Explained