SlideShare a Scribd company logo
1 of 5
Download to read offline
International Journal of Scientific and Research Publications, Volume 9, Issue 1, January 2019 746
ISSN 2250-3153
http://dx.doi.org/10.29322/IJSRP.9.01.2019.p8593 www.ijsrp.org
A Review of An Energy Efficient
Communication Scheme for Low Power Wireless
Network
Kalyani Anil Mate
1
, Prof. A. C. Wani
2
1
Dept. of Electronics and Telecommunication, SSBT’s COET, Jalgaon (Maharashtra)
2
Dept. of Electronics and Telecommunication, SSBT’s COET, Jalgaon (Maharashtra)
Email Addresses: kalyanimkh@gmail.com
DOI: 10.29322/IJSRP.9.01.2019.p8593
http://dx.doi.org/10.29322/IJSRP.9.01.2019.p8593
Abstract— In this paper we are going to develop of a new
energy efficient communication scheme for wireless sensor
network (WSN) which is based on the gray code technique.
Gray code technique simultaneously saves energy at both the
transmitter as well as receiver because time required for the
transmission of is minimum. Wireless sensor networks
typically require low cost devices and low power operations.
We propose a new energy efficient communication scheme for
wireless sensor networks that is based on the ternary number
system encoding of data.0 and 1 bit values are known as energy
based transmission scheme. In wireless sensor network it is
very difficult to charge or replace the usable batteries. So, to
maximize node or network life span is very important. Thus
energy efficient communication is main objective of WSN. This
energy efficient communication technique can be used in many
sectors such as remote healthcare, wireless sensor network for
agricultures, industrial process monitoring and environmental
monitoring.
Keywords—, Technology Energy-efficient communication, Gray
encoding, Silent communication, Wireless Sensor Network.
sensor networks
I. INTRODUCTION
Today Wireless Sensor Networks (WSNs) are used in
many industries. WSN consist of a large number of sensor
nodes. These sensor nodes are self-organized
with sensing, computation and wireless communication
capabilities these are used to provide information about the
status of a specific system . Physical or environment
parameter such as temperature, pressure, vibration could be
measured by using these sensors. The information is sent
wirelessly and received by central location for further
analysis and usage. Maximizing node or network lifetime is
primary objective in WSN because it is very difficult to
charge or replace exhausted batteries. Thus energy efficient
communication is very important part in WSN to reduce the
device recharging cycle period and hence provide
connectivity for longer duration. A major source of power
drain in such networks is communication, energy efficient
communication protocols that can be implemented with low
hardware and software cost/complexity are thus of
paramount importance in WSN stored the device recharging
cycle periods and hence provide connectivity for longer
durations at a stretch.
In this paper, a new data transmission mechanism is
proposed to save data transmission energy and time by
using gray code. By using this technique it will save energy
and time both at transmitting end and receiving end due to
shortening of the transmission duration.
International Journal of Scientific and Research Publications, Volume 9, Issue 1, January 2019 747
ISSN 2250-3153
http://dx.doi.org/10.29322/IJSRP.9.01.2019.p8593 www.ijsrp.org
II. REVIEW OF RELATED WORK
Energy based Transmission (EbT) scheme was
proposed in [4], not only utilize non- zero voltage level for
both 0 and 1. They keep both transmitter and receiver
switched on for the entire duration of transmission of data.
To reduce energy consumption researches focus on the
MAC layer design [5], [6], [7], optimizing data transmission
through intelligent selection of paths.
A new communication scheme called
Communication through Silence (CtS) [8], involves the use
of silent periods opposed to EbT. In CtS a minimal amount
of energy is used to deliver information between sensors
along with use of silence. There are some disadvantages in
CtS like exponential in communication time. So an
alternative strategy, Variable Based Tactic Communication
(VarBaTac) was design in [10], that uses a variable coding
base to control the trade –off between network throughput
and energy is saving. VarBaTac is used to minimize the
delay introduced by CtS. But there is no idea about the
energy saved by CtS and VarBaTac for noisy channels.
New strategy RBNSizeComm [9], [11], which
combines the concept of CtS and VarBaTac.
RBNSizeComm recodes binary coded data using a
redundant radix based number representation and then use
silent periods for communicating the digit zero. By using
the redundant binary number system (RBNS) that utilizes
the digit from the set- 1, 0, 1 to represent a number with
radix 2, significantly reduce the number of non zero that
need to be transmitted. Low-Energy Adaptive Clustering
Hierarchy (LEACH) [12], uses localized coordination to
provide scalability and robustness for dynamic network and
incorporates data DATA fusion for the routing protocol to
reduce the amount of information that must be transferred to
the base station.
To improve the performance ternary number
system encoding of data called as Ternary with Silent
Symbol (TSS) is design in [16]. In this system data is
converted from binary to ternary by using silent symbol
strategy. Aim of this strategy is save the energy
simultaneously both at transmitter and receiver. An efficient
algorithm for conversion from binary to ternary and vice
versa is used that does not involve any division or
multiplication but only addition. Spatial correlation model
was developed in [13] are based on the locations of sensor
nodes or statistical features of sensor nodes data. To detect
the damage occurs gradually, a semantic clustering model
was design in [14], this model was based on fuzzy systems
which find out the semantic neighbourhood relationship.
This type of spatial correlation model is not accurate to
pinpoint the location of sensor node. New model [15],
resolve the drawbacks of spatial correlation model. In this
model Pearson Correlation Coefficient was used to measure
the correlation between sensor node data.
III. PROPOSED ENERGY EFFICIENT DATA
TRANSMISSION METHOD
A new method for energy efficient transmission of data are
design which is gray code method. In this techniques energy
required for the data transmission is minimized as well as
time required for data transmission is also less than the
available systems.
A. Gray Code Technique:
In gray code techniques data is transmitted using silent
periods means energy is used only at the time of
transmission of 1 and at the transmission of 0energy is not
used. In the previous system to transmit the data, it is
transmitted in the form of binary number. But in the
proposed system data is transmitted in the form of gray code
because number of 1 obtain in the gray code is less than the
number of 1 obtain in the binary code so energy used for the
data transmission is less than the previous system. The
Number of transmission of the 1 in a binary code system
International Journal of Scientific and Research Publications, Volume 9, Issue 1, January 2019 748
ISSN 2250-3153
http://dx.doi.org/10.29322/IJSRP.9.01.2019.p8593 www.ijsrp.org
in binary number is 3 and number of 1 in gray code
is 2, therefore energy consumed for binary code is
greater than the gray code. At the receiving end
also data is received in the form of gray code so at
this end also energy is consumed
B. Algorithm:
Binary to Gray Conversion algorithm:
1) The M.S.B of the gray code is equal to the
first bit of the given binary number.
2) ) Now the second bit of the code is exclusive-
or of the first and second bit of the given
binary number i.e. if both the bits are same the
result obtain is 0 and if they are different the
result is 1
3) . The third bit of gray code is exclusively
equal of the second and third bit of the given
binary number. Thus the binary to the gray
code conversion is performed.
Gray to Binary Conversion algorithm:
1) The M.S.B of the binary number is equal to the
M.S.B of the given gray code.
2) Now if the second gray bit is 0 the second
binary bit is similar as the previous or the
first bit. If the gray bit is 1the second binary
bit is 0.
3) This step is repeated for all the bits to do gray
code to binary
Figure 1: Block Diagram Of Gray code system
IV. SYSTEM ARCHTECTURE
1) To create WSN it need to configure some
sensor (eg. Temp sensor) can be used to
collect data from as like many sensors can be
used. Data obtain is converted into digital
signal by 10 bit internal ADC which generate
decimal output up to 1024 decimal value. As
it collects data from surrounding it is also
called as sensor node.
2) Decimal number is directly given to a
conversion centre (PC or server) where an
algorithm or function will convert decimal
number into binary signal. i.e. either using any
of the three techniques. The decimal (base ten)
number system has 10 possible values (0, 1, 2,
3, 4, 5, 6, 7, 8 or 9) for each place value. In
contrast, the binary number system has two
possible value represented as 0 or 1 for each
place value. Since the binary system is the
internal language of electronic computer,
serious computer programs should understand
how to convert from decimal to binary.
Following are the simple steps how to convert
these numbers.
 Short division by two with reminder.
 Write the integer answer (quotient) under
