简体   繁体   English

两台直接相连的PC之间是否可能发生arp数据包风暴?

[英]Is arp packet storm happens between two directly linked PCs possible?

Network disconnect issue happens in a system of my company.网络断开问题发生在我公司的系统中。

Here is the network topolgy:这是网络拓扑:
PC1: two NICs, both static IP address. PC1:两个网卡,都是静态IP地址。 Data: 10.10.22.11, Control: 10.10.22.10数据:10.10.22.11,控制:10.10.22.10
PC2: two NICs, both static IP address. PC2:两个网卡,都是静态IP地址。 Data: 10.10.22.101, Control: 10.10.22.100数据:10.10.22.101,控制:10.10.22.100
Default Gateway 10.10.22.11 is set on both side.两端设置默认网关 10.10.22.11。 However I don't think this is necessary, as there is no router or gateway between the two PCs, there directly linked.但是我认为这没有必要,因为两台 PC 之间没有路由器或网关,直接链接。

A consultant point out, since all the IPs are set in same segment 10.10.22, there could be broadcast storm, which might be the cause of network disconnect.一位顾问指出,由于所有IP都设置在同一网段10.10.22,因此可能会出现广播风暴,这可能是网络断开的原​​因。

Is this true?这是真的? Can broadcast storm happen in directly linked two PCs?直接连接的两台PC会发生广播风暴吗?

No it shouldn't be.不,不应该。

Broadcast storms happen when there is a loop in a network.当网络中存在环路时,就会发生广播风暴。 A packet is forwarded to all ports in a switch and if there is a loop the packets are again sent to the same switch on all ports, amplifying the storm, if there is no network loop there shouldn't be any storm.数据包被转发到交换机中的所有端口,如果存在环路,则数据包将再次发送到所有端口上的同一交换机,放大​​风暴,如果没有网络环路,则不应有任何风暴。 I don't see any loop in your configuration so this shouldn't be any broadcast storm.我在你的配置中没有看到任何循环,所以这不应该是任何广播风暴。

Identifying broadcast storm is not so hard, just sniff on an interface on the network, and if you see millions of times the same broadcast packet, it should be a broadcast storm.识别广播风暴并不难,只要嗅探网络上的一个接口,如果看到数百万次相同的广播数据包,那就应该是广播风暴。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 两台直接连接的PC之间的UDP通信 - UDP communication between two directly connected PCs 是否有可能以这种方式构建 arp 请求数据包,从而使路由器通过子网转发它? - Is it possible to build an arp request packet in such a way that will cause a router to forward it over subnets? ARP消息包中的源MAC地址与封装时指定的源MAC地址之间的区别? - Difference between the source MAC address in an ARP message packet and the source MAC address specified while encapsulating it? 是否可以直接从浏览器向ip /端口发送原始UDP数据包? - Is it possible to send a raw UDP packet directly from the browser to an ip/port? 构造arp数据包并将其发送到本地linux但没有回复 - Construct arp packet and send it to local linux but no reply ARP REQUEST数据包中的发送者IP地址是什么? - What is the sender IP address used for in an ARP REQUEST packet? Scapy-在其他两个层之间插入数据包层 - Scapy - insert packet layer between two other layers 确定哪个数据包/更新在两台机器之间首先到达 - Determining which packet/update arrived first between two machines 是否可以直接在本地C ++应用和远程浏览器之间连接 - Is it possible to connect between local C++ app and remote browser directly 接口之间的报文转发 - Packet forwarding between interfaces
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM