0% found this document useful (0 votes)
28 views5 pages

Power Balancing Optimal Selective Forwarding

This document discusses power balancing and selective forwarding schemes in wireless sensor networks. It compares non-selective transmission, where messages are blindly forwarded, to selective forwarding schemes that consider message importance. Two cases of selective forwarding are described: adaptive transmission, which maximizes the importance of a node's own messages, and local forwarding, which maximizes the importance of messages successfully transmitted by neighbors.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views5 pages

Power Balancing Optimal Selective Forwarding

This document discusses power balancing and selective forwarding schemes in wireless sensor networks. It compares non-selective transmission, where messages are blindly forwarded, to selective forwarding schemes that consider message importance. Two cases of selective forwarding are described: adaptive transmission, which maximizes the importance of a node's own messages, and local forwarding, which maximizes the importance of messages successfully transmitted by neighbors.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308

_______________________________________________________________________________________
Volume: 03 Special Issue: 10 | NCCOTII 2014 | Jun-2014, Available @ http://www.ijret.org 87
POWER BALANCING OPTIMAL SELECTIVE FORWARDING
SCHEME IN WIRELESS SENSOR NETWORKS

Devendra Kumar
1
, Soni Kumari
2
, Priyanka Yadav
3

1
Department of Computer Science & Engineering, IEC College of Engineering & Technology, Greater Noida
2
Department of Computer Science & Engineering, IEC College of Engineering & Technology, Greater Noida
3
Department of Computer Science & Engineering, IEC College of Engineering & Technology, Greater Noida

Abstract
Power management is the primary concern in wireless sensor network because the energy is limited. In many cases sensor node
batteries cannot be easily refilled, however in some application the facility is available to recharge the sensor node by other mean
like harvesting node or the energy from environment like solar energy but these are not enough thus we can say that nodes have a
limited energy. Thus it is very necessary to send the message in limited energy. There are two types of transmission non selective
transmission and selective transmission. In selective transmission also different cases are available. Now we are going to shows
the comparative study of different selective forwarding scheme used to transmit the important message to the destination.

Keywords:- Sensor networks, Energy-aware system, non selective transmission, selective forwarding transmission,
Consumption.
--------------------------------------------------------------------***------------------------------------------------------------------
1. INTRODUCTION
A wireless sensor network is a wireless network which
consist devices using sensors to monitor physical or
environmental conditions, such as temperature, sound,
vibration, pressure, motion etc at different locations and
convert these signal in digital signal for further processing
[4]. The position of sensor nodes need not be predetermined.
This allows random deployment means that sensor network
protocol and algorithms must possess self-organizing
capabilities. The major components of a typical sensor
network are: sensor nodes, the sensor field, the sink and the
task manager [2]. Sensors nodes are the heart of the
network. They are in charge of collecting data and routing
this information back to a sink. A sink is a sensor node with
the specific task of receiving, processing and storing data
from the other sensor nodes. A sensor field can be
considered as the area in which the nodes are placed. The
task manager or base station is centralized point of control
within the network, which extracts information from the
network and disseminates control information back into the
network.

Here it is very necessary to know the behaviour of sensor
node. Initialize, sensing, computation, transmit data to
cluster head or sink, go to sleep is basic operation performed
by sensor node [8]. The sensor lifetime is divided into round
and in each round these all operation will be performed and
minimum energy is needed to perform all operation.
Scheduling the event in good manner and using the scheme
which consume low energy is very useful to increase the
network lifetime. There are several sources to consume the
energy e.g. sensing, communication, data processing,
transient, logging, actuation, cluster formation. In sensing
signal sampling, conversion of physical signals to electrical
signals, signal conditioning, and analog to digital conversion
is consumed energy. In communication and data processing
at node also take power. Each sensor node maintains the log
table so the energy used to read and write the data from
memory comes in logging. There are different modes of
operation so the energy used to change the mode (active,
idle, sleep) comes in transient. The energy consumes in
actuation depend upon type of application (depend upon
number of cluster). The energy used to make the cluster and
the operation done by cluster head comes in cluster
formation.

Sensor node lifetime1/energy consumed by sensor node So
the lifetime of sensor node in year can be calculated by the
help of following formula [8]:-

Node lifetime = initial battery capacity/ avg. current * 365 *
24 [years]

