Routing over MultiHop Wireless Network of Mobile Computers - PowerPoint PPT Presentation

1 / 11
About This Presentation
Title:

Routing over MultiHop Wireless Network of Mobile Computers

Description:

collection of wireless mobile hosts forming a temporary network without the aid ... the range imposed by their wireless transmitters by participation base stations ... – PowerPoint PPT presentation

Number of Views:34
Avg rating:3.0/5.0
Slides: 12
Provided by: vod
Category:

less

Transcript and Presenter's Notes

Title: Routing over MultiHop Wireless Network of Mobile Computers


1
Routing over Multi-Hop Wireless Network of Mobile
Computers
  • Charles E. Perkins and Pravin Bhagwat
  • KAIST COMPUTER ARCHITECTUR LAB
  • MS1 KIM YU-SUNG

2
Content
  • Introduction
  • Overview of Routing Methods
  • Destination-Sequenced Distance Vector(DSDV)
    Protocol
  • Future Work

3
Introduction
  • ad-hoc network
  • collection of wireless mobile hosts forming a
    temporary network without the aid of any
    established infrastructure or centralized
    administration
  • topology of interconnections may be dynamic
  • self-starting
  • usually no administrator
  • broadcasting
  • not fully connected

4
Overview of Routing Methods
  • Link-State
  • each node maintains a view of the network
    topology with a cost for each link
  • each node periodically broadcasts the link costs
    of its adjacent links, to all nodes

5
  • Distance-Vector (Distribute Bellman-Ford
    Algorithm)
  • each node maintains for each destination, a set
    of distance over every neighbor
  • each node periodically broadcast its view of the
    distance to all nodes, to each of its neighbors
  • compared to link-state
  • computationally efficient, easy to implement
  • long-lived loop lt propagation speed
  • gt many modifications to DBF algorithm
  • effective only when topological change rare
  • gt Destination-Sequenced Distance
    Vector(DSDV)

6
  • Bellman-Ford algorithm
  • Bellman-Ford(G,w,s)
  • Initialize-Single-Source(G,s)
  • for i 1 to VG -1
  • do for each edge (u,v) in EG
  • do Relax(u,v,w)
  • for each edge (u,v) in EG
  • do if dv gt du w(u,v)
  • then return false

7
(No Transcript)
8
Destination-Sequenced Distance Vector(DSDV)
Protocol
  • Approach strategies
  • tag each route table entry with a sequence number
    so that nodes can quickly distinguish stale
    routes from the new ones
  • gt avoid loop
  • Protocol Overview
  • each host have routing table
  • destinations address
  • next hop for each destination
  • number of hop for each destination
  • sequence number

9
  • table maintenance
  • broadcasting (packet type) - initiator
  • periodic full information packet (full dump)
  • update packet when significant new information is
    available (incremental packet)
  • packet content
  • destinations address
  • number of hop for each destination
  • sequence number
  • update - receiver
  • recent sequence number
  • if same sequence number the smaller metric
  • rebroadcasting - receiver
  • add 1 to metric and rebroadcast

10
  • Damping Fluctuations
  • cause - difference of propagation speed
  • solution
  • keep about the length of time between arrival of
    the first and best route for each particular
    destination
  • Extending Base Station Coverage
  • connection beyond the range imposed by their
    wireless transmitters by participation base
    stations

11
Future Work
  • more sophisticated cost function
  • alternative design
  • route discovery on a need-to-know
  • many parameters of interest
  • frequency of broadcast
  • proper using of two packet type
  • importance of change that triggering immediate
    incremental packet
Write a Comment
User Comments (0)
About PowerShow.com