the long division symbol, and write the
reminder (0 or 1) to the right of the
dividend.
 Continue the divided until you reach 0.
3) Once the number is obtain then that no is
needed to be convert into gray as per our
energy save technique for data transmission.
For to convert it into gray it need to compare
each MSB with nearest binary bit of data
using X-OR logic. Then fill that data to an
array and then once it get a final number to
store the string.
Figure 2: Proposed System
International Journal of Scientific and Research Publications, Volume 9, Issue 1, January 2019 749
ISSN 2250-3153
http://dx.doi.org/10.29322/IJSRP.9.01.2019.p8593 www.ijsrp.org
4) Stored number is then given to transmitter node
connected immediately to server using a
microcontroller and CC2500 transceiver via a USB
port to start serial communication.
5) CC2500 will receive the data obtained and then
it shall be converted into a string, thus generate a
complete sensor node.
6) Again at receiver side data is converted from
gray to binary using a C++ function and a direct
decimal value is obtained.
7) Decimal value obtained is display as temperature
output on either on a LED or a computer
Table 1. Comparison of TSS, RBNSiZeComm, and
Proposed system
Sr.
NO
Method
Name
Energy
Received
At
Energy Saved
In %
1 TSS Transmitter
and Receiver
20% -36.9%
2 RBNSiZe
Comm
Transmitter 33% - 62%
3 Proposed Transmitter
and Receiver
50% - 70%
V. SYSTEM REQUIREMENT
SPECIFICATION
i. Software Requirements
a] Visual Studio 2005/8/10
b] .net Frame Work 2.0 and above
c] OS Xp Service pack 2 and above
ii. Hardware Requirements
a] 512 MB RAM
b] 40 GB HDD
c] Pentium processor with 1GHz processing Speed
d] RF transmitter
e] Microcontroller ARDINO board
V. CONCLUSION
In this paper we represent the new energy efficient
communication scheme that can saves energy
simultaneously at the transmitter as well as receiver
side. The basic of gray code method is, encoding
the source data in gray code number system,
coupled with use of silent periods for
communicating the 0’s in the encoded message and
the transmission is possible in gray code format.
This reduces the device recharging period. Our
proposed
implementation can saves the energy and extend
the battery life device.
References
[1] R. Ghosh, K. Sinha, D. Datta, and B. Sinha, “TSS : An
Energy Efficient Communication Scheme for Low Power
[2] Ian F. Akyildiz, Weilian Su, Yogesh Sankarasubramaniam,
and Erdal Cayirci, “A Survey on Sensor Networks,” in IEEE
Communication Magazine, August 2002.
[3] Ilker Demirkol, Cem Ersoy, and Fatih Alagoz, “MAC
Protocols for Wireless Sensor Networks: A Survey,” in IEEE
Communication Magazine, April 2006.
[4] Koushik Sinha, “An Energy-Efficient Communication
Scheme for Wireless Networks:A Redundant Radix-Based
Approach,” IEEE Wireless Communication, vol. 10, no. 2,
February 2011.
[5] I. Demirkol, C. Ersoy, and F. Alagoz, “MAC Protocols for
Wireless Sensor Networks, a Survey,” IEEE Comm. Mag.,
2005.
[6] W. B. Heinzelman, A. Chandrakasan and H. Balakrishnan,
“Energy efficient communication protocol for wireless
microsensor networks,” Proc. Intl. Conf. on Sys. Sc., 2000.
[7] W. Ye, J. Heidemann and D. Estrin, “An energy-efficient
MAC Protocol for Wireless Sensor Networks,” Proc. IEEE
Infocom, pp. 1567-1576, 2002.
[8] C. Enz, A. El-Hoiydi, J.-D. Decotignie and V. Pereis,
“WiseNET: an ultralow-power wireless sensor network
solution,” IEEE Computer, vol. 37, no. 8, pp. 62–70, 2004.
[9] Y. Zhu and R. Sivakumar, “Challenges: communication
through silence in wireless sensor
networks,” Proc. Intl.Conf. on Mobile Comp. and Networking
(MobiCom), pp. 140–147, 2005.
[10] K. Sinha and B. P. Sinha, “A new energy-efficient wireless
communication technique using redundant radix representation,”
Tech. Rep., Indian Stat. Inst., ISI/ACMU-07/01, 2007.
[11] Y. P. Chen, D. Wang and J. Zhang, “Variable-base tacit
communication: a new energy efficient communication scheme
for sensor networks,” Proc. 1st Int. Conf. on Integrated Internet
Ad hoc and Sensor Networks (InterSense), Nice, France, 200
International Journal of Scientific and Research Publications, Volume 9, Issue 1, January 2019 750
ISSN 2250-3153
http://dx.doi.org/10.29322/IJSRP.9.01.2019.p8593 www.ijsrp.org
[12] K. Sinha, “A new energy efficient MAC protocol based on
redundant radix for wireless networks,” Proc. Recent Trends in
Information Systems (RETIS), Calcutta, pp. 167–172, 2008.
[13] J. Yuan and H. Chen, “The optimized clustering technique
based on spatial-correlation in wireless sensor networks,” in
Proc. IEEE Youth Conf. Inf., Comput. Telecommun. YC-ICT,
Sep. 2009, pp. 411–414.
[14] M. C. Vuran, Ö. B. Akan, and I. F. Akyildiz, “Spatio-
temporal correlation: Theory and applications for wireless
sensor networks,” Comput. Netw., vol. 45, no. 3, pp. 245–259,
2004.
[15] C. Carvalho, D. G. Gomes, N. Agoulmine, and J. N. de
Souza, “Improving prediction accuracy for WSN data reduction
by applying multivariate Spatio-temporal correlation,” Sensors,
vol. 11, no. 11, pp. 10010–10037, 2011.
ATHOUR’S PROFILE
Kalyani Mate has received his Bachelor of
Engineering degree in Electronics and
Telecommunication engineering at Shri Gulabrao
Devkar College of engineering Jalgaon. Year 2012.
At present she is pursuing Master of Engineering
in Digital Electronics
Prof A C Wani has received his Master of
Engineering degree in Electronics engineering and
working as a assistant professor in SSBT’s COET
Jalgaon.

