|
|
|
fuzi_yao
Created Feb 15, 2022 00:51:35
(0)
(0)
The official explanation for flooding is that the source node wants to send a piece of data to the destination node. The source node first transmits a copy of the data to each of its neighbors over the network, and each neighbor node transmits the data to its own other than the one that sent the data. This continues until the data is transferred to the destination node or the time to live (TTL) set for the data is 0. The simple explanation is that packets are flooded from the source node to the |
|