Selecting forwarding neighbors in wireless Ad Hoc networks

  • Authors:
  • Gruia Călinescu;Ion Măndoiu;Peng-Jun Wan;Alexander Zelikovsky

  • Affiliations:
  • CS Department, Illinois Institute of Technology, Chicago, IL;CS Department, University of California at Los Angeles, Los Angeles, CA;CS Department, Illinois Institute of Technology, Chicago, IL;CS Department, Georgia State University, Atlanta, GA

  • Venue:
  • DIALM '01 Proceedings of the 5th international workshop on Discrete algorithms and methods for mobile computing and communications
  • Year:
  • 2001

Quantified Score

Hi-index 0.00

Visualization

Abstract

Broadcasting is a fundamental operation which is frequent in wireless ad hoc networks. A simple broadcasting mechanism, known as flooding, is to let every node retransmit the message to all its 1-hop neighbors when receiving the first copy of the message. Despite its simplicity, flooding is very inefficient and can result in high redundancy, contention, and collision. One approach to reducing the redundancy is to let each node forward the message only to a small subset of 1-hop neighbors that cover all of the node's 2-hop neighbors. In this paper, we propose two practical heuristics for selecting the minimum number of forwarding neighbors: an &Ogr;(n log n) time algorithm that selects at most 6 times more forwarding neighbors than the optimum, and an &Ogr;(n2) time algorithm with an improved approximation ratio of 3, where n is the number of 1- and 2-hop neighbors. The best previously known algorithm, due to Bronnimann and Goodrich [2], guarantees &Ogr;(1) approximation in &Ogr;(n3 log n) time.