+ All Categories
Home > Documents > BeamStar: A New Low-cost Data Routing Protocol for Wireless Sensor Networks Shiwen Mao and Y. Thomas...

BeamStar: A New Low-cost Data Routing Protocol for Wireless Sensor Networks Shiwen Mao and Y. Thomas...

Date post: 17-Dec-2015
Category:
Upload: paul-trevor-haynes
View: 212 times
Download: 0 times
Share this document with a friend
Popular Tags:
26
BeamStar: A New Low-cost Data Routing Protocol for Wireless Sensor Netw orks Shiwen Mao and Y. Thomas Hou The Bradley Department of Electrical and Compute r Engineering Virginia Tech, Blacksburg, VA 24061 Email: [email protected], [email protected] Speaker : Ching - Chu ng Lin Globecom 2004
Transcript
Page 1: BeamStar: A New Low-cost Data Routing Protocol for Wireless Sensor Networks Shiwen Mao and Y. Thomas Hou The Bradley Department of Electrical and Computer.

BeamStar: A New Low-cost Data Routing Protocol

for Wireless Sensor Networks

Shiwen Mao and Y. Thomas HouThe Bradley Department of Electrical and Computer Engineering

Virginia Tech, Blacksburg, VA 24061Email: [email protected], [email protected]

Speaker : Ching - Chung Lin

Globecom 2004

Page 2: BeamStar: A New Low-cost Data Routing Protocol for Wireless Sensor Networks Shiwen Mao and Y. Thomas Hou The Bradley Department of Electrical and Computer.

Outline

Introduction Assumption BeamStar routing protocol Practical implementation Conclusion

Page 3: BeamStar: A New Low-cost Data Routing Protocol for Wireless Sensor Networks Shiwen Mao and Y. Thomas Hou The Bradley Department of Electrical and Computer.

Introducion

Characteristics are desirable for a routing protocol Scalability Low complexity Energy-efficiency Error-resilience

Page 4: BeamStar: A New Low-cost Data Routing Protocol for Wireless Sensor Networks Shiwen Mao and Y. Thomas Hou The Bradley Department of Electrical and Computer.

Introducion

Goals of the routing protocol minimum control overhead shift the control and management to base station

Components of the routing protocol Base station-assisted location discovery Location-aware data forwarding

Page 5: BeamStar: A New Low-cost Data Routing Protocol for Wireless Sensor Networks Shiwen Mao and Y. Thomas Hou The Bradley Department of Electrical and Computer.

AssumptionBase Station(s) :

Sensor node(s) :

Page 6: BeamStar: A New Low-cost Data Routing Protocol for Wireless Sensor Networks Shiwen Mao and Y. Thomas Hou The Bradley Department of Electrical and Computer.

Assumption

BeamStar requires the entire sensor network be within the maximum transmission range of the base station

Page 7: BeamStar: A New Low-cost Data Routing Protocol for Wireless Sensor Networks Shiwen Mao and Y. Thomas Hou The Bradley Department of Electrical and Computer.

BeamStar (Base station-assisted location discovery)

A node’s location is determined by 1. the directionality of the last base station transmission (Sector Number SN)

2. lowest power level information that it can receive from the base station (Ring Number RN)

We define the Location by {SN,RN}

Page 8: BeamStar: A New Low-cost Data Routing Protocol for Wireless Sensor Networks Shiwen Mao and Y. Thomas Hou The Bradley Department of Electrical and Computer.

BeamStar (Base station-assisted location discovery)

1

2

3

4 5 1

2

3

Page 9: BeamStar: A New Low-cost Data Routing Protocol for Wireless Sensor Networks Shiwen Mao and Y. Thomas Hou The Bradley Department of Electrical and Computer.

BeamStar (Base station-assisted location discovery)

( 1 , 1 )( 1 ,

2 )( 1 , 3 ) ( 2 ,

1 )( 2 , 2 )( 2 ,

3 )

( 3 , 1 )

( 3 , 2 )

( 3 , 3 )

( 4 , 1 )

( 4 , 2 )

( 4 , 3 )

Page 10: BeamStar: A New Low-cost Data Routing Protocol for Wireless Sensor Networks Shiwen Mao and Y. Thomas Hou The Bradley Department of Electrical and Computer.

BeamStar (Base station-assisted location discovery)

The packet format of a control message from the base station.

Page 11: BeamStar: A New Low-cost Data Routing Protocol for Wireless Sensor Networks Shiwen Mao and Y. Thomas Hou The Bradley Department of Electrical and Computer.

BeamStar (Location-Aware Data Forwarding)

The header fields are: BaseID : the identifier of the destination base station