More Related Content

What's hot

Distributed processing of probabilistic top k queries in wireless sensor netw...
Distributed processing of probabilistic top k queries in wireless sensor netw...Distributed processing of probabilistic top k queries in wireless sensor netw...
Distributed processing of probabilistic top k queries in wireless sensor netw...JPINFOTECH JAYAPRAKASH
 
Enchancing the Data Collection in Tree based Wireless Sensor Networks
Enchancing the Data Collection in Tree based Wireless Sensor NetworksEnchancing the Data Collection in Tree based Wireless Sensor Networks
Enchancing the Data Collection in Tree based Wireless Sensor Networksijsrd.com
 
An Image representation using Compressive Sensing and Arithmetic Coding
An Image representation using Compressive Sensing and Arithmetic Coding   An Image representation using Compressive Sensing and Arithmetic Coding
An Image representation using Compressive Sensing and Arithmetic Coding IJCERT
 
Enhanced Threshold Sensitive Stable Election Protocol
Enhanced Threshold Sensitive Stable Election ProtocolEnhanced Threshold Sensitive Stable Election Protocol
Enhanced Threshold Sensitive Stable Election Protocoliosrjce
 
Optimal Converge cast Methods for Tree- Based WSNs
Optimal Converge cast Methods for Tree- Based WSNsOptimal Converge cast Methods for Tree- Based WSNs
Optimal Converge cast Methods for Tree- Based WSNsIJMER
 
Performance evaluation of energy
Performance evaluation of energyPerformance evaluation of energy
Performance evaluation of energyijp2p
 
Minimum distance based routing protocol for lifetime improvement in wireless ...
Minimum distance based routing protocol for lifetime improvement in wireless ...Minimum distance based routing protocol for lifetime improvement in wireless ...
Minimum distance based routing protocol for lifetime improvement in wireless ...eSAT Journals
 
Wireless sensor network -a zone based approach
Wireless sensor network -a zone based approachWireless sensor network -a zone based approach
Wireless sensor network -a zone based approachShubhi Singh chauhan
 
9.distributive energy efficient adaptive clustering protocol for wireless sen...
9.distributive energy efficient adaptive clustering protocol for wireless sen...9.distributive energy efficient adaptive clustering protocol for wireless sen...
9.distributive energy efficient adaptive clustering protocol for wireless sen...Chính Cao
 
Energy Conservation in Wireless Sensor Networks Using Cluster-Based Approach
Energy Conservation in Wireless Sensor Networks Using Cluster-Based ApproachEnergy Conservation in Wireless Sensor Networks Using Cluster-Based Approach
Energy Conservation in Wireless Sensor Networks Using Cluster-Based ApproachIJRES Journal
 
Network Lifetime Enhancement by Node Deployment in WSN
Network Lifetime Enhancement by Node Deployment in WSNNetwork Lifetime Enhancement by Node Deployment in WSN
Network Lifetime Enhancement by Node Deployment in WSNIJTET Journal
 

What's hot (15)

Distributed processing of probabilistic top k queries in wireless sensor netw...
Distributed processing of probabilistic top k queries in wireless sensor netw...Distributed processing of probabilistic top k queries in wireless sensor netw...
Distributed processing of probabilistic top k queries in wireless sensor netw...
 
