Flooding as multicast
# in flooding, all routers and network receive at least one copy of the packet
# pros:
- simple to implement
-router do not need to maintain group information
# cons:
- duplicate and unnecessary packet
- routing loops
# trade off between simplicity and resources usage