Network

7 articles

Comparing Real-Time Web Communication: Polling, SSE, WebSocket, WebRTC, and WebTransport
Network 2026-06-27

Comparing Real-Time Web Communication: Polling, SSE, WebSocket, WebRTC, and WebTransport

Five common real-time web communication technologies, Polling, SSE, WebSocket, WebRTC, and WebTransport, compared side by side. This article sorts them by direction and transport, lays out each one's overview, minimal implementation, and pros and cons, and gives selection criteria. A map for choosing a real-time method.

#Polling#SSE#WebSocket#WebRTC#WebTransport#Real-time
What Is the TCP Three-Way Handshake?
Network 2026-06-23

What Is the TCP Three-Way Handshake?

A concise explanation of the TCP three-way handshake: the SYN, SYN/ACK, and ACK steps, the state transitions, and why TCP needs three messages instead of two.

#TCP#IP
Why Networks Connect: 2nd Edition - Essential Knowledge of TCP/IP, LAN, and Fiber Optics
Network 2024-05-09

Why Networks Connect: 2nd Edition - Essential Knowledge of TCP/IP, LAN, and Fiber Optics

Why Networks Connect: 2nd Edition - Essential Knowledge of TCP/IP, LAN, and Fiber Optics

#Book Review#IP#TCP#HTTP
Practical Email Technology Handbook: From Basic Mechanisms to Protocols, Server Setup, Sending Domain Authentication, Attachments, Encryption, and Security Measures
Network 2024-02-21

Practical Email Technology Handbook: From Basic Mechanisms to Protocols, Server Setup, Sending Domain Authentication, Attachments, Encryption, and Security Measures

Practical Email Technology Handbook: From Basic Mechanisms to Protocols, Server Setup, Sending Domain Authentication, Attachments, Encryption, and Security Measures

#Email#Book Review
Summary of Network Terms
Network 2020-11-02

Summary of Network Terms

A compilation of network-related terms with unclear knowledge.

#IP#Load Balancer
HTTP and SSL/TLS
Network 2018-04-18

HTTP and SSL/TLS

Understand how HTTPS works: TLS handshake after TCP, confidentiality/integrity/authenticity, the history from SSL vulnerabilities to TLS 1.2/1.3, and why universal HTTPS adoption happened.

#HTTP#HTTPS#SSL#TLS
Stateless and Stateful
Network 2018-04-17

Stateless and Stateful

Learn the difference between stateless and stateful protocols. HTTP, UDP, and IP are stateless; FTP, TCP, and SMTP are stateful. Covers session-based state management implications.

#Stateful#Stateless#Session