Tag

NAT traversal

0 views collected around this technical thread.

IT Services Circle
IT Services Circle
Jan 30, 2023 · Fundamentals

Understanding NAT, NAPT, and How Private IPs Communicate with the Public Internet

This article explains why home networks use private 192.168.x.x addresses, how NAT devices translate private to public IPs, the roles of SNAT and DNAT, the extension to NAPT with port translation, and techniques such as NAT traversal and hole punching that enable inbound connections from the Internet.

IPNATNAT traversal
0 likes · 15 min read
Understanding NAT, NAPT, and How Private IPs Communicate with the Public Internet
TikTok Frontend Technology Team
TikTok Frontend Technology Team
Nov 30, 2022 · Frontend Development

What Is WebRTC? Overview, Architecture, Signaling, and Demo Implementation

This article explains WebRTC as a cross‑platform, low‑latency real‑time communication technology, covering its definition, three‑layer architecture, JavaScript APIs, signaling process, NAT traversal mechanisms, a complete demo code example, and a practical Douyin business use case.

DemoJavaScript APINAT traversal
0 likes · 17 min read
What Is WebRTC? Overview, Architecture, Signaling, and Demo Implementation
ByteDance ADFE Team
ByteDance ADFE Team
Oct 14, 2021 · Fundamentals

Understanding WebRTC: Architecture, NAT Traversal, and a Complete Demo

This article explains WebRTC fundamentals, compares it with WebSocket, describes SDP, ICE, STUN/TURN NAT traversal, and provides full server‑side and client‑side JavaScript code to build a peer‑to‑peer video conferencing demo.

ICEJavaScriptNAT traversal
0 likes · 16 min read
Understanding WebRTC: Architecture, NAT Traversal, and a Complete Demo
Jike Tech Team
Jike Tech Team
May 14, 2020 · Game Development

Why Animal Crossing’s Online Play Stutters: Inside Game Sync and NAT Traversal

This article explores the technical foundations of Animal Crossing’s online multiplayer, detailing lockstep and state synchronization methods, host‑client architectures, NAT‑type constraints, and how these networking mechanisms cause common connection issues and gameplay quirks observed by players.

Animal CrossingNAT traversalgame networking
0 likes · 17 min read
Why Animal Crossing’s Online Play Stutters: Inside Game Sync and NAT Traversal
58 Tech
58 Tech
Jul 11, 2019 · Frontend Development

WebRTC Technical Overview and Implementation Guide

This article provides a comprehensive overview of WebRTC, covering its background, core architecture, key components such as MediaStream, RTCPeerConnection and RTCDataChannel, signaling and NAT traversal techniques, as well as a step‑by‑step audio‑video call flow and compatibility considerations across platforms.

NAT traversalWebRTCbrowser API
0 likes · 10 min read
WebRTC Technical Overview and Implementation Guide