Broadcast in Wireless multi-hop Networks: Difference between revisions

From
Jump to navigation Jump to search
Line 17: Line 17:


There are several ways to send a message from one host to all the other hosts.
There are several ways to send a message from one host to all the other hosts.

Broadcasting done by [[Flooding|flooding]] is a simple and straight-forward approach to deal with this problem.
Broadcasting done by [[Flooding|flooding]] is a simple and straight-forward approach to deal with this problem.



Revision as of 13:22, 23 January 2005

Introduction

Broadcasting in the field of network communication usually means the distribution of messages/data to a number of recipients.


Why broadcasting?

Broadcasting is a common technique to realize many network issues such as

  • paging,
  • sending alarm signals,
  • routing (e.g., DSR, ZRP, AODV),
  • providing multicast in rapidly changing topologies.


Broadcasting by flooding

There are several ways to send a message from one host to all the other hosts.

Broadcasting done by flooding is a simple and straight-forward approach to deal with this problem.

Remember: In MANETs we're usually confronted with a multihop scenario!