Q04606103106
Q04606103106Q04606103106
Q04606103106
 
Enchancing the Data Collection in Tree based Wireless Sensor Networks
Enchancing the Data Collection in Tree based Wireless Sensor NetworksEnchancing the Data Collection in Tree based Wireless Sensor Networks
Enchancing the Data Collection in Tree based Wireless Sensor Networks
 
An Image representation using Compressive Sensing and Arithmetic Coding
An Image representation using Compressive Sensing and Arithmetic Coding   An Image representation using Compressive Sensing and Arithmetic Coding
An Image representation using Compressive Sensing and Arithmetic Coding
 
D031202018023
D031202018023D031202018023
D031202018023
 
K010326568
K010326568K010326568
K010326568
 
Ijetcas14 375
Ijetcas14 375Ijetcas14 375
Ijetcas14 375
 
Enhanced Threshold Sensitive Stable Election Protocol
Enhanced Threshold Sensitive Stable Election ProtocolEnhanced Threshold Sensitive Stable Election Protocol
Enhanced Threshold Sensitive Stable Election Protocol
 
Optimal Converge cast Methods for Tree- Based WSNs
Optimal Converge cast Methods for Tree- Based WSNsOptimal Converge cast Methods for Tree- Based WSNs
Optimal Converge cast Methods for Tree- Based WSNs
 
Performance evaluation of energy
Performance evaluation of energyPerformance evaluation of energy
Performance evaluation of energy
 
Minimum distance based routing protocol for lifetime improvement in wireless ...
Minimum distance based routing protocol for lifetime improvement in wireless ...Minimum distance based routing protocol for lifetime improvement in wireless ...
Minimum distance based routing protocol for lifetime improvement in wireless ...
 
Wireless sensor network -a zone based approach
Wireless sensor network -a zone based approachWireless sensor network -a zone based approach
Wireless sensor network -a zone based approach
 
9.distributive energy efficient adaptive clustering protocol for wireless sen...
9.distributive energy efficient adaptive clustering protocol for wireless sen...9.distributive energy efficient adaptive clustering protocol for wireless sen...
9.distributive energy efficient adaptive clustering protocol for wireless sen...
 
Energy Conservation in Wireless Sensor Networks Using Cluster-Based Approach
Energy Conservation in Wireless Sensor Networks Using Cluster-Based ApproachEnergy Conservation in Wireless Sensor Networks Using Cluster-Based Approach
Energy Conservation in Wireless Sensor Networks Using Cluster-Based Approach
 
Network Lifetime Enhancement by Node Deployment in WSN
Network Lifetime Enhancement by Node Deployment in WSNNetwork Lifetime Enhancement by Node Deployment in WSN
Network Lifetime Enhancement by Node Deployment in WSN
 

Similar to Ijsrp p8593

Paper id 36201502
Paper id 36201502Paper id 36201502
Paper id 36201502IJRAT
 
DATA GATHERING ALGORITHMS FOR WIRELESS SENSOR NETWORKS: A SURVEY
DATA GATHERING ALGORITHMS FOR WIRELESS SENSOR NETWORKS: A SURVEYDATA GATHERING ALGORITHMS FOR WIRELESS SENSOR NETWORKS: A SURVEY
DATA GATHERING ALGORITHMS FOR WIRELESS SENSOR NETWORKS: A SURVEYijasuc
 
Energy-Efficient Compressive Data Gathering Utilizing Virtual Multi-Input Mul...
Energy-Efficient Compressive Data Gathering Utilizing Virtual Multi-Input Mul...Energy-Efficient Compressive Data Gathering Utilizing Virtual Multi-Input Mul...
Energy-Efficient Compressive Data Gathering Utilizing Virtual Multi-Input Mul...TELKOMNIKA JOURNAL
 
CODING SCHEMES FOR ENERGY CONSTRAINED IOT DEVICES
CODING SCHEMES FOR ENERGY CONSTRAINED IOT DEVICESCODING SCHEMES FOR ENERGY CONSTRAINED IOT DEVICES
CODING SCHEMES FOR ENERGY CONSTRAINED IOT DEVICESijmnct
 
CODING SCHEMES FOR ENERGY CONSTRAINED IOT DEVICES
CODING SCHEMES FOR ENERGY CONSTRAINED IOT DEVICESCODING SCHEMES FOR ENERGY CONSTRAINED IOT DEVICES
CODING SCHEMES FOR ENERGY CONSTRAINED IOT DEVICESijmnct_journal
 
A Novel Technique to Enhance the Lifetime of Wireless Sensor Networks through...
A Novel Technique to Enhance the Lifetime of Wireless Sensor Networks through...A Novel Technique to Enhance the Lifetime of Wireless Sensor Networks through...
A Novel Technique to Enhance the Lifetime of Wireless Sensor Networks through...IJECEIAES
 
CONSENSUS BASED DATA AGGREGATION FOR ENERGY CONSERVATION IN WIRELESS SENSOR ...
CONSENSUS BASED DATA AGGREGATION FOR  ENERGY CONSERVATION IN WIRELESS SENSOR ...CONSENSUS BASED DATA AGGREGATION FOR  ENERGY CONSERVATION IN WIRELESS SENSOR ...
CONSENSUS BASED DATA AGGREGATION FOR ENERGY CONSERVATION IN WIRELESS SENSOR ...ijdpsjournal
 
CONSENSUS BASED DATA AGGREGATION FOR ENERGY CONSERVATION IN WIRELESS SENSOR N...
CONSENSUS BASED DATA AGGREGATION FOR ENERGY CONSERVATION IN WIRELESS SENSOR N...CONSENSUS BASED DATA AGGREGATION FOR ENERGY CONSERVATION IN WIRELESS SENSOR N...
CONSENSUS BASED DATA AGGREGATION FOR ENERGY CONSERVATION IN WIRELESS SENSOR N...ijdpsjournal
 
