Flooding algorithm: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 8:
There are several variants of flooding algorithm: most work roughly as follows.
#Each node acts as both a transmitter and a receiver.
#Each node tries to forward every message to every one of its neighbors except the source node.
This results in every message eventually being delivered to all reachable parts of the network.