Broadcast in Wireless multi-hop Networks: Difference between revisions

From
Jump to navigation Jump to search
No edit summary
 
Line 1: Line 1:
== Introduction ==
== Introduction ==


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



=== Why broadcasting? ===
=== Why broadcasting? ===
Line 8: Line 12:
*routing (e.g., [[DSR]], [[ZRP]], [[AODV]]),
*routing (e.g., [[DSR]], [[ZRP]], [[AODV]]),
*providing [[Multicast|multicast]] in rapidly changing topologies.
*providing [[Multicast|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|flooding]] is a simple and straight-forward approach to deal with this problem.

Remember: In [[MANET|MANETs]] we're usually confronted with a [[Multihop|multihop]] scenario!

Revision as of 17:27, 8 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!