SourceLocID: the location identifier, i.e., {RN, SN}, of the source sensor node. LastRelayLocID: the location identifier of the last sensor node that forwarded this data packet PacketSeqNumber: the sequence number of the packet

each node also maintains a sequence number table

Page 12: BeamStar: A New Low-cost Data Routing Protocol for Wireless Sensor Networks Shiwen Mao and Y. Thomas Hou The Bradley Department of Electrical and Computer.

{ 1 , 3}

{ 2 , 4}

{ 2 , 3}

{ 3 , 3}

{ 2 , 2}

BeamStar (Location-Aware Data Forwarding)

{ 3 , 2}

{ 1 , 2}

{ 3 , 1}

{ 1 , 1}

{ 2 , 1}

Page 13: BeamStar: A New Low-cost Data Routing Protocol for Wireless Sensor Networks Shiwen Mao and Y. Thomas Hou The Bradley Department of Electrical and Computer.

BeamStar (Location-Aware Data Forwarding)

There are many advantages of using this routing scheme. the intermediate sensor nodes do not need to store a routing table or maintain flow-state related information.

the storage requirement is also minimal.

the routes to the base station are loop-free

data packet is forwarded by multiple nodes through different routes

Page 14: BeamStar: A New Low-cost Data Routing Protocol for Wireless Sensor Networks Shiwen Mao and Y. Thomas Hou The Bradley Department of Electrical and Computer.

Practical implementation

A. Wake Up On-Demand B. Query for Events C. Creating Finer Regions D. Deploying Multiple Base Stations E. Reallocation and Reorganization

Page 15: BeamStar: A New Low-cost Data Routing Protocol for Wireless Sensor Networks Shiwen Mao and Y. Thomas Hou The Bradley Department of Electrical and Computer.

Practical implementation

A. Wake Up On-Demand To further conserve energy, we can put the sensor nodes to a “sleep” state after the initialization phase the dual radio design can be used to awake a sleeping sensor.

This wake up on-demand scheme is especially useful for sensor networks that monitor rare events

Page 16: BeamStar: A New Low-cost Data Routing Protocol for Wireless Sensor Networks Shiwen Mao and Y. Thomas Hou The Bradley Department of Electrical and Computer.

Practical implementation B. Query for Events

: sleep mode

Page 17: BeamStar: A New Low-cost Data Routing Protocol for Wireless Sensor Networks Shiwen Mao and Y. Thomas Hou The Bradley Department of Electrical and Computer.

Practical implementation

C. Creating Finer Regions

Page 18: BeamStar: A New Low-cost Data Routing Protocol for Wireless Sensor Networks Shiwen Mao and Y. Thomas Hou The Bradley Department of Electrical and Computer.

Practical implementation

D. Deploying Multiple Base StationsA B

(3,2){ 2 , 3 }

Page 19: BeamStar: A New Low-cost Data Routing Protocol for Wireless Sensor Networks Shiwen Mao and Y. Thomas Hou The Bradley Department of Electrical and Computer.

Practical implementation

D. Deploying Multiple Base StationsA B

(3,2){ 3 , 2 }

Page 20: BeamStar: A New Low-cost Data Routing Protocol for Wireless Sensor Networks Shiwen Mao and Y. Thomas Hou The Bradley Department of Electrical and Computer.

Practical implementation

E. Reallocation and Reorganization

Page 21: BeamStar: A New Low-cost Data Routing Protocol for Wireless Sensor Networks Shiwen Mao and Y. Thomas Hou The Bradley Department of Electrical and Computer.

Conclusions

BeamStar protocol Scalable energy efficient error-resilient routing

Page 22: BeamStar: A New Low-cost Data Routing Protocol for Wireless Sensor Networks Shiwen Mao and Y. Thomas Hou The Bradley Department of Electrical and Computer.

Thank you

Page 23: BeamStar: A New Low-cost Data Routing Protocol for Wireless Sensor Networks Shiwen Mao and Y. Thomas Hou The Bradley Department of Electrical and Computer.

Ad hoc sensors

Page 24: BeamStar: A New Low-cost Data Routing Protocol for Wireless Sensor Networks Shiwen Mao and Y. Thomas Hou The Bradley Department of Electrical and Computer.

BeamStar (Location-Aware Data Forwarding)

Page 25: BeamStar: A New Low-cost Data Routing Protocol for Wireless Sensor Networks Shiwen Mao and Y. Thomas Hou The Bradley Department of Electrical and Computer.

BeamStar (Location-Aware Data Forwarding)

Page 26: BeamStar: A New Low-cost Data Routing Protocol for Wireless Sensor Networks Shiwen Mao and Y. Thomas Hou The Bradley Department of Electrical and Computer.

Practical implementation

D. Deploying Multiple Base StationsA AB B

(2,3) (3,2)


Recommended