Sei sulla pagina 1di 4

MODULES

 Wireless Sensor Network (WSN) Establishment


 Power Consumption Model
 Lukewarm Potato Protocol Implementation

MODULES ELUCIDATION
 WIRELESS SENSOR NETWORK ESTABLISHMENT
We construct a wireless sensor network which consists of number of sensor nodes
and a sink where the data falls from all sensor nodes. The sensor nodes monitor the given
area or any other else, and informs the sink periodically.
With respect to routing, we assume that a single route is used from each sensor to
the sink. This implies that the routes from the nodes to the sink define a directed tree,
rooted at the sensor network's sink. This is a conventional approach in general data
networks and sensor networks in particular.
 POWER CONSUMPTION MODEL
In order to minimize power consumption, nodes remain in a sleep
mode most of the time, while adhering to the following two simple
rules
1) An inner node in the virtual routing tree, i.e., a node that
serves as a parent to at least one of its neighbors, must wake up
periodically, in order to receive packets from its children. These
children know the times when it switches from sleep to active. The
node stays active as long as it receives packets from its neighbors.
After a time-out period of not receiving any packet, the node returns to
sleep mode.
2) Every node also wakes up when its parent wakes up if and
only if it needs to forward a packet through the parent to the sink.
Energy depletion is not governed by the amount of transmitted
data, but by the time the sensors spend in active mode. An optimal
assignment of wake-up frequencies to nodes is an assignment that
guarantees an upper bound on the maximum delay while minimizing
the total energy spent by the nodes in active mode.

 Lukewarm Potato Protocol Implementation


We implement Lukewarm potato protocol, the hybrid protocol
(Hot potato protocol and Cold potato protocol) in this section. The data
produced by the sensor is transmitted to the Sink. If the sensor is not
in the direct coverage of the sink, it will transmit the data via the
neighbor sensor nodes. With the use of our proposed protocol, the
node with the message is interested in quickly passing the message to
a neighbor. However, it is not as hasty as it would be under hot potato
forwarding. If it knows that its parent on the shortest path forwarding
tree will wake up within a threshold amount of time, the node prefers
to forward the message to the parent. Otherwise, it forwards the
message to the neighbor that is the first to become active.
ARCHITECTURE DIAGRAM

EVENT MONITORING POWER


PROCESS IN SENSOR NODES CONSUMPTION
MODELLING IN SINK

Forward sensed data when Calculate optimal wakeup


Forward theare in activeForward
neighbors mode the frequency
data to the data to the
parent node on neighbor node
the shortest that is in
Forward
path received
if it is packet from
active. Assign frequency to sensor
LUKEWARM
neighbor POTATO
designated to sink Receive monitored
nodes data
available.
PROTOCOL from each sensor nodes

Potrebbero piacerti anche