网络泛洪
我一直在阅读有关网络泛洪算法的信息,该算法用于发现新节点,然后将“地址”添加到交换机的哈希表中。现在,如果在所有网络节点中发送一个帧,但网络中的某些节点没有被编程为接收数据,而只是发送数据,该怎么办?这些是如何添加到交换机上的哈希表中的?
i have been reading about network flooding algorithm that it is used to discover new nodes and then the "addresses" are added into the hash table of a switch. Now what if a frame is send in all the networks nodes, but some of the nodes that are in the network are not programmed to receive data, but just to send data. how are those added on any of the hash tables on the switch(es) ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果它们没有被编程为接收数据,那么我猜它们就不会接收到数据。有人可能必须手动将数据编程到“路由器”中。然而,我怀疑路由器或交换机可能性无法接收数据,这似乎完全没有意义。
If they are not programmed to receive data, then they wouldn't receive it I guess. Someone might have to manually program the data into the "router". However I doubt the likely-hood of a router or switch being unable to receive data, that would seem entirely pointless.