The design of physical layer is very important to reduce the
communication cost of WSN [10] so the physical layer
aware protocols, algorithms, and applications are designed
that minimize energy consumption of the system and
individual nodes. There are several energy efficient MAC
protocol [3] and routing protocol [6] with different
objectives were proposed for wireless sensor networks to
minimize the energy by sleep schedules and many more. By
the help of power save protocol we can put the nodes into
sleep mode to save the energy to forward the message. In
this paper the non selective and selective forwarding scheme
are discussed to send the important message. Message
importance is nothing that a priority value established by the
routing protocol or the number given by the application with
the help of important parameter [5]. These parameter are the
available energy to transmit the message, available energy at
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308

_______________________________________________________________________________________
Volume: 03 Special Issue: 10 | NCCOTII 2014 | Jun-2014, Available @ http://www.ijret.org 88
node, energy consumed during the different node state, the
priority value of the received message, the behaviour of their
neighbours, some local or non local information etc. Once
the message importance is calculated then the message
transmission decision can be taken by importance driven
decision.

So it is very necessary to take the best decision which
should be energy efficient and be aware of importance of the
received message, available battery, statistical distribution of
the importance of the message (the importance is used to
decide that message will be transmitted or discarded by the
node), behavior of the neighbor nodes are also very
important. There are so many approaches to full fill these
ideas in literature e.g. IDEALS (Information Managed
Energy Aware Algorithm) algorithm [4], decentralized
detection algorithm [9], Markov Chain Process [11] depend
upon mathematical framework to use optimal policy and
many more. The IDEALS algorithm is based upon message
and power priority. In this when the power priority is greater
than message priority then messages are forwarded
otherwise discarded. This algorithm is basically designed for
more important message so low important message is
always discarded to improve the network lifetime. At each
sensor node energy and bandwidth constraints demand
system-level approaches to design that consider detection
performance jointly with system-resource constraints. The
decentralized detection algorithm formulate detection
problems with constraints on the expected cost arising from
transmission in sensor nodes to a fusion node and
measurement at each sensor node to address some of the
system-level costs in a sensor network. Markov decision
process used to decide the optimal policy by the efficient
method.

2. RELATED STUDY
In this section we are going to compare the non selective
and selective forwarding schemes which one is better and
optimal.

2.1 Non selective Forwarding Scheme:
Non selective strategy waste energy for sending low
important message because it uses the epidemic routing
protocol. In epidemic routing protocol the message is
blindly stored (not matter message is high priority or low)
and forwarded or we can say that it broadcasted to
neighbouring nodes [13]. So it consumes most of energy and
expects more energy levels to forward the message. In this
protocol the packet loss is also high so this routing protocol
used in non selective forwarding scheme is not better option
to forward the massage.

2.2 Selective Forwarding Schemes
As we know that epidemic routing protocols broadcast the
message without calculating the priority value so the
selective forwarding schemes come which forward the
message based upon the message importance or priority
value. Here priority value is used to decide the importance
of message [13].

In this paper we are going to study the two different cases to
design the selective forwarding scheme which depend upon
the parameters such as available battery at the node, the
energy used to transmitting a message and the importance of
the message [5]. First when sensors maximize the
importance of their own transmitted messages called
adaptive transmission (AT) and second when sensors
maximize the importance of messages that have been
successfully transmitted by at least one of its neighbours
called local transmission (LF). To measurement of
successful transmission of the message we use two different
success index called zero order success indexes and local
success index. Zero order success index used in adaptive
transmission in which any transmission treated as successful
in any case, and local success index used in local forwarding
scheme in which if the neighbouring node receiving the
message forwards it to other nodes or not.

Here following formula [12] used to calculate the available
energy at time k :-

+1 = 1, (1 )0,

Where 1, is the energy consumed when the node decides
to transmit the message and 0, is the energy consumed
when the message is discarded.

3 SIMULATIONS
As we know that ns2 is the network simulator used to show
the experimental result by visualization [18]. It uses TCL
(Tool Command Language) for front end which generate
NAM (Network Animator) file and C++ language for back
end which write the coding for protocols and many more.
First we create the node then attach the agent (UDP,TCP)to
the node after connecting the agent the traffic pattern
(CBR,FTP) are attached to agents.

So we use ns2 simulator to show the result for forwarding
the message to use selective forwarding policy.

