TURN (Traversal Using Relays around NAT)
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://statuscodefyi.com/iframe/glossary/turn/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://statuscodefyi.com/glossary/turn/
Add a dynamic SVG badge to your README or docs.
[](https://statuscodefyi.com/glossary/turn/)
Use the native HTML custom element.
A relay protocol (RFC 8656) used when direct peer-to-peer connections fail due to symmetric NAT or restrictive firewalls, routing all media through a TURN server instead. TURN is the fallback of last resort in WebRTC's ICE process — more reliable but higher latency and server cost than direct connections. TURN servers typically require authentication to prevent abuse.