ENERGY PERFORMANCE OF A COMBINED HORIZONTAL AND VERTICAL COMPRESSION APPROACH...
ENERGY PERFORMANCE OF A COMBINED HORIZONTAL AND VERTICAL COMPRESSION APPROACH...ENERGY PERFORMANCE OF A COMBINED HORIZONTAL AND VERTICAL COMPRESSION APPROACH...
ENERGY PERFORMANCE OF A COMBINED HORIZONTAL AND VERTICAL COMPRESSION APPROACH...IJCNCJournal
 
ENERGY EFFICIENT AGGREGATION WITH DIVERGENT SINK PLACEMENT FOR WIRELESS SENSO...
ENERGY EFFICIENT AGGREGATION WITH DIVERGENT SINK PLACEMENT FOR WIRELESS SENSO...ENERGY EFFICIENT AGGREGATION WITH DIVERGENT SINK PLACEMENT FOR WIRELESS SENSO...
ENERGY EFFICIENT AGGREGATION WITH DIVERGENT SINK PLACEMENT FOR WIRELESS SENSO...ijasuc
 
An enhanced energy-efficient routing protocol for wireless sensor network
An enhanced energy-efficient routing protocol for wireless sensor networkAn enhanced energy-efficient routing protocol for wireless sensor network
An enhanced energy-efficient routing protocol for wireless sensor networkIJECEIAES
 
Communication Cost Reduction by Data Aggregation: A Survey
Communication Cost Reduction by Data Aggregation: A SurveyCommunication Cost Reduction by Data Aggregation: A Survey
Communication Cost Reduction by Data Aggregation: A SurveyIJMTST Journal
 
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...IJERA Editor
 
Vitality productivity Multipath Routing for Wireless Sensor Networks: A Genet...
Vitality productivity Multipath Routing for Wireless Sensor Networks: A Genet...Vitality productivity Multipath Routing for Wireless Sensor Networks: A Genet...
Vitality productivity Multipath Routing for Wireless Sensor Networks: A Genet...dbpublications
 
Clustering and data aggregation scheme in underwater wireless acoustic sensor...
Clustering and data aggregation scheme in underwater wireless acoustic sensor...Clustering and data aggregation scheme in underwater wireless acoustic sensor...
Clustering and data aggregation scheme in underwater wireless acoustic sensor...TELKOMNIKA JOURNAL
 
A COST EFFECTIVE COMPRESSIVE DATA AGGREGATION TECHNIQUE FOR WIRELESS SENSOR N...
A COST EFFECTIVE COMPRESSIVE DATA AGGREGATION TECHNIQUE FOR WIRELESS SENSOR N...A COST EFFECTIVE COMPRESSIVE DATA AGGREGATION TECHNIQUE FOR WIRELESS SENSOR N...
A COST EFFECTIVE COMPRESSIVE DATA AGGREGATION TECHNIQUE FOR WIRELESS SENSOR N...ijasuc
 
Embedding Wireless Intelligent Sensors Based on Compact Measurement for Struc...
Embedding Wireless Intelligent Sensors Based on Compact Measurement for Struc...Embedding Wireless Intelligent Sensors Based on Compact Measurement for Struc...
Embedding Wireless Intelligent Sensors Based on Compact Measurement for Struc...IJMTST Journal
 

Similar to Ijsrp p8593 (20)

Paper id 36201502
Paper id 36201502Paper id 36201502
Paper id 36201502
 
C011131925
C011131925C011131925
C011131925
 
DATA GATHERING ALGORITHMS FOR WIRELESS SENSOR NETWORKS: A SURVEY
DATA GATHERING ALGORITHMS FOR WIRELESS SENSOR NETWORKS: A SURVEYDATA GATHERING ALGORITHMS FOR WIRELESS SENSOR NETWORKS: A SURVEY
DATA GATHERING ALGORITHMS FOR WIRELESS SENSOR NETWORKS: A SURVEY
 
Energy-Efficient Compressive Data Gathering Utilizing Virtual Multi-Input Mul...
Energy-Efficient Compressive Data Gathering Utilizing Virtual Multi-Input Mul...Energy-Efficient Compressive Data Gathering Utilizing Virtual Multi-Input Mul...
Energy-Efficient Compressive Data Gathering Utilizing Virtual Multi-Input Mul...
 
CODING SCHEMES FOR ENERGY CONSTRAINED IOT DEVICES
CODING SCHEMES FOR ENERGY CONSTRAINED IOT DEVICESCODING SCHEMES FOR ENERGY CONSTRAINED IOT DEVICES
CODING SCHEMES FOR ENERGY CONSTRAINED IOT DEVICES
 
CODING SCHEMES FOR ENERGY CONSTRAINED IOT DEVICES
CODING SCHEMES FOR ENERGY CONSTRAINED IOT DEVICESCODING SCHEMES FOR ENERGY CONSTRAINED IOT DEVICES
CODING SCHEMES FOR ENERGY CONSTRAINED IOT DEVICES
 
A Novel Technique to Enhance the Lifetime of Wireless Sensor Networks through...
A Novel Technique to Enhance the Lifetime of Wireless Sensor Networks through...A Novel Technique to Enhance the Lifetime of Wireless Sensor Networks through...
A Novel Technique to Enhance the Lifetime of Wireless Sensor Networks through...
 
CONSENSUS BASED DATA AGGREGATION FOR ENERGY CONSERVATION IN WIRELESS SENSOR ...
CONSENSUS BASED DATA AGGREGATION FOR  ENERGY CONSERVATION IN WIRELESS SENSOR ...CONSENSUS BASED DATA AGGREGATION FOR  ENERGY CONSERVATION IN WIRELESS SENSOR ...
CONSENSUS BASED DATA AGGREGATION FOR ENERGY CONSERVATION IN WIRELESS SENSOR ...
 