Here we used UDP as agent, AODV as protocol and CBR as
traffic pattern. Table1 show the parameter used in
simulation.














IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308

_______________________________________________________________________________________
Volume: 03 Special Issue: 10 | NCCOTII 2014 | Jun-2014, Available @ http://www.ijret.org 89
Table 1 Parameter


Here we take 35 nodes which is placed equidistance. Here
the node 0 is sink node means destination node which
collects the packet to future processing. The node number
11,29,28,6,18 31 is source node which have different
priority message to forward and node 13,16,19,21,20,15 is
selective forwarder nodes which is used as intermediate
node to forward the message of different priority. So first we
show the simulation of the packet forwarded by the source
to destination where the source node, sink node and
selective forwarder nodes are different. Figure 1 show the
different types of node placed at equal distance so here we
do not calculate the shortest path.


Fig1 35 nodes placed at equidistance and source nodes want
to send data to sink node 0
Then after sending the message of different priority the
sensor node battery is discharged. The yellow circle shows
that the battery is discharged in the following simulation
figure.


Fig2 After sending the full priority message the node
discharge

When the message of different priority is send by the
selective forwarding nodes and at that time the battery will
be discharge then it is very necessary to full fill the battery
of another source like harvesting nodes, another node, solar
energy or any other mean. But it is not very easy. This is
very important issue that how the battery will be recharged
very frequently and also it give the reliability that the
message will be forwarded very securely when the battery
will be discharge also. The work is going on in this topic.
Next figure show that the battery will be charge and then
forward the message which is highly priority. Here red circle
show that the node is charging.


Fig3 After node discharge the red circle show the charging
the node again by harvesting node
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308

_______________________________________________________________________________________
Volume: 03 Special Issue: 10 | NCCOTII 2014 | Jun-2014, Available @ http://www.ijret.org 90
After simulation is done the next part is develop the graph
which show the comparison of two selective forwarding
scheme called adaptive transmission verses local forwarding
[19].Where the adaptive transmission gives the importance
of their own transmitted message and local forwarding gives
the importance of messages that have been successfully
transmitted by at least one of its neighbours. The adaptive
transmission scheme uses the zero order success indexes and
local forwarding scheme uses the local success index.


Fig4 Here red line show the adaptive transmission and green
line show the local transmission

In above graph the x axis show the number of nodes and y
axis show the energy in joule. Above graph show that the
adaptive transmission takes the more energy to forward the
message and local forwarding scheme takes less energy in
the comparison of adaptive transmission. Here both are the
selective transmission policy to forward the high priority
message.

4. CONCLUSIONS
As we know that energy consumption is very important
factor to design sensor network because nodes have a finite
lifetime or limited energy to forward the messages of
different importance. So good selective message forwarding
schemes are very necessary to increase the lifetime of
network. In this paper we want to create successfully
optimization networks which use the optimal energy
consumption selective forwarding scheme.

So here we compare the two selective forwarding scheme
adaptive transmission (AT) and local forwarding (LF)
scheme which use different success index to insure that
message is transmitted successfully or not. With the help of
graph we can say that the local forwarding scheme increase
the network lifetime to consume less energy in the
comparison of adaptive transmission which takes the more
energy o forward the message.

