Top Categories
Describes how you can "route" a packet to any/every node on a network without knowing anything about the connectivity or topology of the network. Flooding is when a packet is repeatedly sent to all neighbors of a given node, as long as the total number of times the packet has been resen
Describes how you can "route" a packet to any/every node on a network without knowing anything about the connectivity or topology of the network. Flooding is when a packet is repeatedly sent to all neighbors of a given node, as long as the total number of times the packet has been resent is not too high. The network is filled with many unnecessary copies of the packet, but it will reach its destination.