Proceedings of the 2006 International Conference on Wireless Communications and Mobile Computing 2006
DOI: 10.1145/1143549.1143710
|View full text |Cite
|
Sign up to set email alerts
|

Energy efficient real-time data aggregation in wireless sensor networks

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
16
0

Year Published

2007
2007
2018
2018

Publication Types

Select...
5
3

Relationship

0
8

Authors

Journals

citations
Cited by 34 publications
(16 citation statements)
references
References 16 publications
0
16
0
Order By: Relevance
“…Two performance metrics are used to evaluate the data collection from WBANs using cloudlet (Akkaya et al, 2005;Hu et al, 2006), transmission power and packet delay. The transmission power and packet delay are a direct measure of the communication energy and delay expenditure from the PDA device in WBAN to the cloudlet or the enterprise cloud.…”
Section: Performance Metricsmentioning
confidence: 99%
“…Two performance metrics are used to evaluate the data collection from WBANs using cloudlet (Akkaya et al, 2005;Hu et al, 2006), transmission power and packet delay. The transmission power and packet delay are a direct measure of the communication energy and delay expenditure from the PDA device in WBAN to the cloudlet or the enterprise cloud.…”
Section: Performance Metricsmentioning
confidence: 99%
“…Data aggregation subject to latency constraints is a more difficult problem, and only a few solutions have been proposed in the literature [15]. A centralized solution to the problem of data aggregation subject to latency constraints is proposed in [16].…”
Section: Related Workmentioning
confidence: 99%
“…Each sensor node that generates traffic for the sensor network maintains a CBR traffic of 5 packets/second throughout the simulation. The simulation Procedure recvDataPacket (srcNode, SENSIQOS packet, nextHopVector) Result: Schedule the packet for transmission (1) currentClass ← getTOS (Packet) ; (2) if isDestination then / * if the packet is for self * / / * Forward the packet to the application layer * /; (3) doSending (upPort, packet) ; (4) else (5) body ←getBody (packet) ; (6) timestamp ← getTimestamp (packet) ; (7) progressDistance ← distance (sender,destination) -distance (self, destination) ; (8) timeS ← progressDistance/networkSpeed; (9) deadline ← getDeadline (packet) ; (10) qid ←getQueryID (packet) ; / * Retrieve packets that belong to the query * /; (11) pkts ←lookupPacketsinCache (qid) ; (12) if pkts / = 0 then (13) cancel timeout for the packets; / * Aggregate packets using the aggregation function * /; (14) Aggpacket ←doAggregate (pkts, p) ; (15) waitTime ←GetWaitTime (timeS, deadline, progressDistance) ; (16) if waitTime == 0 then (17) ForwardToDestination(packet); (18) else (19) Set timer for the waitTime; / * Store the packet in the node's memory * /; (20) InsertPacketsinCache (Aggpacket) (21) end ( is run for 500 seconds, and the results are taken from the average of 100 runs of the simulation and are shown with 95% confidence intervals. Confidence intervals are calculated using the method of independent replications [32] for these simulations unless otherwise mentioned.…”
Section: Simulation Environmentmentioning
confidence: 99%
“…Hu et al (Hu et al, 2006) investigate the energy efficiency of data aggregation tree in WSNs. An analytic model based on IEEE 802.15.4 CSMA/CA is developed to compute a node's worst case delay in aggregating data from all child nodes.…”
Section: Rt Data Processingmentioning
confidence: 99%