REFERENCES
[1]. I. F. Akyildiz, W. Su, Y. Sankarasubramaniam, and E.
Cayirci, A survey on sensor networks, IEEE Commun.
Mag., vol. 40, no. 8, pp. 102114, Aug. 2002.
[2]. Giuseppe Anastasi, Marco Conti, Mario Di Francesco*,
Andrea Passarella, Energy Conservation in Wireless
Sensor Networks: a Survey Department of Information
Engineering, Institute for Informatics and Telematics (IIT)
[3]. Ilker Demirkol, Cem Ersoy, and Fatih Alagz, MAC
Protocols for Wireless Sensor Networks: a Survey
[4]. G. Merrett, B. Al-Hashimi, N. White, and N. Harris,
Information managed wireless sensor networks with
energy aware nodes, in Proc. NSTI Nanotechnology Conf.
and Trade Show (NanoTech 05), May 2005, pp. 367370.
[5]. R. Arroyo-Valles, A. G. Marques, and J. Cid-Sueiro,
Energyefficient selective forwarding for sensor networks,
in Proc. Workshop on Energy in Wireless Sensor Networks
(WEWSN08), in conjunction with DCOSS08, June 2008.
[6]. Shio Kumar Singh , M P Singh , and D K Singh
Routing Protocols in Wireless Sensor Networks A
Survey International Journal of Computer Science &
Engineering Survey (IJCSES) Vol.1, No.2, November 2010
[7]. A. Wood and J. Stankovic, Denial of service in sensor
networks, IEEE Computer, vol. 35, no. 10, pp. 5462, Oct.
2002.
[8]. M. N. Halgamuge, M. Zukerman, and K.
Ramamohanarao AN ESTIMATION OF SENSOR
ENERGY CONSUMPTION Progress In Electromagnetics
Research B, Vol. 12, 259295, 2009
[9]. S. Appadwedula, V. V. Veeravalli, and D. L. Jones,
Energy-efficient detection in sensor networks, IEEE J.
Sel. Areas Commun., vol. 23, no. 4, pp. 693-702, Apr. 2005.
[10]. E. Shih, S.-H. Cho, N. Ickes, R. Min, A. Sinha, A.
Wang, and A. Chandrakasan, Physical layer driven
protocol and algorithm design for energy-efficient wireless
sensor networks, in Proc. 7th Annual ACM/IEEE Intl
Conf. on Mobile Computing and Networking (Mobicom
01), July 2001.
[11]. Prof. John C.S. Lui Introduction of Markov Decision
Process Department of Computer Science & Engineering
The Chinese University of Hong Kong
[12]. Roco Arroyo-Valles, Antonio G. Marques, and Jesus
Cid-Sueiro, Optimal Selective Forwarding for Energy
Saving in Wireless Sensor Networksh IEEE
TRANSACTIONS ON WIRELESS COMMUNICATIONS,
VOL. 10, NO. 1, JANUARY 2011n
[13]. Mrs. K. ARUN PRABHA 2K. HEMAPRIYA,
ENERGY SAVING IN WIRELESS SENSOR
NETWORK USING OPTIMAL SELECTIVE
FORWARDING PROTOCOL International Journal of
Advancements in Research & Technology, Volume 2,
Issue1, January-2013 1 ISSN 2278-7763
[14]. A. Wood and J. Stankovic, Denial of service in
sensor networks, IEEE Computer, vol. 35, no. 10, pp. 54
62, Oct. 2002.
[15]. R. Arroyo-Valles, A. G. Marques, and J. Cid-Sueiro,
Wireless Sensor Networks. IN-TECH, 2010, ch. Energy-
aware Selective Communications in Sensor Networks.
[16]. 2010R. Arroyo-Valles, A. G. Marques, and J. Cid-
Sueiro, Optimal selective transmission under energy
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308

_______________________________________________________________________________________
Volume: 03 Special Issue: 10 | NCCOTII 2014 | Jun-2014, Available @ http://www.ijret.org 91
constraints in sensor networks, IEEE Trans. Mobile
Computing, vol. 8, no. 11, pp.15241538, Nov. 2009
[17]. P. Santhiya and J. Bhavithra An Optimal Selective
Forwarding Algorithm for Reducing Packet Loss in Mobile
Sampling of Sensor Field in Bonfring International Journal
of Research in Communication Engineering, Vol. 2, Special
Issue 1, Part 3, February 2012
[18]. NS2 Tutorial Introduction to Network Simulator
NS2
[19].
http://www.compileonline.com/execute_awk_online.php
[20]. http://www.cs.tut.fi/moltchan/modsim/

Common questions

Powered by AI

Local forwarding increases network lifetime by using less energy compared to adaptive transmission. Adaptive transmission treats any transmission as successful, thus often leading to higher energy usage as nodes transmit messages without considering if neighboring nodes will utilize them . In contrast, local forwarding evaluates the success of a message based on whether it is further transmitted by neighboring nodes, allowing for energy savings by avoiding transmissions that do not contribute to effective network communication . By prioritizing transmissions that lead to successful dissemination within the network, local forwarding conserves energy and thus extends the network's operational lifetime .

Power management is crucial in wireless sensor networks due to the limited energy resources of sensor nodes, as their batteries are difficult to replace or recharge . Selective forwarding schemes can enhance power management by ensuring that only important messages, as determined by priority values, are transmitted. This reduces unnecessary energy consumption compared to non-selective schemes, which transmit all messages regardless of importance . By using selective forwarding based on message importance and node energy status, networks can extend their operational lifetime and improve energy efficiency .

