Tag

NAT traversal

1 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
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Aug 19, 2021 · Fundamentals

Mastering NAT Traversal: How ICE, STUN, and TURN Enable WebRTC Connections

This article explains how WebRTC uses ICE, along with STUN and TURN protocols, to overcome NAT obstacles, detailing NAT types, detection procedures, candidate gathering, and connection flow to achieve reliable peer‑to‑peer real‑time communication.

ICENAT traversalReal-time Communication
0 likes · 13 min read
Mastering NAT Traversal: How ICE, STUN, and TURN Enable WebRTC Connections
Ops Development Stories
Ops Development Stories
Nov 9, 2020 · Operations

Quick Guide: Deploy frp for Secure Intranet-to-Internet Access

This article explains how to set up frp, a high-performance reverse-proxy written in Go, to expose internal web and SSH services to the public Internet using domain-based virtual hosts, nginx reverse-proxy, and systemd on CentOS, complete with configuration examples and firewall considerations.

CentOSNAT traversalNginx
0 likes · 15 min read
Quick Guide: Deploy frp for Secure Intranet-to-Internet Access
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.

Browser APINAT traversalWebRTC
0 likes · 10 min read
WebRTC Technical Overview and Implementation Guide