- Information
- AI Chat
Was this document helpful?
Exercise 1.11 Solution
Course: Computer Network
29 Documents
Students shared 29 documents in this course
University: Lebanese International University
Was this document helpful?
1. Consider a wireless sensor network that consists of solar-
powered sensor nodes operating for 24 hours. A sensor node
turns on at 0:00AM, and its initial battery energy is 1450J.
The sun rises at 6AM and sets at 6PM. The solar power is
200J per hour during daytime and is zero at night. The power
consumption of the sensor node is 300J per hour with 50%
duty cycle.
a. What is the remaining battery energy after 24 hours?
Between 0 AM and 6 AM the battery is discharging for
6 hours, resulting a battery level as: 1450-(300*50%*6
hours) = 1450 – 900 = 550 J.
Between 6 AM to 6 PM, the battery is charging by solar
power, so the resulting battery level is: 550 J + (200-
300*50%)*12 = 550 + 600 = 1050 J.
Between 6 PM and 0 AM the battery is discharging again
for 6 hours, resulting a battery level as: 1050 -
(300*50%*6 hours) = 1050 – 900 = 150 J.
b. When will the sensor node die (energy becomes equal
to zero)?
The sensor node had 150 J of energy left which is
enough for 1 hour of operation. Therefore, the sensor
node will die the next day at 1 AM.
2. Consider a wireless sensor network that consists of MicaZ
sensor nodes that are each powered by two AA batteries of
15 kJ. Each sensor node is always in Tx/Rx/LISTEN mode and
consumes power 312.5 J per hour.