Different operational modes significantly influence energy consumption in sensor nodes. In the active mode, nodes consume the most energy as they are engaged in sensing, processing, and transmitting data . When nodes are in idle mode, they consume less energy than when active because while not processing or transmitting, the nodes are still powered up and ready to transition to active mode. The sleep mode is the most energy-efficient state, with nodes using minimal power as many functions are turned off. Switching between these states, known as transient energy, also consumes energy, depending on the frequency and method of transitioning . Efficient scheduling of these modes, particularly minimizing active time and maximizing sleep time, is crucial for extending node lifetime .

Non-selective forwarding schemes transmit all messages without considering their importance, resulting in significant energy consumption and higher packet loss due to redundant transmissions . This can lead to inefficient use of available energy resources as messages of lower importance are still broadcasted. In contrast, selective forwarding schemes transmit messages based on priority or importance value, thus conserving energy by only forwarding essential information . Selective schemes typically result in better energy usage efficiency and extended network lifetime as they reduce redundant data transmissions .

The Markov Decision Process (MDP) is a mathematical framework for modeling decision-making situations where outcomes are partly random and partly under the decision-maker's control . In sensor networks, MDP is applied to optimize message forwarding by determining the best policy for message transmission based on current state and expected future states, all under energy constraints . This involves computing probabilities and potential rewards for various transmission strategies, allowing nodes to forward messages in a way that maximizes the network's operational lifetime and overall efficiency .

Network simulation tools like ns2 play a critical role in developing selective forwarding strategies for wireless sensor networks by enabling researchers to model and analyze network performance under different conditions without deploying actual hardware . Ns2 allows simulation of different network configurations, traffic patterns, and forwarding schemes to observe their impact on energy consumption and message delivery. This aids in optimizing protocols by providing visual and statistical feedback on the efficiency and effectiveness of strategies being tested . Simulation results help identify potential issues and improvements before actual implementation, thus reducing development time and cost. Additionally, ns2 supports the customization and testing of new ideas in a controlled virtual environment, providing insights into how selective forwarding can be integrated into larger network systems .

Integrating energy-efficient MAC protocols with selective forwarding schemes optimizes power usage by coordinating when and how sensor nodes access the communication medium, minimizing idle listening and collisions. MAC protocols can schedule sensor nodes to sleep during inactive periods, reducing unnecessary energy expenditure . Combining this with selective message forwarding ensures energy is primarily used for transmitting important data, further conserving battery life. The MAC layer can also prioritize transmissions based on message importance, aligning with the selective forwarding criteria to enhance energy efficiency across the network. This synergy leads to reduced communication overhead, better resource utilization, and prolonged network operational time .

Recharging sensor node batteries using environmental sources, such as solar energy, presents challenges like inconsistent energy availability and varying energy harvesting efficiency. For instance, solar power is dependent on sunlight, which is not constant, especially in varied weather conditions or during night time . Addressing these challenges requires deploying energy harvesting technologies that can store surplus energy for when the environmental source is unavailable. Additionally, optimizing sensor node energy consumption through efficient use of sleep modes and selective message forwarding can mitigate the effects of variable energy harvesting . Algorithms that predict energy availability based on environmental conditions can also be used to schedule energy-intensive tasks during peak availability times .

The zero-order success index is used in adaptive transmission strategies and treats any transmission as successful, which simplifies implementation but might not accurately reflect actual network performance . In contrast, the local success index evaluates transmission success based on whether neighboring nodes receive and forward messages, providing a more precise measurement of communication efficacy . The choice of index impacts forwarding strategies by influencing decision-making processes related to message importance and transmission, affecting energy efficiency and network reliability. Adaptive transmission tends to use more energy as it treats all nodes' efforts equally, while local forwarding focuses on downstream success, conserving energy by leveraging neighborhood dynamics .

The IDEALS (Information Managed Energy Aware Algorithm) algorithm improves energy efficiency by prioritizing the transmission of messages based on their importance and the node's power levels. If the power priority is more significant than the message priority, the message is forwarded; otherwise, it is discarded . This method helps to focus on transmitting crucial information, thus saving energy. However, its main limitation is that less important messages are always discarded, which might result in the loss of potentially valuable data that could affect network performance and decision-making .

You might also like