STUN 情况下的 test1、test2 和 test3 是什么?

发布于 2024-08-09 14:51:59 字数 77 浏览 4 评论 0原文

我不明白 STUN 情况下三个测试的重要性? STUN 服务器用于了解外部端口和 IP 地址,那么为什么要三个请求呢?

谢谢

I didn't understood importance of three tests in case of STUN ? STUN server is used for knowing external port and ip address so why three requests?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

那一片橙海, 2024-08-16 14:51:59

sip 客户端使用这三个测试来确定 STUN 网关的运行模式

  • 开放互联网
  • 全锥 NAT
  • 受限锥
  • 受限端口
  • UDP 阻塞
  • 对称 UDP 防火墙
  • 对称 NAT

如果这三个测试算法最终处于后面三个状态之一无法进行 UDP 通信。

检查这个漂亮的维基媒体图形,了解 NAT 特征算法的流程图

The three tests are used by a sip client to determine in which mode the STUN-Gateway is operating

  • Open Internet
  • Full Cone NAT
  • Restricted Cone
  • Restricted Port
  • UDP Blocked
  • Symmetric UDP Firewall
  • Symmetric NAT

If the three tests algorithm ends up in one of the later three states no UDP communication is possible.

Check this nice wikimedia graphic for a flowchart of the NAT characterization algorithm

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文