CONSENSUS BASED DATA AGGREGATION FOR ENERGY CONSERVATION IN WIRELESS SENSOR N...
CONSENSUS BASED DATA AGGREGATION FOR ENERGY CONSERVATION IN WIRELESS SENSOR N...CONSENSUS BASED DATA AGGREGATION FOR ENERGY CONSERVATION IN WIRELESS SENSOR N...
CONSENSUS BASED DATA AGGREGATION FOR ENERGY CONSERVATION IN WIRELESS SENSOR N...
 
i2ct_submission_105
i2ct_submission_105i2ct_submission_105
i2ct_submission_105
 
ENERGY PERFORMANCE OF A COMBINED HORIZONTAL AND VERTICAL COMPRESSION APPROACH...
ENERGY PERFORMANCE OF A COMBINED HORIZONTAL AND VERTICAL COMPRESSION APPROACH...ENERGY PERFORMANCE OF A COMBINED HORIZONTAL AND VERTICAL COMPRESSION APPROACH...
ENERGY PERFORMANCE OF A COMBINED HORIZONTAL AND VERTICAL COMPRESSION APPROACH...
 
ENERGY EFFICIENT AGGREGATION WITH DIVERGENT SINK PLACEMENT FOR WIRELESS SENSO...
ENERGY EFFICIENT AGGREGATION WITH DIVERGENT SINK PLACEMENT FOR WIRELESS SENSO...ENERGY EFFICIENT AGGREGATION WITH DIVERGENT SINK PLACEMENT FOR WIRELESS SENSO...
ENERGY EFFICIENT AGGREGATION WITH DIVERGENT SINK PLACEMENT FOR WIRELESS SENSO...
 
H0515259
H0515259H0515259
H0515259
 
An enhanced energy-efficient routing protocol for wireless sensor network
An enhanced energy-efficient routing protocol for wireless sensor networkAn enhanced energy-efficient routing protocol for wireless sensor network
An enhanced energy-efficient routing protocol for wireless sensor network
 
Communication Cost Reduction by Data Aggregation: A Survey
Communication Cost Reduction by Data Aggregation: A SurveyCommunication Cost Reduction by Data Aggregation: A Survey
Communication Cost Reduction by Data Aggregation: A Survey
 
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...
 
Vitality productivity Multipath Routing for Wireless Sensor Networks: A Genet...
Vitality productivity Multipath Routing for Wireless Sensor Networks: A Genet...Vitality productivity Multipath Routing for Wireless Sensor Networks: A Genet...
Vitality productivity Multipath Routing for Wireless Sensor Networks: A Genet...
 
Clustering and data aggregation scheme in underwater wireless acoustic sensor...
Clustering and data aggregation scheme in underwater wireless acoustic sensor...Clustering and data aggregation scheme in underwater wireless acoustic sensor...
Clustering and data aggregation scheme in underwater wireless acoustic sensor...
 
A COST EFFECTIVE COMPRESSIVE DATA AGGREGATION TECHNIQUE FOR WIRELESS SENSOR N...
A COST EFFECTIVE COMPRESSIVE DATA AGGREGATION TECHNIQUE FOR WIRELESS SENSOR N...A COST EFFECTIVE COMPRESSIVE DATA AGGREGATION TECHNIQUE FOR WIRELESS SENSOR N...
A COST EFFECTIVE COMPRESSIVE DATA AGGREGATION TECHNIQUE FOR WIRELESS SENSOR N...
 
Embedding Wireless Intelligent Sensors Based on Compact Measurement for Struc...
Embedding Wireless Intelligent Sensors Based on Compact Measurement for Struc...Embedding Wireless Intelligent Sensors Based on Compact Measurement for Struc...
Embedding Wireless Intelligent Sensors Based on Compact Measurement for Struc...
 

Recently uploaded

Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 

Recently uploaded (20)

Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 

