2012 26th International Conference on Advanced Information Networking and Applications Workshops 2012
DOI: 10.1109/waina.2012.42
|View full text |Cite
|
Sign up to set email alerts
|

A Cluster Allocation and Routing Algorithm Based on Node Density for Extending the Lifetime of Wireless Sensor Networks

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
4
0

Year Published

2014
2014
2019
2019

Publication Types

Select...
4
2

Relationship

0
6

Authors

Journals

citations
Cited by 7 publications
(4 citation statements)
references
References 14 publications
0
4
0
Order By: Relevance
“…As mentioned in [25], the optimal density of nodes is ρ=1.03. In [26], this study proposed increasing the node density near the base station during deployment to compensate for the requirement of high energy consumption. The results show that the optimal node density distribution is 4:2.5:1, and the closer it is to the base station, the greater the sensor node density.…”
Section: Evaluation and Discussionmentioning
confidence: 99%
“…As mentioned in [25], the optimal density of nodes is ρ=1.03. In [26], this study proposed increasing the node density near the base station during deployment to compensate for the requirement of high energy consumption. The results show that the optimal node density distribution is 4:2.5:1, and the closer it is to the base station, the greater the sensor node density.…”
Section: Evaluation and Discussionmentioning
confidence: 99%
“…(1) procedure start scan() (2) best parent addr = 0XFFFF; min dfs = 255; scan timer = ON (3) wake after(0) ⊳ wakeup now (4) start scan timer(0, SCAN LENGTH) ⊳ scan timer starts now and will fire after SCAN LENGTH (5) end procedure (6) procedure recv beacon(src, dfs, accept) (7) if scan timer then (8) if (dfs < min dfs & accept) then ⊳ replace current parent (9) min dfs = dfs (10) b e s tparent addr = src (11) end if (12) if (my parent addr == best parent addr) then ⊳ restore synchronization with last parent (13) s t o pscan timer() (14) s c a ntimer = OFF (15) end if (16) end if (17) if scan timer then (18) return (19) end if (20) if (not associated) then (21) s leepafter(slot time) (22) wak eafter( frame ) (23) sen dassociate request packet() (24) else if (data available) then (25) s leepafter(slot time) (26) wak eafter(my slot * slot time) ⊳ wake up in my slot to start my frame (27) trysend data() (28) else (29) s leepafter(0) (30) wak eafter(my slot * slot time) (31) end if (32) end procedure (33) procedure scan handler() ⊳ called when scan timer is fired (34) if (best parent addr < 0XFFFF) then (35) m yparent addr = best parent addr (36) m ydfs = min dfs + 1 (37) sca ntimer = OFF (38) else (39) s leepafter(0) (40) s ta rtscan timer(random delay, SCAN LENGTH) (41) end if (42) return (43) end procedure Algorithm 1: Cluster head join algorithm.…”
Section: Journal Of Sensorsmentioning
confidence: 99%
“…LEACH is nonstandard protocol and very well accepted in the sensor network community. A large number of proposed protocols [37][38][39][40][41][42][43][44][45][46] in the literature were compared with it. This motivates us to compare with the same reference protocol.…”
Section: Performance Evaluationmentioning
confidence: 99%
“…Ref. [10] proposes a cluster allocation and routing algorithm based on node density and study on optimal density proportion for deploying sensor nodes. In Ref.…”
Section: Related Workmentioning
confidence: 99%