SlideShare a Scribd company logo
1 of 9
Download to read offline
http://www.iaeme.com/IJARET/index.asp 254 editor@iaeme.com
International Journal of Advanced Research in Engineering and Technology (IJARET)
Volume 10, Issue 2, March-April 2019, pp. 254-262. Article ID: IJARET_10_02_025
Available online at http://www.iaeme.com/IJARET/issues.asp?JType=IJARET&VType=10&IType=02
ISSN Print: 0976-6480 and ISSN Online: 0976-6499
© IAEME Publication
AN IMPROVED ROUTING PROTOCOL
SCHEME IN ADHOC NETWORKS
Syeda Kausar Fatima
Associate Prof, Shadaan College of Engineering, Prof., DCET, Hyderabad, Principal
NSAKCET, research Scholar JNTUH, India.
Dr. Syeda Gauhar Fatima
Associate Prof, Shadaan College of Engineering, Prof., DCET, Hyderabad, Principal
NSAKCET, research Scholar JNTUH, India.
Dr. Syed Abdul Sattar
Associate Prof, Shadaan College of Engineering, Prof., DCET, Hyderabad, Principal
NSAKCET, research Scholar JNTUH, India.
Syed Mohd Ali
Associate Prof, Shadaan College of Engineering, Prof., DCET, Hyderabad, Principal
NSAKCET, research Scholar JNTUH, India.
ABSTRACT
Nowadays, with the rapid development of science and technology and the ever-
increasing demand in every field, wireless sensor networks are emerging as a necessary
scientific achievement to meet the demand of human in modern society. The wireless
sensor network (WSN) is designed to help us not lose too much energy, workforce, avoid
danger and they bring high efficiency to work. Various routing protocols are being used
to increase the energy efficiency of the network, with two distinct types of protocols,
homogenous and heterogeneous. In these two protocols, the SEP (Stable Election
Protocol) is one of the most effective heterogeneous protocols which increase the
stability of the network. In this paper, we propose an approaching the εFCM algorithm
in clustering the SEP protocol which makes the WSN network more energy efficient.
The simulation results showed that the SEP-εFCM proposed protocol performed better
than the conventional SEP protocol
Keywords: Wireless sensor network (WSN), Insensitive Fuzzy C-Means, Stable
Election Protocol (SEP), SEP Insensitive Fuzzy C-Means.
Cite this Article: Syeda Kausar Fatima, Dr. Syeda Gauhar Fatima Dr. Syed Abdul
Sattar and Syed Mohd Ali, An Improved Routing Protocol Scheme in Adhoc Networks,
International Journal of Advanced Research in Engineering and Technology, 10(2),
2019, pp. 254-262.
http://www.iaeme.com/IJARET/issues.asp?JType=IJARET&VType=10&IType=2
Syeda Kausar Fatima, Dr. Syeda Gauhar Fatima Dr. Syed Abdul Sattar and Syed Mohd Ali
http://www.iaeme.com/IJARET/index.asp 255 editor@iaeme.com
1. INTRODUCTION
The WSN is a network of interconnected sensor nodes. Sensor nodes are designed compactly
and low cost. The nodes are responsible for sensing ambient conditions such as temperature,
sound, vibration, humidity, pressure, etc. Sensor nodes send their sensed data to the aggregation
node and transmit data to Sink (transceiver). As shown in Figure 1, Sink is transmitted over the
internet or satellite to the user. In this process, we see that the CH (Cluster Head) not only listen
to the signals from the nodes not also synthesize data, then transmit data on Sink so that more
energy is consumed, so the routing, specifying the path of this data stream is very important.
Figure 1 The basic structure of wireless sensor networks
The routing protocols are divided into two types that are homogeneous and heterogeneous.
Homogeneous routing protocols are nodes with the same energy level as the protocols: LEACH,
TEEN, HEED, PEGASIS, APTEEN. The heterogeneous protocol is a protocol where nodes
have different energy levels and are divided into two node types: The Advance node and the
Normal node. In that, the Advance node has more energy and the probability of becoming a
node is more than the remaining node. Popular protocols in this type of protocol are SEP [1-5],
DEEC, EDEEC. SEP protocol consider the energy levels in the CH selection process and
improves the stability of the hierarchical clustering process using characteristic parameters of
heterogeneity, adding energy between the advance node and the normal node. In order to
prolong the stabilization time, SEP strives to maintain limited energy consumption. The
advance nodes will become CH more than normal nodes and will be powered more than normal
nodes. However, the selection of Cluster Head in the SEP protocol has a disadvantage which
from the two types of node Advance node and Normal node is not flexible, therefore, that
remote nodes will die first. To solve this problem, we conducted our research about SEP and
evaluated some well-known clustering algorithms such as K-Means, Fuzzy CMeans,
Insensitive Fuzzy C-Means in WSN clustering. Based on the learning theory, we propose a new
approach which combines the Insensitive Fuzzy C-Means algorithm into the SEP protocol
which can make the WSN network more energy efficient. Additionally, we used Matlab to
simulate for the new algorithm, for 140 nodes in a network 500x500, with uneven energy
between nodes to show unequal influence among nodes in the network. 10% of the nodes have
1 Joule energy and 90% of nodes have 0.5 Joules energy. The position of the sink is set at
(250,250) and the length of each message is 500bytes. The simulation results show that the
proposed SEP-εFCM protocol performed better than the conventional SEP protocol.
Our paper consists of five parts: Part 1 is introduction, Part 2 shows the related works, Part
3 proposal, Part 4 simulation results and Final Part is the conclusion.
2. RELATED WORK
If the LEACH was Malik M.et al. [6] gave as a basic protocol for routing and values that are
effective for WSN networks, Smaragdakis has introduced a revolutionary SEP routing
An Improved Routing Protocol Scheme in Adhoc Networks
http://www.iaeme.com/IJARET/index.asp 256 editor@iaeme.com
protocol. SEP is a heterogeneous routing protocol and has proven to be more effective than
the LEACH protocol. In SEP protocol, the node sensors are divided into two types of nodes:
the advance node and the normal node in which the advance node is designed to have a higher
energy level and the probability becomes CH node than the normal node. As shown in Figure
2
Figure 2 Flow chart of CH Selection in SEP protocol
Where:
➢ G’: Normal node does not become CH.
➢ T (S’) is the threshold applied to normal node.
➢ G”: advanced node does not become CH.
➢ T(S”) is the threshold applied to advanced node.
If the K-Means algorithm [5] is a well-defined clustering algorithm, it means that one node
belongs only to one cluster, which is only suitable for discovering high density and isolated
clusters and must define the boundary. However, in practice when deploying WSN, the
boundary between clusters may be blurry, clusters may overlap, meaning that some nodes
belong to different clusters. So, with this case, using the K-means algorithm will limit the
functionality of the wireless sensor network, so the Fuzzy c-means (FCM) algorithm [7-9] was
born to solve this problem. FCM is a fuzzy clustering algorithm developed by Dunn in 1973
and later improved by Bezděk in 1981. This technique divides a set of n-vector data objects X
= {x1, ..., xn} ϵ Rs into the fuzzy groups which are based on the minimization of the objective
function to measure the quality of the partition and find the cluster centers in each cluster, so
that the cost of the nonsimilarity measure is minimal.
Syeda Kausar Fatima, Dr. Syeda Gauhar Fatima Dr. Syed Abdul Sattar and Syed Mohd Ali
http://www.iaeme.com/IJARET/index.asp 257 editor@iaeme.com
By 1998 Vapnick proposed using the parameter ε is called a noise-sensitive parameter to
resolve high-density clusters that overlap, where one node is not only attached to a cluster but
can belong to one cluster or many different clusters. Since then, εFCM[10-14] has always been
a top choice for fuzzy clustering.
In this article the simulated results show that the selection of CH node by εFCM algorithm
reduces the energy consumption of the WSN.
3. PROPOSED ALGORITHM
Heterogeneous protocol SEP has been proven by Smaragdakis's to provide stability and longer
lifetimes than unified protocols. However, they still contain a number of limitations, including
limited clustering for high node density clusters and complex multi-dimensional distribution,
clustering that leads to uneven clusters. (Less node clusters and multiple node clusters) that
cause network load balancing.
In this paper, we propose using the εFCM algorithm to select CH nodes for the SEP
protocol, and selecting this node initially gives priority to the nodal node to take advantage of
this additional energy source as CH Node to create the most stable time for the network. After
the advance nodes consume the remaining energy and energy equal to the normal node, then
εFCM will proceed to select CH node over the entire network, preferring that node which has
more energy will be made CH node. The target function of the εFCM algorithm is defined as
follows:
∑ ∑ ‖ , ‖ (1)
Where ‖ , ‖ = ∑, is non-sensitive to noise are Vapnick proposed in 1998 as
follows:
The steps of the εFCM algorithm:
Input: The number of clusters c and the parameter m, ε for the objective function J;
Output: The cluster data so that the objective function (1) reaches the minimum value;
Begin 1. Input parameter c (1∞) and ≥ 0;
An Improved Routing Protocol Scheme in Adhoc Networks
http://www.iaeme.com/IJARET/index.asp 258 editor@iaeme.com
1. Repeat
2. J: =j+1;
3. Calculate fuzzy partition matrix U(j)
according to the formula (2);
4. Update center clusters V(j)(j)
= [ 5,T5, … …, 5] according to the
5. Until V 5W − 5 X ≤ Y; formula (3) and U
6. Demonstrate result of clusters;
7. End
The SEP protocol [10-12] takes into account the energy level in the main node selection
process. SEP improves the stability of the hierarchical clustering process using the
characteristic parameters of the heterogeneous, additional energy between the advanced node
and the normal node. To prolong the stabilization time, SEP strives to maintain its energy
consumption limit. Advanced nodes become CH more often than normal nodes. Advanced
nodes usually have more power than the normal node. The total energy of the system varies.
Assuming Eo is the initial energy of the normal node, the energy of the advanced node is set to
Eo * (1 + α). The total energy needed to set up (new) is equivalent to n * (1-m) * Eo + n * m *
Eo (1 + α) = n * Eo (1 + αm). Thus, the total energy of the system is increased (1 + αm) times.
We can increase the stability of the sensor network (1 + αm) times.
The probability that the normal node becomes CH is 1 and the advanced node becomes CH
is 1 + α. If the threshold T (n) is set to normal and the advanced node differs in that the normal
node of G becomes the first cluster once times and the advanced node of G becomes the first
cluster 1 + α times. Pnrm is defined as the probability of selecting weights for normal nodes
and the probability of selecting weights for advanced nodes. So, the weight probabilities for
normal node and advanced node nodes are:
Pnrm =W]
W]
Z [ Z [  α
Padv = (1+)
The function T (n) is replaced by Popt by the weight probability to obtain the selection
threshold CH in each round.
The threshold for normal node: T(Snrm) =another case
Where:
➢ r: current loop
➢ G’: Normal node does not become CH with 1 / Pnrm last cycle per phase.
➢ T (Snrm) is the threshold applied to n (1 - m) normal node. This ensures that each
normal node becomes CH once time in Z[  (1+αm) per phase and that is the average
of the normal nodes becoming CH each round is n (1-m) * Pnrm
-
The Threshold for advanced node
T(Sadv) = ^ Z@’r y
Where
G”: advanced node does not become CH CH in Z@’rlast cycle per phase.
T(Sadv) is the threshold applied to n*m advanced node.
Syeda Kausar Fatima, Dr. Syeda Gauhar Fatima Dr. Syed Abdul Sattar and Syed Mohd Ali
http://www.iaeme.com/IJARET/index.asp 259 editor@iaeme.com
We consider to this phase as the secondary stage. Each stage has 1 + α sub-stage and the
advanced node becomes CH exactly 1 + α times in phase. The average of advanced node
becomes CH for per cycle which has n * Padv.
So, the average number of CHs per round is n * (1-m) * Pnrm + n * m * Padv = n * Popt.
This is the desired number of CHs in per phase.
4. SIMULATION AND EVALUATION
In this paper, we use Matlab software (R2016a) to perform simulations, for 140 nodes which
have fixed coordinates in a network 500x500, with uneven energy between nodes to show
unequal influence among nodes in the network. 10% of nodes have 1 Joules energy (a = 1, Popt
= 0.1), 90% of nodes have 0.5 Joules energy. The position of the sink is set at (250,250), the
length of each message is 500bytes, the amplification coefficient efs = 10pJ / bit / m2 and e mp
= 0.0013pJ / bit / m4, the maximum number of loops is 6000.The input parameters are fixed,
the author will in turn put these parameters into running SEP protocol and proposed protocol
SEP_ εFCM. Then we compare between protocol combining SEP and SEP_ εFCM protocol
based on metrics such as: number of live nodes, number of Dead nodes and the remaining
energy of nodes.
PARAMETERS VALUE
Network size 500x500
BS (250,250)
Rounds 6000
Iteration 200
fs 10pJ/bit/m2
mp 0.0013pJ/bit/m4
EDA 5 nJ/bit/packet
E0 0.5J
N 140
A 1
K 15
Popt 0.1
4.1. RESULTS AFTER THE FIRST 1200 ROUNDS
In Figure 3, on the SEP protocol we see that after 1200 cycles the dead node has appeared,
while in the SEP_ εFCM association we see the result after 1200 cycles in Figure 4 shows no
dead node.
An Improved Routing Protocol Scheme in Adhoc Networks
http://www.iaeme.com/IJARET/index.asp 260 editor@iaeme.com
Figure 3 SEP protocol after 1200 rounds
Figure 4 SEP_ εFCM association protocol after 1200 rounds
4.2. NUMBER OF LIVE NODES
Figure 5 show the number of alive during the network lifetime. After 800 cycles, SEP appears
as the first dead node, after 2790 SEP_ εFCM loops appear. Proposed protocol is higher 21%
SEP of the number of rounds that the last node dies.
Therefore, the living nodes in the SEP_ εFCM combination protocol have more live nodes
than the SEP protocol. After a few initial rounds are unstable, but then the number of live nodes
starts to increase, this proves that the SEP_ εFCM combination protocol consumes more
efficient energy than the SEP protocol. Results for the SEP_ εFCM combination protocol have
improved more live nodes than the SEP protocol.
Syeda Kausar Fatima, Dr. Syeda Gauhar Fatima Dr. Syed Abdul Sattar and Syed Mohd Ali
http://www.iaeme.com/IJARET/index.asp 261 editor@iaeme.com
Figure 5 Alive Node comparison between the SEP protocol and SEP_ εFCM protocol
4.3. REMAINING ENERGY
In Figure 6 we find that, after 4985 round runs, the node in SEP died out and 5150 SEP_ εFCM
nodes. Proposed protocol is higher 3.3% SEP. The result shows that the Remaining energy of
the SEP_ εFCM matching protocol is greater than that of the SEP protocol. The results of the
SEP_ εFCM combination protocol have improved the residual energy of the SEP protocol.
Figure 6 Remaining energy comparison between the SEP protocol and SEP_ εFCM protocol
5. CONCLUSIONS
Designing WSN network with well-functioning, flexible and easy-to-deploy for real-world
applications is fraught with many difficulties, with the biggest difficulty now being the
limited node power and hard to reload. Therefore, utilizing available power resources on
nodes effectively reduces the energy consumption that extends the life of the entire network,
which increases the life of the network.We researched the routing protocols to propose the
new algorithm using the εFCM fuzzy algorithm in the selection of CH node into the SEP
protocol. Simulation results suggest that our improvement has lower power consumption and
An Improved Routing Protocol Scheme in Adhoc Networks
http://www.iaeme.com/IJARET/index.asp 262 editor@iaeme.com
longer network lifetime than the3.3% SEPprotocol. This helps the network extend the
lifespan.
REFERENCES
[1] D. M. a. T. Z. K. Sohraby (2007), Wireless Sensor Network Technology, Protocol, And
Application, John Wiley & Sons, Inc.
[2] S. Basagni (1999), Distributed Clustering Algorithm for Ad Hoc Networks, Proc. Int’l.
Symp. Parallel Architectures, Algorithms, and Networks.
[3] S. B. a. S. Khuller (Apr. 2001), A Clustering Scheme for Hierarchical Control in Multihop
Wireless Networks, Proc. IEEE INFOCOM.
[4] Srinivas Sivarathril and A. Govardhan2 (September 2014), “Experiments on Hypothesis
Fuzzy KMeans is Better Than K-Means for Clustering”, International Journal of Data
Mining & Knowledge Management Process (IJDKP) Vol.4, No.5.
[5] Keerthi M, M.Tech 2nd year and Dr. B. Satish Babu,Professor (August 2012), “An
Improved FCM’s Clustering Protocol for Wireless Sensor Networks”, International of
Electronics and Communications (IJEC), Volume-1,Issue-1.
[6] Meena Malik, Yudhvir Singh, Anshu Arora (February 2013), “Analysis of LEACH Protocol
in Wireless Sensor Networks”, International Journal of Advanced Research in Computer
Science and Software Engineering, Volume 3, Issue 2, pp. 178-183.
[7] Maurad Hadjilal, Hervé Guyennet1, Mohammed Feham (2013), “Energy-Efficient in
wireless sensor networks using fuzzy C-Means clustering approach”, International Journal
of Sensors and Sensor Network.
[8] A. S. Raghuvanshi*, S Tiwari, R Tripathi and N. Kishor “Optimal Number of Clusters in
Wireless Sensor Networks: An FCM Approach”Motilal Nehru National Institute of
TechnologyAllahabad - 211004, INDIA.
[9] Raja Dutta, Shishir Gupta, Mukul K. Das (November 2014), “Low-Energy Adaptive
Unequal Clustering Protocol Using Fuzzy c-Means in Wireless Sensor Networks”, Wireless
Personal Communications, Springer, Volume 79, Issue 2, pp. 1187-1209.
[10] I. M. Georgios Smaragdakis, Azer Bestavros (2004), “SEP: A Stable Election Protocol for
clustered heterogeneous wireless sensor networks”, Computer Science Department Boston
Univercity Boston, MA 02215, USA.
[11] G. Smaragdakis, I. Matta, A. Bestavros (2004), SEP: A Stable Election Protocol for
clustered heterogeneous wireless sensor networks, in: Second International Workshop on
Sensor and Actor Network Protocols and Applications (SANPA 2004).
[12] K. Latif, M. Jaffar, N.Javaid, M. N. Saqib, U. Qasim, Z. A. Khan (2012), “Performance
Analysis of Hierarchical Routing Protocols in Wireless Sensor Networks” arXiv :
1208.2397v1 [cs.NI].
[13] Dr. Firas Ali Al-Juboori, Eng. Sura F. Ismail (2013) “Performance Analysis of Variable
Energy Levels of Clustering Protocols for Wireless Sensor Network” IJCSI International
Journal of Computer Science Issues, Vol.10, No 1.
[14] Bharti Kandari, Rajdeep Singh (2014) “K-SEP: A more stable SEP using K-Means
Clustering and Probabilistic Transmission in WSN” INPRESSCO International Journal of
Current Engineering and Technology, Vol.4, No.4.

More Related Content

What's hot

A PROPOSAL TO IMPROVE SEP ROUTING PROTOCOL USING INSENSITIVE FUZZY C-MEANS IN...
A PROPOSAL TO IMPROVE SEP ROUTING PROTOCOL USING INSENSITIVE FUZZY C-MEANS IN...A PROPOSAL TO IMPROVE SEP ROUTING PROTOCOL USING INSENSITIVE FUZZY C-MEANS IN...
A PROPOSAL TO IMPROVE SEP ROUTING PROTOCOL USING INSENSITIVE FUZZY C-MEANS IN...IJCNCJournal
 
Multi-Objective Soft Computing Techniques for Dynamic Deployment in WSN
Multi-Objective Soft Computing Techniques for Dynamic Deployment in WSNMulti-Objective Soft Computing Techniques for Dynamic Deployment in WSN
Multi-Objective Soft Computing Techniques for Dynamic Deployment in WSNIRJET Journal
 
Review of Various Enhancements of Modified LEACH for Wireless Sensor Network
Review of Various Enhancements of Modified LEACH for Wireless Sensor NetworkReview of Various Enhancements of Modified LEACH for Wireless Sensor Network
Review of Various Enhancements of Modified LEACH for Wireless Sensor Networkijsrd.com
 
IRJET- An Enhanced Cluster (CH-LEACH) based Routing Scheme for Wireless Senso...
IRJET- An Enhanced Cluster (CH-LEACH) based Routing Scheme for Wireless Senso...IRJET- An Enhanced Cluster (CH-LEACH) based Routing Scheme for Wireless Senso...
IRJET- An Enhanced Cluster (CH-LEACH) based Routing Scheme for Wireless Senso...IRJET Journal
 
Performance Analysis and Comparison of Routing Protocols in Wireless Sensor N...
Performance Analysis and Comparison of Routing Protocols in Wireless Sensor N...Performance Analysis and Comparison of Routing Protocols in Wireless Sensor N...
Performance Analysis and Comparison of Routing Protocols in Wireless Sensor N...IRJET Journal
 
A survey report on mapping of networks
A survey report on mapping of networksA survey report on mapping of networks
A survey report on mapping of networksIRJET Journal
 
Balancing stable topology and network lifetime in ad hoc networks
Balancing stable topology and network lifetime in ad hoc networksBalancing stable topology and network lifetime in ad hoc networks
Balancing stable topology and network lifetime in ad hoc networksIAEME Publication
 
Energy Curtailing with Huddling Practices with Fuzzy in Wireless Sensor Network
Energy Curtailing with Huddling Practices with Fuzzy in Wireless Sensor NetworkEnergy Curtailing with Huddling Practices with Fuzzy in Wireless Sensor Network
Energy Curtailing with Huddling Practices with Fuzzy in Wireless Sensor Networkijsrd.com
 
IRJET- Analysis of Energy Efficiency and Network Lifetime of Various Clus...
IRJET-  	  Analysis of Energy Efficiency and Network Lifetime of Various Clus...IRJET-  	  Analysis of Energy Efficiency and Network Lifetime of Various Clus...
IRJET- Analysis of Energy Efficiency and Network Lifetime of Various Clus...IRJET Journal
 
AN ENHANCED HYBRID ROUTING AND CLUSTERING TECHNIQUE FOR WIRELESS SENSOR NETWORK
AN ENHANCED HYBRID ROUTING AND CLUSTERING TECHNIQUE FOR WIRELESS SENSOR NETWORKAN ENHANCED HYBRID ROUTING AND CLUSTERING TECHNIQUE FOR WIRELESS SENSOR NETWORK
AN ENHANCED HYBRID ROUTING AND CLUSTERING TECHNIQUE FOR WIRELESS SENSOR NETWORKijwmn
 
Efficient use of Energy in WSN using H-LEACH
Efficient use of Energy in WSN using H-LEACHEfficient use of Energy in WSN using H-LEACH
Efficient use of Energy in WSN using H-LEACHdbpublications
 
Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for He...
Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for He...Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for He...
Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for He...chokrio
 
IRJET- Chaos based Secured Communication in Energy Efficient Wireless Sensor...
IRJET-	 Chaos based Secured Communication in Energy Efficient Wireless Sensor...IRJET-	 Chaos based Secured Communication in Energy Efficient Wireless Sensor...
IRJET- Chaos based Secured Communication in Energy Efficient Wireless Sensor...IRJET Journal
 
IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...
IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...
IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...IRJET Journal
 
Sierpinski carpet fractal monopole antenna for ultra-wideband applications
Sierpinski carpet fractal monopole antenna for ultra-wideband applications Sierpinski carpet fractal monopole antenna for ultra-wideband applications
Sierpinski carpet fractal monopole antenna for ultra-wideband applications IJECEIAES
 
Energy efficient reliable routing considering residual energy in wireless ad ...
Energy efficient reliable routing considering residual energy in wireless ad ...Energy efficient reliable routing considering residual energy in wireless ad ...
Energy efficient reliable routing considering residual energy in wireless ad ...LeMeniz Infotech
 

What's hot (17)

A PROPOSAL TO IMPROVE SEP ROUTING PROTOCOL USING INSENSITIVE FUZZY C-MEANS IN...
A PROPOSAL TO IMPROVE SEP ROUTING PROTOCOL USING INSENSITIVE FUZZY C-MEANS IN...A PROPOSAL TO IMPROVE SEP ROUTING PROTOCOL USING INSENSITIVE FUZZY C-MEANS IN...
A PROPOSAL TO IMPROVE SEP ROUTING PROTOCOL USING INSENSITIVE FUZZY C-MEANS IN...
 
Multi-Objective Soft Computing Techniques for Dynamic Deployment in WSN
Multi-Objective Soft Computing Techniques for Dynamic Deployment in WSNMulti-Objective Soft Computing Techniques for Dynamic Deployment in WSN
Multi-Objective Soft Computing Techniques for Dynamic Deployment in WSN
 
Santhosh hj shivaprakash
Santhosh hj shivaprakashSanthosh hj shivaprakash
Santhosh hj shivaprakash
 
Review of Various Enhancements of Modified LEACH for Wireless Sensor Network
Review of Various Enhancements of Modified LEACH for Wireless Sensor NetworkReview of Various Enhancements of Modified LEACH for Wireless Sensor Network
Review of Various Enhancements of Modified LEACH for Wireless Sensor Network
 
IRJET- An Enhanced Cluster (CH-LEACH) based Routing Scheme for Wireless Senso...
IRJET- An Enhanced Cluster (CH-LEACH) based Routing Scheme for Wireless Senso...IRJET- An Enhanced Cluster (CH-LEACH) based Routing Scheme for Wireless Senso...
IRJET- An Enhanced Cluster (CH-LEACH) based Routing Scheme for Wireless Senso...
 
Performance Analysis and Comparison of Routing Protocols in Wireless Sensor N...
Performance Analysis and Comparison of Routing Protocols in Wireless Sensor N...Performance Analysis and Comparison of Routing Protocols in Wireless Sensor N...
Performance Analysis and Comparison of Routing Protocols in Wireless Sensor N...
 
A survey report on mapping of networks
A survey report on mapping of networksA survey report on mapping of networks
A survey report on mapping of networks
 
Balancing stable topology and network lifetime in ad hoc networks
Balancing stable topology and network lifetime in ad hoc networksBalancing stable topology and network lifetime in ad hoc networks
Balancing stable topology and network lifetime in ad hoc networks
 
Energy Curtailing with Huddling Practices with Fuzzy in Wireless Sensor Network
Energy Curtailing with Huddling Practices with Fuzzy in Wireless Sensor NetworkEnergy Curtailing with Huddling Practices with Fuzzy in Wireless Sensor Network
Energy Curtailing with Huddling Practices with Fuzzy in Wireless Sensor Network
 
IRJET- Analysis of Energy Efficiency and Network Lifetime of Various Clus...
IRJET-  	  Analysis of Energy Efficiency and Network Lifetime of Various Clus...IRJET-  	  Analysis of Energy Efficiency and Network Lifetime of Various Clus...
IRJET- Analysis of Energy Efficiency and Network Lifetime of Various Clus...
 
AN ENHANCED HYBRID ROUTING AND CLUSTERING TECHNIQUE FOR WIRELESS SENSOR NETWORK
AN ENHANCED HYBRID ROUTING AND CLUSTERING TECHNIQUE FOR WIRELESS SENSOR NETWORKAN ENHANCED HYBRID ROUTING AND CLUSTERING TECHNIQUE FOR WIRELESS SENSOR NETWORK
AN ENHANCED HYBRID ROUTING AND CLUSTERING TECHNIQUE FOR WIRELESS SENSOR NETWORK
 
Efficient use of Energy in WSN using H-LEACH
Efficient use of Energy in WSN using H-LEACHEfficient use of Energy in WSN using H-LEACH
Efficient use of Energy in WSN using H-LEACH
 
Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for He...
Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for He...Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for He...
Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for He...
 
IRJET- Chaos based Secured Communication in Energy Efficient Wireless Sensor...
IRJET-	 Chaos based Secured Communication in Energy Efficient Wireless Sensor...IRJET-	 Chaos based Secured Communication in Energy Efficient Wireless Sensor...
IRJET- Chaos based Secured Communication in Energy Efficient Wireless Sensor...
 
IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...
IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...
IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...
 
Sierpinski carpet fractal monopole antenna for ultra-wideband applications
Sierpinski carpet fractal monopole antenna for ultra-wideband applications Sierpinski carpet fractal monopole antenna for ultra-wideband applications
Sierpinski carpet fractal monopole antenna for ultra-wideband applications
 
Energy efficient reliable routing considering residual energy in wireless ad ...
Energy efficient reliable routing considering residual energy in wireless ad ...Energy efficient reliable routing considering residual energy in wireless ad ...
Energy efficient reliable routing considering residual energy in wireless ad ...
 

Similar to AN IMPROVED ROUTING PROTOCOL SCHEME IN ADHOC NETWORKS

PERFORMANCE ANALYSIS OF ENERGY EFFICIENT SCALABLE HEIRARCHIAL PROTOCOL FOR HO...
PERFORMANCE ANALYSIS OF ENERGY EFFICIENT SCALABLE HEIRARCHIAL PROTOCOL FOR HO...PERFORMANCE ANALYSIS OF ENERGY EFFICIENT SCALABLE HEIRARCHIAL PROTOCOL FOR HO...
PERFORMANCE ANALYSIS OF ENERGY EFFICIENT SCALABLE HEIRARCHIAL PROTOCOL FOR HO...IAEME Publication
 
G-DEEC: GATEWAY BASED MULTI-HOP DISTRIBUTED ENERGY EFFICIENT CLUSTERING PROTO...
G-DEEC: GATEWAY BASED MULTI-HOP DISTRIBUTED ENERGY EFFICIENT CLUSTERING PROTO...G-DEEC: GATEWAY BASED MULTI-HOP DISTRIBUTED ENERGY EFFICIENT CLUSTERING PROTO...
G-DEEC: GATEWAY BASED MULTI-HOP DISTRIBUTED ENERGY EFFICIENT CLUSTERING PROTO...IJCI JOURNAL
 
IMPROVEMENT OF LEACH AND ITS VARIANTS IN WIRELESS SENSOR NETWORK
IMPROVEMENT OF LEACH AND ITS VARIANTS IN WIRELESS SENSOR NETWORKIMPROVEMENT OF LEACH AND ITS VARIANTS IN WIRELESS SENSOR NETWORK
IMPROVEMENT OF LEACH AND ITS VARIANTS IN WIRELESS SENSOR NETWORKIAEME Publication
 
tankala srinivas, palasa
tankala srinivas, palasatankala srinivas, palasa
tankala srinivas, palasashiva782
 
Lifetime enhanced energy efficient wireless sensor networks using renewable e...
Lifetime enhanced energy efficient wireless sensor networks using renewable e...Lifetime enhanced energy efficient wireless sensor networks using renewable e...
Lifetime enhanced energy efficient wireless sensor networks using renewable e...IJECEIAES
 
Servant-ModLeach Energy Efficient Cluster Base Routing Protocol for Large Sca...
Servant-ModLeach Energy Efficient Cluster Base Routing Protocol for Large Sca...Servant-ModLeach Energy Efficient Cluster Base Routing Protocol for Large Sca...
Servant-ModLeach Energy Efficient Cluster Base Routing Protocol for Large Sca...IRJET Journal
 
Energy Optimization in Heterogeneous Clustered Wireless Sensor Networks
Energy Optimization in Heterogeneous Clustered Wireless Sensor NetworksEnergy Optimization in Heterogeneous Clustered Wireless Sensor Networks
Energy Optimization in Heterogeneous Clustered Wireless Sensor NetworksIRJET Journal
 
IRJET- Underwater Acoustic Wsn:Routing Protocol
IRJET- Underwater Acoustic Wsn:Routing ProtocolIRJET- Underwater Acoustic Wsn:Routing Protocol
IRJET- Underwater Acoustic Wsn:Routing ProtocolIRJET Journal
 
Performance evaluation of hierarchical clustering protocols with fuzzy C-means
Performance evaluation of hierarchical clustering protocols with fuzzy C-means Performance evaluation of hierarchical clustering protocols with fuzzy C-means
Performance evaluation of hierarchical clustering protocols with fuzzy C-means IJECEIAES
 
Heterogeneous heed protocol for wireless sensor networks springer
Heterogeneous heed protocol for wireless sensor networks   springerHeterogeneous heed protocol for wireless sensor networks   springer
Heterogeneous heed protocol for wireless sensor networks springerRaja Ram
 
LOAD BALANCING AND ENERGY EFFICIENCY IN WSN BY CLUSTER JOINING METHOD
LOAD BALANCING AND ENERGY EFFICIENCY IN WSN BY CLUSTER JOINING METHODLOAD BALANCING AND ENERGY EFFICIENCY IN WSN BY CLUSTER JOINING METHOD
LOAD BALANCING AND ENERGY EFFICIENCY IN WSN BY CLUSTER JOINING METHODIAEME Publication
 
EEIT2-F: energy-efficient aware IT2-fuzzy based clustering protocol in wirel...
EEIT2-F: energy-efficient aware IT2-fuzzy based clustering  protocol in wirel...EEIT2-F: energy-efficient aware IT2-fuzzy based clustering  protocol in wirel...
EEIT2-F: energy-efficient aware IT2-fuzzy based clustering protocol in wirel...IJECEIAES
 
MULTI-HOP DISTRIBUTED ENERGY EFFICIENT HIERARCHICAL CLUSTERING SCHEME FOR H...
MULTI-HOP DISTRIBUTED ENERGY EFFICIENT  HIERARCHICAL CLUSTERING SCHEME FOR  H...MULTI-HOP DISTRIBUTED ENERGY EFFICIENT  HIERARCHICAL CLUSTERING SCHEME FOR  H...
MULTI-HOP DISTRIBUTED ENERGY EFFICIENT HIERARCHICAL CLUSTERING SCHEME FOR H...ijfcstjournal
 
MULTI-HOP DISTRIBUTED ENERGY EFFICIENT HIERARCHICAL CLUSTERING SCHEME FOR HET...
MULTI-HOP DISTRIBUTED ENERGY EFFICIENT HIERARCHICAL CLUSTERING SCHEME FOR HET...MULTI-HOP DISTRIBUTED ENERGY EFFICIENT HIERARCHICAL CLUSTERING SCHEME FOR HET...
MULTI-HOP DISTRIBUTED ENERGY EFFICIENT HIERARCHICAL CLUSTERING SCHEME FOR HET...ijfcstjournal
 
IRJET-Review on New Energy Efficient Cluster Based Protocol for Wireless Sens...
IRJET-Review on New Energy Efficient Cluster Based Protocol for Wireless Sens...IRJET-Review on New Energy Efficient Cluster Based Protocol for Wireless Sens...
IRJET-Review on New Energy Efficient Cluster Based Protocol for Wireless Sens...IRJET Journal
 

Similar to AN IMPROVED ROUTING PROTOCOL SCHEME IN ADHOC NETWORKS (20)

PERFORMANCE ANALYSIS OF ENERGY EFFICIENT SCALABLE HEIRARCHIAL PROTOCOL FOR HO...
PERFORMANCE ANALYSIS OF ENERGY EFFICIENT SCALABLE HEIRARCHIAL PROTOCOL FOR HO...PERFORMANCE ANALYSIS OF ENERGY EFFICIENT SCALABLE HEIRARCHIAL PROTOCOL FOR HO...
PERFORMANCE ANALYSIS OF ENERGY EFFICIENT SCALABLE HEIRARCHIAL PROTOCOL FOR HO...
 
G-DEEC: GATEWAY BASED MULTI-HOP DISTRIBUTED ENERGY EFFICIENT CLUSTERING PROTO...
G-DEEC: GATEWAY BASED MULTI-HOP DISTRIBUTED ENERGY EFFICIENT CLUSTERING PROTO...G-DEEC: GATEWAY BASED MULTI-HOP DISTRIBUTED ENERGY EFFICIENT CLUSTERING PROTO...
G-DEEC: GATEWAY BASED MULTI-HOP DISTRIBUTED ENERGY EFFICIENT CLUSTERING PROTO...
 
IMPROVEMENT OF LEACH AND ITS VARIANTS IN WIRELESS SENSOR NETWORK
IMPROVEMENT OF LEACH AND ITS VARIANTS IN WIRELESS SENSOR NETWORKIMPROVEMENT OF LEACH AND ITS VARIANTS IN WIRELESS SENSOR NETWORK
IMPROVEMENT OF LEACH AND ITS VARIANTS IN WIRELESS SENSOR NETWORK
 
tankala srinivas, palasa
tankala srinivas, palasatankala srinivas, palasa
tankala srinivas, palasa
 
Lifetime enhanced energy efficient wireless sensor networks using renewable e...
Lifetime enhanced energy efficient wireless sensor networks using renewable e...Lifetime enhanced energy efficient wireless sensor networks using renewable e...
Lifetime enhanced energy efficient wireless sensor networks using renewable e...
 
Servant-ModLeach Energy Efficient Cluster Base Routing Protocol for Large Sca...
Servant-ModLeach Energy Efficient Cluster Base Routing Protocol for Large Sca...Servant-ModLeach Energy Efficient Cluster Base Routing Protocol for Large Sca...
Servant-ModLeach Energy Efficient Cluster Base Routing Protocol for Large Sca...
 
Energy Optimization in Heterogeneous Clustered Wireless Sensor Networks
Energy Optimization in Heterogeneous Clustered Wireless Sensor NetworksEnergy Optimization in Heterogeneous Clustered Wireless Sensor Networks
Energy Optimization in Heterogeneous Clustered Wireless Sensor Networks
 
IRJET- Underwater Acoustic Wsn:Routing Protocol
IRJET- Underwater Acoustic Wsn:Routing ProtocolIRJET- Underwater Acoustic Wsn:Routing Protocol
IRJET- Underwater Acoustic Wsn:Routing Protocol
 
Performance evaluation of hierarchical clustering protocols with fuzzy C-means
Performance evaluation of hierarchical clustering protocols with fuzzy C-means Performance evaluation of hierarchical clustering protocols with fuzzy C-means
Performance evaluation of hierarchical clustering protocols with fuzzy C-means
 
Heterogeneous heed protocol for wireless sensor networks springer
Heterogeneous heed protocol for wireless sensor networks   springerHeterogeneous heed protocol for wireless sensor networks   springer
Heterogeneous heed protocol for wireless sensor networks springer
 
LOAD BALANCING AND ENERGY EFFICIENCY IN WSN BY CLUSTER JOINING METHOD
LOAD BALANCING AND ENERGY EFFICIENCY IN WSN BY CLUSTER JOINING METHODLOAD BALANCING AND ENERGY EFFICIENCY IN WSN BY CLUSTER JOINING METHOD
LOAD BALANCING AND ENERGY EFFICIENCY IN WSN BY CLUSTER JOINING METHOD
 
EEIT2-F: energy-efficient aware IT2-fuzzy based clustering protocol in wirel...
EEIT2-F: energy-efficient aware IT2-fuzzy based clustering  protocol in wirel...EEIT2-F: energy-efficient aware IT2-fuzzy based clustering  protocol in wirel...
EEIT2-F: energy-efficient aware IT2-fuzzy based clustering protocol in wirel...
 
ENERGY EFFICIENT ROUTING ALGORITHM
ENERGY EFFICIENT ROUTING ALGORITHMENERGY EFFICIENT ROUTING ALGORITHM
ENERGY EFFICIENT ROUTING ALGORITHM
 
Ed33777782
Ed33777782Ed33777782
Ed33777782
 
Ed33777782
Ed33777782Ed33777782
Ed33777782
 
C011131925
C011131925C011131925
C011131925
 
MULTI-HOP DISTRIBUTED ENERGY EFFICIENT HIERARCHICAL CLUSTERING SCHEME FOR H...
MULTI-HOP DISTRIBUTED ENERGY EFFICIENT  HIERARCHICAL CLUSTERING SCHEME FOR  H...MULTI-HOP DISTRIBUTED ENERGY EFFICIENT  HIERARCHICAL CLUSTERING SCHEME FOR  H...
MULTI-HOP DISTRIBUTED ENERGY EFFICIENT HIERARCHICAL CLUSTERING SCHEME FOR H...
 
MULTI-HOP DISTRIBUTED ENERGY EFFICIENT HIERARCHICAL CLUSTERING SCHEME FOR HET...
MULTI-HOP DISTRIBUTED ENERGY EFFICIENT HIERARCHICAL CLUSTERING SCHEME FOR HET...MULTI-HOP DISTRIBUTED ENERGY EFFICIENT HIERARCHICAL CLUSTERING SCHEME FOR HET...
MULTI-HOP DISTRIBUTED ENERGY EFFICIENT HIERARCHICAL CLUSTERING SCHEME FOR HET...
 
IRJET-Review on New Energy Efficient Cluster Based Protocol for Wireless Sens...
IRJET-Review on New Energy Efficient Cluster Based Protocol for Wireless Sens...IRJET-Review on New Energy Efficient Cluster Based Protocol for Wireless Sens...
IRJET-Review on New Energy Efficient Cluster Based Protocol for Wireless Sens...
 
Kanchan ppt
Kanchan pptKanchan ppt
Kanchan ppt
 

More from IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

More from IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Recently uploaded

MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
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
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGSIVASHANKAR N
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 

Recently uploaded (20)

MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
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
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 

AN IMPROVED ROUTING PROTOCOL SCHEME IN ADHOC NETWORKS

  • 1. http://www.iaeme.com/IJARET/index.asp 254 editor@iaeme.com International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 10, Issue 2, March-April 2019, pp. 254-262. Article ID: IJARET_10_02_025 Available online at http://www.iaeme.com/IJARET/issues.asp?JType=IJARET&VType=10&IType=02 ISSN Print: 0976-6480 and ISSN Online: 0976-6499 © IAEME Publication AN IMPROVED ROUTING PROTOCOL SCHEME IN ADHOC NETWORKS Syeda Kausar Fatima Associate Prof, Shadaan College of Engineering, Prof., DCET, Hyderabad, Principal NSAKCET, research Scholar JNTUH, India. Dr. Syeda Gauhar Fatima Associate Prof, Shadaan College of Engineering, Prof., DCET, Hyderabad, Principal NSAKCET, research Scholar JNTUH, India. Dr. Syed Abdul Sattar Associate Prof, Shadaan College of Engineering, Prof., DCET, Hyderabad, Principal NSAKCET, research Scholar JNTUH, India. Syed Mohd Ali Associate Prof, Shadaan College of Engineering, Prof., DCET, Hyderabad, Principal NSAKCET, research Scholar JNTUH, India. ABSTRACT Nowadays, with the rapid development of science and technology and the ever- increasing demand in every field, wireless sensor networks are emerging as a necessary scientific achievement to meet the demand of human in modern society. The wireless sensor network (WSN) is designed to help us not lose too much energy, workforce, avoid danger and they bring high efficiency to work. Various routing protocols are being used to increase the energy efficiency of the network, with two distinct types of protocols, homogenous and heterogeneous. In these two protocols, the SEP (Stable Election Protocol) is one of the most effective heterogeneous protocols which increase the stability of the network. In this paper, we propose an approaching the εFCM algorithm in clustering the SEP protocol which makes the WSN network more energy efficient. The simulation results showed that the SEP-εFCM proposed protocol performed better than the conventional SEP protocol Keywords: Wireless sensor network (WSN), Insensitive Fuzzy C-Means, Stable Election Protocol (SEP), SEP Insensitive Fuzzy C-Means. Cite this Article: Syeda Kausar Fatima, Dr. Syeda Gauhar Fatima Dr. Syed Abdul Sattar and Syed Mohd Ali, An Improved Routing Protocol Scheme in Adhoc Networks, International Journal of Advanced Research in Engineering and Technology, 10(2), 2019, pp. 254-262. http://www.iaeme.com/IJARET/issues.asp?JType=IJARET&VType=10&IType=2
  • 2. Syeda Kausar Fatima, Dr. Syeda Gauhar Fatima Dr. Syed Abdul Sattar and Syed Mohd Ali http://www.iaeme.com/IJARET/index.asp 255 editor@iaeme.com 1. INTRODUCTION The WSN is a network of interconnected sensor nodes. Sensor nodes are designed compactly and low cost. The nodes are responsible for sensing ambient conditions such as temperature, sound, vibration, humidity, pressure, etc. Sensor nodes send their sensed data to the aggregation node and transmit data to Sink (transceiver). As shown in Figure 1, Sink is transmitted over the internet or satellite to the user. In this process, we see that the CH (Cluster Head) not only listen to the signals from the nodes not also synthesize data, then transmit data on Sink so that more energy is consumed, so the routing, specifying the path of this data stream is very important. Figure 1 The basic structure of wireless sensor networks The routing protocols are divided into two types that are homogeneous and heterogeneous. Homogeneous routing protocols are nodes with the same energy level as the protocols: LEACH, TEEN, HEED, PEGASIS, APTEEN. The heterogeneous protocol is a protocol where nodes have different energy levels and are divided into two node types: The Advance node and the Normal node. In that, the Advance node has more energy and the probability of becoming a node is more than the remaining node. Popular protocols in this type of protocol are SEP [1-5], DEEC, EDEEC. SEP protocol consider the energy levels in the CH selection process and improves the stability of the hierarchical clustering process using characteristic parameters of heterogeneity, adding energy between the advance node and the normal node. In order to prolong the stabilization time, SEP strives to maintain limited energy consumption. The advance nodes will become CH more than normal nodes and will be powered more than normal nodes. However, the selection of Cluster Head in the SEP protocol has a disadvantage which from the two types of node Advance node and Normal node is not flexible, therefore, that remote nodes will die first. To solve this problem, we conducted our research about SEP and evaluated some well-known clustering algorithms such as K-Means, Fuzzy CMeans, Insensitive Fuzzy C-Means in WSN clustering. Based on the learning theory, we propose a new approach which combines the Insensitive Fuzzy C-Means algorithm into the SEP protocol which can make the WSN network more energy efficient. Additionally, we used Matlab to simulate for the new algorithm, for 140 nodes in a network 500x500, with uneven energy between nodes to show unequal influence among nodes in the network. 10% of the nodes have 1 Joule energy and 90% of nodes have 0.5 Joules energy. The position of the sink is set at (250,250) and the length of each message is 500bytes. The simulation results show that the proposed SEP-εFCM protocol performed better than the conventional SEP protocol. Our paper consists of five parts: Part 1 is introduction, Part 2 shows the related works, Part 3 proposal, Part 4 simulation results and Final Part is the conclusion. 2. RELATED WORK If the LEACH was Malik M.et al. [6] gave as a basic protocol for routing and values that are effective for WSN networks, Smaragdakis has introduced a revolutionary SEP routing
  • 3. An Improved Routing Protocol Scheme in Adhoc Networks http://www.iaeme.com/IJARET/index.asp 256 editor@iaeme.com protocol. SEP is a heterogeneous routing protocol and has proven to be more effective than the LEACH protocol. In SEP protocol, the node sensors are divided into two types of nodes: the advance node and the normal node in which the advance node is designed to have a higher energy level and the probability becomes CH node than the normal node. As shown in Figure 2 Figure 2 Flow chart of CH Selection in SEP protocol Where: ➢ G’: Normal node does not become CH. ➢ T (S’) is the threshold applied to normal node. ➢ G”: advanced node does not become CH. ➢ T(S”) is the threshold applied to advanced node. If the K-Means algorithm [5] is a well-defined clustering algorithm, it means that one node belongs only to one cluster, which is only suitable for discovering high density and isolated clusters and must define the boundary. However, in practice when deploying WSN, the boundary between clusters may be blurry, clusters may overlap, meaning that some nodes belong to different clusters. So, with this case, using the K-means algorithm will limit the functionality of the wireless sensor network, so the Fuzzy c-means (FCM) algorithm [7-9] was born to solve this problem. FCM is a fuzzy clustering algorithm developed by Dunn in 1973 and later improved by Bezděk in 1981. This technique divides a set of n-vector data objects X = {x1, ..., xn} ϵ Rs into the fuzzy groups which are based on the minimization of the objective function to measure the quality of the partition and find the cluster centers in each cluster, so that the cost of the nonsimilarity measure is minimal.
  • 4. Syeda Kausar Fatima, Dr. Syeda Gauhar Fatima Dr. Syed Abdul Sattar and Syed Mohd Ali http://www.iaeme.com/IJARET/index.asp 257 editor@iaeme.com By 1998 Vapnick proposed using the parameter ε is called a noise-sensitive parameter to resolve high-density clusters that overlap, where one node is not only attached to a cluster but can belong to one cluster or many different clusters. Since then, εFCM[10-14] has always been a top choice for fuzzy clustering. In this article the simulated results show that the selection of CH node by εFCM algorithm reduces the energy consumption of the WSN. 3. PROPOSED ALGORITHM Heterogeneous protocol SEP has been proven by Smaragdakis's to provide stability and longer lifetimes than unified protocols. However, they still contain a number of limitations, including limited clustering for high node density clusters and complex multi-dimensional distribution, clustering that leads to uneven clusters. (Less node clusters and multiple node clusters) that cause network load balancing. In this paper, we propose using the εFCM algorithm to select CH nodes for the SEP protocol, and selecting this node initially gives priority to the nodal node to take advantage of this additional energy source as CH Node to create the most stable time for the network. After the advance nodes consume the remaining energy and energy equal to the normal node, then εFCM will proceed to select CH node over the entire network, preferring that node which has more energy will be made CH node. The target function of the εFCM algorithm is defined as follows: ∑ ∑ ‖ , ‖ (1) Where ‖ , ‖ = ∑, is non-sensitive to noise are Vapnick proposed in 1998 as follows: The steps of the εFCM algorithm: Input: The number of clusters c and the parameter m, ε for the objective function J; Output: The cluster data so that the objective function (1) reaches the minimum value; Begin 1. Input parameter c (1∞) and ≥ 0;
  • 5. An Improved Routing Protocol Scheme in Adhoc Networks http://www.iaeme.com/IJARET/index.asp 258 editor@iaeme.com 1. Repeat 2. J: =j+1; 3. Calculate fuzzy partition matrix U(j) according to the formula (2); 4. Update center clusters V(j)(j) = [ 5,T5, … …, 5] according to the 5. Until V 5W − 5 X ≤ Y; formula (3) and U 6. Demonstrate result of clusters; 7. End The SEP protocol [10-12] takes into account the energy level in the main node selection process. SEP improves the stability of the hierarchical clustering process using the characteristic parameters of the heterogeneous, additional energy between the advanced node and the normal node. To prolong the stabilization time, SEP strives to maintain its energy consumption limit. Advanced nodes become CH more often than normal nodes. Advanced nodes usually have more power than the normal node. The total energy of the system varies. Assuming Eo is the initial energy of the normal node, the energy of the advanced node is set to Eo * (1 + α). The total energy needed to set up (new) is equivalent to n * (1-m) * Eo + n * m * Eo (1 + α) = n * Eo (1 + αm). Thus, the total energy of the system is increased (1 + αm) times. We can increase the stability of the sensor network (1 + αm) times. The probability that the normal node becomes CH is 1 and the advanced node becomes CH is 1 + α. If the threshold T (n) is set to normal and the advanced node differs in that the normal node of G becomes the first cluster once times and the advanced node of G becomes the first cluster 1 + α times. Pnrm is defined as the probability of selecting weights for normal nodes and the probability of selecting weights for advanced nodes. So, the weight probabilities for normal node and advanced node nodes are: Pnrm =W] W] Z [ Z [ α Padv = (1+) The function T (n) is replaced by Popt by the weight probability to obtain the selection threshold CH in each round. The threshold for normal node: T(Snrm) =another case Where: ➢ r: current loop ➢ G’: Normal node does not become CH with 1 / Pnrm last cycle per phase. ➢ T (Snrm) is the threshold applied to n (1 - m) normal node. This ensures that each normal node becomes CH once time in Z[ (1+αm) per phase and that is the average of the normal nodes becoming CH each round is n (1-m) * Pnrm - The Threshold for advanced node T(Sadv) = ^ Z@’r y Where G”: advanced node does not become CH CH in Z@’rlast cycle per phase. T(Sadv) is the threshold applied to n*m advanced node.
  • 6. Syeda Kausar Fatima, Dr. Syeda Gauhar Fatima Dr. Syed Abdul Sattar and Syed Mohd Ali http://www.iaeme.com/IJARET/index.asp 259 editor@iaeme.com We consider to this phase as the secondary stage. Each stage has 1 + α sub-stage and the advanced node becomes CH exactly 1 + α times in phase. The average of advanced node becomes CH for per cycle which has n * Padv. So, the average number of CHs per round is n * (1-m) * Pnrm + n * m * Padv = n * Popt. This is the desired number of CHs in per phase. 4. SIMULATION AND EVALUATION In this paper, we use Matlab software (R2016a) to perform simulations, for 140 nodes which have fixed coordinates in a network 500x500, with uneven energy between nodes to show unequal influence among nodes in the network. 10% of nodes have 1 Joules energy (a = 1, Popt = 0.1), 90% of nodes have 0.5 Joules energy. The position of the sink is set at (250,250), the length of each message is 500bytes, the amplification coefficient efs = 10pJ / bit / m2 and e mp = 0.0013pJ / bit / m4, the maximum number of loops is 6000.The input parameters are fixed, the author will in turn put these parameters into running SEP protocol and proposed protocol SEP_ εFCM. Then we compare between protocol combining SEP and SEP_ εFCM protocol based on metrics such as: number of live nodes, number of Dead nodes and the remaining energy of nodes. PARAMETERS VALUE Network size 500x500 BS (250,250) Rounds 6000 Iteration 200 fs 10pJ/bit/m2 mp 0.0013pJ/bit/m4 EDA 5 nJ/bit/packet E0 0.5J N 140 A 1 K 15 Popt 0.1 4.1. RESULTS AFTER THE FIRST 1200 ROUNDS In Figure 3, on the SEP protocol we see that after 1200 cycles the dead node has appeared, while in the SEP_ εFCM association we see the result after 1200 cycles in Figure 4 shows no dead node.
  • 7. An Improved Routing Protocol Scheme in Adhoc Networks http://www.iaeme.com/IJARET/index.asp 260 editor@iaeme.com Figure 3 SEP protocol after 1200 rounds Figure 4 SEP_ εFCM association protocol after 1200 rounds 4.2. NUMBER OF LIVE NODES Figure 5 show the number of alive during the network lifetime. After 800 cycles, SEP appears as the first dead node, after 2790 SEP_ εFCM loops appear. Proposed protocol is higher 21% SEP of the number of rounds that the last node dies. Therefore, the living nodes in the SEP_ εFCM combination protocol have more live nodes than the SEP protocol. After a few initial rounds are unstable, but then the number of live nodes starts to increase, this proves that the SEP_ εFCM combination protocol consumes more efficient energy than the SEP protocol. Results for the SEP_ εFCM combination protocol have improved more live nodes than the SEP protocol.
  • 8. Syeda Kausar Fatima, Dr. Syeda Gauhar Fatima Dr. Syed Abdul Sattar and Syed Mohd Ali http://www.iaeme.com/IJARET/index.asp 261 editor@iaeme.com Figure 5 Alive Node comparison between the SEP protocol and SEP_ εFCM protocol 4.3. REMAINING ENERGY In Figure 6 we find that, after 4985 round runs, the node in SEP died out and 5150 SEP_ εFCM nodes. Proposed protocol is higher 3.3% SEP. The result shows that the Remaining energy of the SEP_ εFCM matching protocol is greater than that of the SEP protocol. The results of the SEP_ εFCM combination protocol have improved the residual energy of the SEP protocol. Figure 6 Remaining energy comparison between the SEP protocol and SEP_ εFCM protocol 5. CONCLUSIONS Designing WSN network with well-functioning, flexible and easy-to-deploy for real-world applications is fraught with many difficulties, with the biggest difficulty now being the limited node power and hard to reload. Therefore, utilizing available power resources on nodes effectively reduces the energy consumption that extends the life of the entire network, which increases the life of the network.We researched the routing protocols to propose the new algorithm using the εFCM fuzzy algorithm in the selection of CH node into the SEP protocol. Simulation results suggest that our improvement has lower power consumption and
  • 9. An Improved Routing Protocol Scheme in Adhoc Networks http://www.iaeme.com/IJARET/index.asp 262 editor@iaeme.com longer network lifetime than the3.3% SEPprotocol. This helps the network extend the lifespan. REFERENCES [1] D. M. a. T. Z. K. Sohraby (2007), Wireless Sensor Network Technology, Protocol, And Application, John Wiley & Sons, Inc. [2] S. Basagni (1999), Distributed Clustering Algorithm for Ad Hoc Networks, Proc. Int’l. Symp. Parallel Architectures, Algorithms, and Networks. [3] S. B. a. S. Khuller (Apr. 2001), A Clustering Scheme for Hierarchical Control in Multihop Wireless Networks, Proc. IEEE INFOCOM. [4] Srinivas Sivarathril and A. Govardhan2 (September 2014), “Experiments on Hypothesis Fuzzy KMeans is Better Than K-Means for Clustering”, International Journal of Data Mining & Knowledge Management Process (IJDKP) Vol.4, No.5. [5] Keerthi M, M.Tech 2nd year and Dr. B. Satish Babu,Professor (August 2012), “An Improved FCM’s Clustering Protocol for Wireless Sensor Networks”, International of Electronics and Communications (IJEC), Volume-1,Issue-1. [6] Meena Malik, Yudhvir Singh, Anshu Arora (February 2013), “Analysis of LEACH Protocol in Wireless Sensor Networks”, International Journal of Advanced Research in Computer Science and Software Engineering, Volume 3, Issue 2, pp. 178-183. [7] Maurad Hadjilal, Hervé Guyennet1, Mohammed Feham (2013), “Energy-Efficient in wireless sensor networks using fuzzy C-Means clustering approach”, International Journal of Sensors and Sensor Network. [8] A. S. Raghuvanshi*, S Tiwari, R Tripathi and N. Kishor “Optimal Number of Clusters in Wireless Sensor Networks: An FCM Approach”Motilal Nehru National Institute of TechnologyAllahabad - 211004, INDIA. [9] Raja Dutta, Shishir Gupta, Mukul K. Das (November 2014), “Low-Energy Adaptive Unequal Clustering Protocol Using Fuzzy c-Means in Wireless Sensor Networks”, Wireless Personal Communications, Springer, Volume 79, Issue 2, pp. 1187-1209. [10] I. M. Georgios Smaragdakis, Azer Bestavros (2004), “SEP: A Stable Election Protocol for clustered heterogeneous wireless sensor networks”, Computer Science Department Boston Univercity Boston, MA 02215, USA. [11] G. Smaragdakis, I. Matta, A. Bestavros (2004), SEP: A Stable Election Protocol for clustered heterogeneous wireless sensor networks, in: Second International Workshop on Sensor and Actor Network Protocols and Applications (SANPA 2004). [12] K. Latif, M. Jaffar, N.Javaid, M. N. Saqib, U. Qasim, Z. A. Khan (2012), “Performance Analysis of Hierarchical Routing Protocols in Wireless Sensor Networks” arXiv : 1208.2397v1 [cs.NI]. [13] Dr. Firas Ali Al-Juboori, Eng. Sura F. Ismail (2013) “Performance Analysis of Variable Energy Levels of Clustering Protocols for Wireless Sensor Network” IJCSI International Journal of Computer Science Issues, Vol.10, No 1. [14] Bharti Kandari, Rajdeep Singh (2014) “K-SEP: A more stable SEP using K-Means Clustering and Probabilistic Transmission in WSN” INPRESSCO International Journal of Current Engineering and Technology, Vol.4, No.4.