Ijsrp p8593

  • 1. International Journal of Scientific and Research Publications, Volume 9, Issue 1, January 2019 746 ISSN 2250-3153 http://dx.doi.org/10.29322/IJSRP.9.01.2019.p8593 www.ijsrp.org A Review of An Energy Efficient Communication Scheme for Low Power Wireless Network Kalyani Anil Mate 1 , Prof. A. C. Wani 2 1 Dept. of Electronics and Telecommunication, SSBT’s COET, Jalgaon (Maharashtra) 2 Dept. of Electronics and Telecommunication, SSBT’s COET, Jalgaon (Maharashtra) Email Addresses: kalyanimkh@gmail.com DOI: 10.29322/IJSRP.9.01.2019.p8593 http://dx.doi.org/10.29322/IJSRP.9.01.2019.p8593 Abstract— In this paper we are going to develop of a new energy efficient communication scheme for wireless sensor network (WSN) which is based on the gray code technique. Gray code technique simultaneously saves energy at both the transmitter as well as receiver because time required for the transmission of is minimum. Wireless sensor networks typically require low cost devices and low power operations. We propose a new energy efficient communication scheme for wireless sensor networks that is based on the ternary number system encoding of data.0 and 1 bit values are known as energy based transmission scheme. In wireless sensor network it is very difficult to charge or replace the usable batteries. So, to maximize node or network life span is very important. Thus energy efficient communication is main objective of WSN. This energy efficient communication technique can be used in many sectors such as remote healthcare, wireless sensor network for agricultures, industrial process monitoring and environmental monitoring. Keywords—, Technology Energy-efficient communication, Gray encoding, Silent communication, Wireless Sensor Network. sensor networks I. INTRODUCTION Today Wireless Sensor Networks (WSNs) are used in many industries. WSN consist of a large number of sensor nodes. These sensor nodes are self-organized with sensing, computation and wireless communication capabilities these are used to provide information about the status of a specific system . Physical or environment parameter such as temperature, pressure, vibration could be measured by using these sensors. The information is sent wirelessly and received by central location for further analysis and usage. Maximizing node or network lifetime is primary objective in WSN because it is very difficult to charge or replace exhausted batteries. Thus energy efficient communication is very important part in WSN to reduce the device recharging cycle period and hence provide connectivity for longer duration. A major source of power drain in such networks is communication, energy efficient communication protocols that can be implemented with low hardware and software cost/complexity are thus of paramount importance in WSN stored the device recharging cycle periods and hence provide connectivity for longer durations at a stretch. In this paper, a new data transmission mechanism is proposed to save data transmission energy and time by using gray code. By using this technique it will save energy and time both at transmitting end and receiving end due to shortening of the transmission duration.
  • 2. International Journal of Scientific and Research Publications, Volume 9, Issue 1, January 2019 747 ISSN 2250-3153 http://dx.doi.org/10.29322/IJSRP.9.01.2019.p8593 www.ijsrp.org II. REVIEW OF RELATED WORK Energy based Transmission (EbT) scheme was proposed in [4], not only utilize non- zero voltage level for both 0 and 1. They keep both transmitter and receiver switched on for the entire duration of transmission of data. To reduce energy consumption researches focus on the MAC layer design [5], [6], [7], optimizing data transmission through intelligent selection of paths. A new communication scheme called Communication through Silence (CtS) [8], involves the use of silent periods opposed to EbT. In CtS a minimal amount of energy is used to deliver information between sensors along with use of silence. There are some disadvantages in CtS like exponential in communication time. So an alternative strategy, Variable Based Tactic Communication (VarBaTac) was design in [10], that uses a variable coding base to control the trade –off between network throughput and energy is saving. VarBaTac is used to minimize the delay introduced by CtS. But there is no idea about the energy saved by CtS and VarBaTac for noisy channels. New strategy RBNSizeComm [9], [11], which combines the concept of CtS and VarBaTac. RBNSizeComm recodes binary coded data using a redundant radix based number representation and then use silent periods for communicating the digit zero. By using the redundant binary number system (RBNS) that utilizes the digit from the set- 1, 0, 1 to represent a number with radix 2, significantly reduce the number of non zero that need to be transmitted. Low-Energy Adaptive Clustering Hierarchy (LEACH) [12], uses localized coordination to provide scalability and robustness for dynamic network and incorporates data DATA fusion for the routing protocol to reduce the amount of information that must be transferred to the base station. To improve the performance ternary number system encoding of data called as Ternary with Silent Symbol (TSS) is design in [16]. In this system data is converted from binary to ternary by using silent symbol strategy. Aim of this strategy is save the energy simultaneously both at transmitter and receiver. An efficient algorithm for conversion from binary to ternary and vice versa is used that does not involve any division or multiplication but only addition. Spatial correlation model was developed in [13] are based on the locations of sensor nodes or statistical features of sensor nodes data. To detect the damage occurs gradually, a semantic clustering model was design in [14], this model was based on fuzzy systems which find out the semantic neighbourhood relationship. This type of spatial correlation model is not accurate to pinpoint the location of sensor node. New model [15], resolve the drawbacks of spatial correlation model. In this model Pearson Correlation Coefficient was used to measure the correlation between sensor node data. III. PROPOSED ENERGY EFFICIENT DATA TRANSMISSION METHOD A new method for energy efficient transmission of data are design which is gray code method. In this techniques energy required for the data transmission is minimized as well as time required for data transmission is also less than the available systems. A. Gray Code Technique: In gray code techniques data is transmitted using silent periods means energy is used only at the time of transmission of 1 and at the transmission of 0energy is not used. In the previous system to transmit the data, it is transmitted in the form of binary number. But in the proposed system data is transmitted in the form of gray code because number of 1 obtain in the gray code is less than the number of 1 obtain in the binary code so energy used for the data transmission is less than the previous system. The Number of transmission of the 1 in a binary code system
  • 3. International Journal of Scientific and Research Publications, Volume 9, Issue 1, January 2019 748 ISSN 2250-3153 http://dx.doi.org/10.29322/IJSRP.9.01.2019.p8593 www.ijsrp.org in binary number is 3 and number of 1 in gray code is 2, therefore energy consumed for binary code is greater than the gray code. At the receiving end also data is received in the form of gray code so at this end also energy is consumed B. Algorithm: Binary to Gray Conversion algorithm: 1) The M.S.B of the gray code is equal to the first bit of the given binary number. 2) ) Now the second bit of the code is exclusive- or of the first and second bit of the given binary number i.e. if both the bits are same the result obtain is 0 and if they are different the result is 1 3) . The third bit of gray code is exclusively equal of the second and third bit of the given binary number. Thus the binary to the gray code conversion is performed. Gray to Binary Conversion algorithm: 1) The M.S.B of the binary number is equal to the M.S.B of the given gray code. 2) Now if the second gray bit is 0 the second binary bit is similar as the previous or the first bit. If the gray bit is 1the second binary bit is 0. 3) This step is repeated for all the bits to do gray code to binary Figure 1: Block Diagram Of Gray code system IV. SYSTEM ARCHTECTURE 1) To create WSN it need to configure some sensor (eg. Temp sensor) can be used to collect data from as like many sensors can be used. Data obtain is converted into digital signal by 10 bit internal ADC which generate decimal output up to 1024 decimal value. As it collects data from surrounding it is also called as sensor node. 2) Decimal number is directly given to a conversion centre (PC or server) where an algorithm or function will convert decimal number into binary signal. i.e. either using any of the three techniques. The decimal (base ten) number system has 10 possible values (0, 1, 2, 3, 4, 5, 6, 7, 8 or 9) for each place value. In contrast, the binary number system has two possible value represented as 0 or 1 for each place value. Since the binary system is the internal language of electronic computer, serious computer programs should understand how to convert from decimal to binary. Following are the simple steps how to convert these numbers.  Short division by two with reminder.  Write the integer answer (quotient) under the long division symbol, and write the reminder (0 or 1) to the right of the dividend.  Continue the divided until you reach 0. 3) Once the number is obtain then that no is needed to be convert into gray as per our energy save technique for data transmission. For to convert it into gray it need to compare each MSB with nearest binary bit of data using X-OR logic. Then fill that data to an array and then once it get a final number to store the string. Figure 2: Proposed System
  • 4. International Journal of Scientific and Research Publications, Volume 9, Issue 1, January 2019 749 ISSN 2250-3153 http://dx.doi.org/10.29322/IJSRP.9.01.2019.p8593 www.ijsrp.org 4) Stored number is then given to transmitter node connected immediately to server using a microcontroller and CC2500 transceiver via a USB port to start serial communication. 5) CC2500 will receive the data obtained and then it shall be converted into a string, thus generate a complete sensor node. 6) Again at receiver side data is converted from gray to binary using a C++ function and a direct decimal value is obtained. 7) Decimal value obtained is display as temperature output on either on a LED or a computer Table 1. Comparison of TSS, RBNSiZeComm, and Proposed system Sr. NO Method Name Energy Received At Energy Saved In % 1 TSS Transmitter and Receiver 20% -36.9% 2 RBNSiZe Comm Transmitter 33% - 62% 3 Proposed Transmitter and Receiver 50% - 70% V. SYSTEM REQUIREMENT SPECIFICATION i. Software Requirements a] Visual Studio 2005/8/10 b] .net Frame Work 2.0 and above c] OS Xp Service pack 2 and above ii. Hardware Requirements a] 512 MB RAM b] 40 GB HDD c] Pentium processor with 1GHz processing Speed d] RF transmitter e] Microcontroller ARDINO board V. CONCLUSION In this paper we represent the new energy efficient communication scheme that can saves energy simultaneously at the transmitter as well as receiver side. The basic of gray code method is, encoding the source data in gray code number system, coupled with use of silent periods for communicating the 0’s in the encoded message and the transmission is possible in gray code format. This reduces the device recharging period. Our proposed implementation can saves the energy and extend the battery life device. References [1] R. Ghosh, K. Sinha, D. Datta, and B. Sinha, “TSS : An Energy Efficient Communication Scheme for Low Power [2] Ian F. Akyildiz, Weilian Su, Yogesh Sankarasubramaniam, and Erdal Cayirci, “A Survey on Sensor Networks,” in IEEE Communication Magazine, August 2002. [3] Ilker Demirkol, Cem Ersoy, and Fatih Alagoz, “MAC Protocols for Wireless Sensor Networks: A Survey,” in IEEE Communication Magazine, April 2006. [4] Koushik Sinha, “An Energy-Efficient Communication Scheme for Wireless Networks:A Redundant Radix-Based Approach,” IEEE Wireless Communication, vol. 10, no. 2, February 2011. [5] I. Demirkol, C. Ersoy, and F. Alagoz, “MAC Protocols for Wireless Sensor Networks, a Survey,” IEEE Comm. Mag., 2005. [6] W. B. Heinzelman, A. Chandrakasan and H. Balakrishnan, “Energy efficient communication protocol for wireless microsensor networks,” Proc. Intl. Conf. on Sys. Sc., 2000. [7] W. Ye, J. Heidemann and D. Estrin, “An energy-efficient MAC Protocol for Wireless Sensor Networks,” Proc. IEEE Infocom, pp. 1567-1576, 2002. [8] C. Enz, A. El-Hoiydi, J.-D. Decotignie and V. Pereis, “WiseNET: an ultralow-power wireless sensor network solution,” IEEE Computer, vol. 37, no. 8, pp. 62–70, 2004. [9] Y. Zhu and R. Sivakumar, “Challenges: communication through silence in wireless sensor networks,” Proc. Intl.Conf. on Mobile Comp. and Networking (MobiCom), pp. 140–147, 2005. [10] K. Sinha and B. P. Sinha, “A new energy-efficient wireless communication technique using redundant radix representation,” Tech. Rep., Indian Stat. Inst., ISI/ACMU-07/01, 2007. [11] Y. P. Chen, D. Wang and J. Zhang, “Variable-base tacit communication: a new energy efficient communication scheme for sensor networks,” Proc. 1st Int. Conf. on Integrated Internet Ad hoc and Sensor Networks (InterSense), Nice, France, 200
  • 5. International Journal of Scientific and Research Publications, Volume 9, Issue 1, January 2019 750 ISSN 2250-3153 http://dx.doi.org/10.29322/IJSRP.9.01.2019.p8593 www.ijsrp.org [12] K. Sinha, “A new energy efficient MAC protocol based on redundant radix for wireless networks,” Proc. Recent Trends in Information Systems (RETIS), Calcutta, pp. 167–172, 2008. [13] J. Yuan and H. Chen, “The optimized clustering technique based on spatial-correlation in wireless sensor networks,” in Proc. IEEE Youth Conf. Inf., Comput. Telecommun. YC-ICT, Sep. 2009, pp. 411–414. [14] M. C. Vuran, Ö. B. Akan, and I. F. Akyildiz, “Spatio- temporal correlation: Theory and applications for wireless sensor networks,” Comput. Netw., vol. 45, no. 3, pp. 245–259, 2004. [15] C. Carvalho, D. G. Gomes, N. Agoulmine, and J. N. de Souza, “Improving prediction accuracy for WSN data reduction by applying multivariate Spatio-temporal correlation,” Sensors, vol. 11, no. 11, pp. 10010–10037, 2011. ATHOUR’S PROFILE Kalyani Mate has received his Bachelor of Engineering degree in Electronics and Telecommunication engineering at Shri Gulabrao Devkar College of engineering Jalgaon. Year 2012. At present she is pursuing Master of Engineering in Digital Electronics Prof A C Wani has received his Master of Engineering degree in Electronics engineering and working as a assistant professor in SSBT’s COET Jalgaon.