WS-Discovery协议的安全问题
为什么 LAN 上的所有服务器都广播 WS-Discovery Resolve 消息最终导致完全拥塞?
LAN 中充斥着来自不同服务器的 IPv4 多播地址解析消息。
以下是消息正文
urn:uuid:704c7c3d-b73f-410d-88bc-68d5c5dd9219
是怎么回事?
编辑:这就是它的工作原理。但问题是,为什么他们永远不会停止?如果解决失败怎么办?
How comes all servers on LAN broadcsat WS-Discovery Resolve message that ends up with total congestion?
The LAN is flooded with resolve messages from different servers to IPv4 multicast address.
The following is the message body
urn:uuid:704c7c3d-b73f-410d-88bc-68d5c5dd9219
How is it all about?
Edit: It's how it works. However the point is, why they never stop? What if a resolve fails?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
因为使用 WS-Discovery 协议的客户端通过使用 UDP 多播发送 Resolve 消息来查找服务的传输地址。除非我遗漏了什么,否则您所看到的就是 UDP 多播。
Because using the WS-Discovery protocol clients send Resolve message by using UDP multicast to find out transport addresses for services. The UDP multicast is what you're seeing unless I'm missing something.