Sie sind auf Seite 1von 11

Asian Journal of Applied Science and Technology (AJAST)

(Open Access Quarterly International Journal) Volume 1, Issue 9, Pages 380-390, 2017

Ring Structured Clustering Algorithm in Wireless Sensor Networks Using


Integrated Clustering
Dr.E.Gajendran
Associate Professor, Department of Computer Science and Engineering, Sree Dattha Group of Institutions, Hyderabad, India.

Article Received: 15 August 2017 Article Accepted: 30 September 2017 Article Published: 12 December 2017

ABSTRACT

The cluster head is selected by the sensor nodes in the relevant cluster and may also possible by the user to pre-assign the cluster heads. The cluster
head is used to transmit the aggregated data to the sink or base station. In this paper, a model of distributed layer-based clustering algorithm is
proposed based on three concepts. First, the aggregated data is forwarded from cluster head to the base station through cluster head of the next higher
layer with shortest distance between the cluster heads. Second, cluster head is elected based on the clustering factor, which is the combination of
residual energy and the number of neighbors of a particular node within a cluster. Third, each cluster has a crisis hindrance node, which does the
function of cluster head when the cluster head fails to carry out its work in some critical conditions. The key aim of the proposed algorithm is to
accomplish energy efficiency and to prolong the network lifetime.
Keywords: Wireless sensor network (WSN), distributed clustering algorithm, cluster head, residual energy, energy efficiency, network lifetime.

1. INTRODUCTION
The dynamic environment of wireless sensor network introduces exclusive confronts like data management,
accuracy, coverage, security and software configuration. One of the vital contemplations in wireless sensor nodes is
the route maintenance when the node moves. The conservative protocols for static sensor network are to be
optimized carefully when mobility is introduced. To learn the performance of these protocols, the mobility patterns
and mobility metrics have to be subjectively considered. Since WSNs has many advantages like self-organization,
infrastructure-free, fault-tolerance and locality, they have a wide variety of potential applications like border
security and surveillance, environmental monitoring and forecasting, wildlife animal protection and home
automation, disaster management and control. Considering that sensor nodes are usually deployed in remote
locations, it is impossible to recharge their batteries. Therefore, ways to utilize the limited energy resource wisely to
extend the lifetime of sensor networks is a very demanding research issue for these sensor networks.

Figure 1: Different components of a wireless sensor node

Clustering [2-7] is an effectual topology control approach, which can prolong the lifetime and increase scalability
for these sensor networks. The popular criterion for clustering technique (figure 2) is to select a cluster head (CH)

380 | P a g e Online ISSN: 2456-883X Impact Factor: 1.805 Website: www.ajast.net


Asian Journal of Applied Science and Technology (AJAST)
(Open Access Quarterly International Journal) Volume 1, Issue 9, Pages 380-390, 2017

with more residual energy and to spin them periodically. The basic idea of clustering algorithms is to use the data
aggregation [8-11] mechanism in the cluster head to lessen the amount of data transmission. Clustering goes behind
some advantages like network scalability, localizing route setup, uses communication bandwidth [17] efficiently
and takes advantage of network lifetime [12-16]. By the data aggregation process, unnecessary communication
between sensor nodes, cluster head and the base station is evaded. In this paper, a well-defined model of distributed
layer-based clustering algorithm is proposed based of three concepts: the aggregated data is forwarded from the
cluster head to the base station through cluster head of the next higher layer with shortest distance between the
cluster heads, cluster head is elected based on the clustering factor and the crisis hindrance node does the function
of cluster head when the cluster head fails to carry out its work. The prime aim of the proposed algorithm is to attain
energy efficiency and increased network lifetime.

Figure 2: Cluster formation in a wireless sensor network

The rest of this paper is structured as follows. A literature review of existing distributed clustering algorithms,
talking about their projected advantages and shortcomings is profoundly conversed in Section 2. An evaluation of
the existing clustering algorithm LEACH (Low Energy Adaptive Clustering Hierarchy) and the basic concept
behind this algorithm is briefed in Section 3. Section 4 sketches a precise model of the proposed distributed
layer-based clustering algorithm, enumerating the precious hiding concepts behind it. Finally, the last section gives
the conclusion creatively.

2. EXISTING CLUSTERING ALGORITHMS


Nagpal and Coore proposed CLUBS [18-20], which is executed with an idea to form overlapping clusters with
maximum cluster diameter of two hops. The clusters are created by local broadcasting and its convergence depends
on the local density of the wireless sensor nodes. This algorithm can be implemented in asynchronous environment

381 | P a g e Online ISSN: 2456-883X Impact Factor: 1.805 Website: www.ajast.net


Asian Journal of Applied Science and Technology (AJAST)
(Open Access Quarterly International Journal) Volume 1, Issue 9, Pages 380-390, 2017

without dropping efficiency. The main difficulty is the overlapping of clusters, clusters having their CHs within one
hop range of each other, thereby both the clusters will collapse and CH election process will get restarted.
Demirbas, Arora and Mittal brought out FLOC [21], which shows double-band nature of wireless radio-model for
communication. The nodes can commune reliably with the nodes in the inner-band and unreliably with the nodes
that are in the outer-band. The chief disadvantage of the algorithm is, the communication between the nodes in the
outer band is unreliable and the messages have maximum probability of getting lost during communication.

Ye, Li, Chen and Wu proposed EECS [22-26], which is based on a supposition that all CHs can communicate
directly with the BS. The clusters have variable size, those closer to the CH are larger in size and those farther from
CH are smaller in size. It is really energy efficient in intra-cluster communication and shows an excellent
improvement in network lifetime. EEUC is anticipated for uniform energy consumption within the sensor network.
It forms dissimilar clusters, with a guessing that each cluster can have variable sizes. Probabilistic selection of CH
is the focal shortcoming of this algorithm. Few nodes will be gone without being part of any cluster.

Yu, Li and Levy proposed DECA, which selects CH based on residual energy, connectivity and a node identifier. It
is greatly energy efficient, as it uses lesser messages for CH selection. The main trouble with this algorithm is that
high risk of wrong CH selection which leads to the discarding of every packets sent by the wireless sensor node.
Ding, Holliday and Celik proposed DWEHC, which elects CH on the basis of weight, a combination of nodes’
residual energy and its distance to the neighboring nodes. It produces well balanced clusters, independent of
network topology. A node possessing largest weight in a cluster is designated as CH. The algorithm constructs
multilevel clusters and the nodes in every cluster reach CH by relaying through other intermediate nodes. The
foremost problem occurs due to much energy utilization by several iterations until the nodes settle in most energy
efficient topology.

HEED is a well distributed clustering algorithm in which CH selection is done by taking into account the residual
energy of the nodes and intra-cluster communication cost leading to prolonged network lifetime. It is clear that it
can have variable cluster count and supports heterogeneous sensors. The problems with HEED are its application
narrowed only to static networks, the employment of complex methods and multiple clustering messages per node
for CH selection even though it prevents random selection of CH.

3. LEACH ALGORITHM
LEACH [1] is one of the most well-liked clustering mechanisms for WSNs and it is considered as the representative
energy efficient protocol. In this protocol, sensor nodes are unified together to form a cluster. In each cluster, one
sensor node is chosen arbitrarily to act as a cluster head (CH), which collects data from its member nodes,
aggregates them and then forwards to the base station. It disperses the operation unit into many rounds and each
round consists of two phases: the set-up phase and the steady phase. During the set-up phase, initial clusters are
fashioned and cluster heads are selected. All the wireless sensor nodes produce a random number between 0 and 1.

382 | P a g e Online ISSN: 2456-883X Impact Factor: 1.805 Website: www.ajast.net


Asian Journal of Applied Science and Technology (AJAST)
(Open Access Quarterly International Journal) Volume 1, Issue 9, Pages 380-390, 2017

If the number is lesser than the threshold, then the node selects itself as the cluster head for the present round. The
threshold for cluster head selection in LEACH for a particular round is given in equation 1.Gone selecting itself as
a CH, the sensor node broadcasts an advertisement message which has its own ID. The non-cluster head nodes can
formulate an assessment, which cluster to join based on the strength of the received advertisement signal. After the
decision is made, every non-cluster head node should transmit a join- request message to the chosen cluster head to
specify that it will be a member of the cluster.

Therefore, it can receive every data from the nodes within their own clusters. On receiving the data from the cluster,
the cluster head carries out data aggregation mechanism and onwards it to the base station directly. This is the entire
mechanism of the steady state phase. After a certain predefined time, the network will step into the next round.
LEACH is the basic clustering protocol which processes cluster approach and it can prolong the network lifetime in
comparison with other multi-hop routing and static routing. However, there are still some hiding problems that
should be considered.

LEACH does not take into account the residual energy to elect cluster heads and to construct the clusters. As a
result, nodes with lesser energy may be elected as cluster heads and then die much earlier. Moreover, since a node
selects itself as a cluster head only according to the value of the calculated probability, it is hard to guarantee the
number of cluster heads and their distribution. Also in LEACH clustering algorithm, the cluster heads are selected
randomly and hence the weaker nodes drain easily. To rise above these shortcomings in LEACH, a model of
distributed layer-based clustering algorithm is proposed, where clusters are arranged in to hierarchical layers.
Instead of cluster heads directly sending the aggregated data to the base station, sends them to their next layer
nearer cluster heads. These cluster heads send their data along with that received from lower level cluster heads to
the next layer nearer cluster heads. The cumulative process gets repeated and finally the data from all the layers
reach the base station. The proposed model is dedicated with some expensive designs, focusing on reduced energy
utilization and improved network lifetime of the sensor network.

4. THE PROPOSED ALGORITHM


The proposed clustering algorithm is well distributed, where the sensor nodes are deployed randomly to sense the
target environment. The nodes are divided into clusters with each cluster having a CH. The nodes throw the
information during their TDMA timeslot to their respective CH which fuses the data to avoid redundant
information by the process of data aggregation. The aggregated data is forwarded to the BS. Compared to the
existing algorithms, the proposed algorithm has three distinguishing features. First, the aggregated data is
forwarded from the cluster head to the base station through cluster head of the next higher layer with shortest
distance between the cluster heads. Second, cluster head is elected based on the clustering factor, which is the
combination of residual energy and the number of neighbors of a particular node within a cluster. Third, each
cluster has a crisis hindrance node, which does the function of cluster head when the cluster head fails to carry out
its work in some conditions.

383 | P a g e Online ISSN: 2456-883X Impact Factor: 1.805 Website: www.ajast.net


Asian Journal of Applied Science and Technology (AJAST)
(Open Access Quarterly International Journal) Volume 1, Issue 9, Pages 380-390, 2017

Figure 3: Aggregated data forwarding in the proposed algorithm

In a network of N nodes, each node is assigned with an exclusive Node Identity (NID). The NID just serves as
recognition of the nodes and has no relationship with location or clustering. The CH will be placed at the center and
the nodes will be organized in to several layers around the CH. Every clusters are arranged into hierarchical layers
and layer numbers are assigned to each cluster. The cluster that is far away from the base station is designated as the
lowest layer and the cluster nearer to the base station is designated as the highest layer.

Figure 4: Mechanism of cluster head selection in the proposed algorithm

384 | P a g e Online ISSN: 2456-883X Impact Factor: 1.805 Website: www.ajast.net


Asian Journal of Applied Science and Technology (AJAST)
(Open Access Quarterly International Journal) Volume 1, Issue 9, Pages 380-390, 2017

The main characteristic feature of the proposed algorithm is that the lowest layer cluster head forwards only its own
aggregated data to the next layer cluster head but the highest layer forwards all the aggregated data from the
preceding cluster heads to the base station (figure 3). Thus lower workload is assigned to the lower layers but the
higher layers are assigned with greater workload. The workload assigned to a particular cluster head is directly
proportional to the energy utilization of the cluster head. In order to balance the energy utilization among the cluster
head, the concept of variable transmission power is employed, where the transmission power reduces with increase
in layer numbers. In LEACH, each cluster head forwards the aggregated data to the base station directly which uses
much energy. The proposed algorithm uses a multi-hop fashion of data forwarding from cluster head to the base
station resulting in reduced energy utilization.

The cluster head is elected based on the clustering factor (figure 4), which is the combination of residual energy and
the number of neighbors of a particular node within a cluster. Residual energy is defined as the energy remaining
within a particular node after some number of rounds. This is generally believed as one of the main parameter for
CH selection in the proposed algorithm. A neighboring node is a node that remains closer to a particular node
within one hop distance. LEACH selects cluster head only based on residual energy, but in the proposed algorithm
an additional parameter is included basically to elect the cluster head properly, thereby to reduce the node death
rate. The main characteristic feature of the proposed algorithm compared to LEACH is that, the base station does
not involve in clustering process directly or indirectly. A node with highest clustering factor is selected as cluster
head for the current round. This is generally significant in mobile environment, when the sensor nodes move, the
number of neighbors vary which should be taken into account but it is barely not concentrated in the LEACH
clustering mechanism.

In a cluster with large number of nodes, cluster crisis does not affect the overall performance of the wireless sensor
system. But in the case of network with less number of nodes, cluster crisis greatly affects the wireless sensor
system. Care should be done when cluster head selection process by applying alternate recovery mechanisms. In
addition to the regular cluster head, additional cluster node is assigned the task of secondary cluster head, and the
particular node is called as crisis hindrance node. Generally the cluster collapses when the cluster head fails. In such
situations, crisis hindrance node act as cluster head and recovers the cluster. The main characteristic feature of the
proposed algorithm is that, the crisis hindrance node solely performs the function of recovery mechanism and does
not involve in sensing process. In case of LEACH, the distribution and the loading of CHs to all nodes in the
networks is not uniform by switching the cluster heads periodically. Hence, there is a maximum probability of a
cluster to be collapsed easily, but it can be avoided in the proposed algorithm with the help of crisis hindrance node.

5. CONCLUSION
The key aim of this work is to design an energy efficient clustering algorithm for mobile wireless sensor network
that operates in unattended and sometimes in hostile environments. As the sensor nodes are resource constrained
(specially limited energy and limited on-board storage), the algorithm should consume low power and should not

385 | P a g e Online ISSN: 2456-883X Impact Factor: 1.805 Website: www.ajast.net


Asian Journal of Applied Science and Technology (AJAST)
(Open Access Quarterly International Journal) Volume 1, Issue 9, Pages 380-390, 2017

burden the nodes with storage overhead. This paper gives a brief introduction on clustering process in wireless
sensor networks. A study on the well evaluated distributed clustering algorithm Low Energy Adaptive Clustering
Hierarchy (LEACH) is described artistically. To overcome the drawbacks of the existing LEACH algorithm, a
model of distributed layer-based clustering algorithm is proposed for clustering the wireless sensor nodes. The
proposed distributed clustering algorithm is based on the aggregated data being forwarded from the cluster head to
the base station through cluster head of the next higher layer with shortest distance between the cluster heads. The
selection of cluster head is based on the clustering factor, which is the combination of residual energy and the
number of neighbors of a particular node within a cluster. Also each cluster has a crisis hindrance node.

REFERENCES
[1] W.B.Heinzelman, A.P.Chandrakasan, H.Balakrishnan, (2002), “An application specific protocol architecture
for wireless microsensor networks”, IEEE Transactions on Wireless Communication Volume 1, Number 4,
Pages 660-670.
[2] O.Younis, S.Fahmy, (2004), “HEED: A hybrid energy-efficient distributed clustering approach for adhoc
sensor networks”, IEEE Transactions on Mobile Computing, Volume 3, Number 4, Pages 366-379.
[3] S.Zairi, B.Zouari, E.Niel, E.Dumitrescu, (2012), “Nodes self-scheduling approach for maximizing wireless
sensor network lifetime based on remaining energy” IET Wireless Sensor Systems, Volume 2, Number 1,
Pages 52-62.
[4] I.Akyildiz, W.Su, Y.Sankarasubramaniam, E.Cayirci, (2002), “A Survey on sensor networks”, IEEE
Communications Magazine, Pages 102-114.
[5] Boselin Prabhu S. R. and Pradeep M., “Analysis of Large Scale Wireless Sensor Network for Energy
Efficiency”, Star International Journal, Volume 5, Issue 3(1), Pages 07-11, March 2017.
[6] Boselin Prabhu S. R. and Pradeep M., “An Analysis of Smart Irrigation System Using Wireless Sensor
Network”, Star International Journal, Volume 5, Issue 3(1), Pages 12-17, March 2017.
[7] Boselin Prabhu S. R. and Pradeep M., “Parametric Analysis of Varying Greenhouse Gases Using Wireless
Sensor Network”, Star International Journal, Volume 5, Issue 3(1), Pages 08-23, March 2017.
[8] Boselin Prabhu S. R. and N.Balakumar, “A Research on Dissimilar Categorization of Basic Electrical
Generator”, OMICS Journal of Electrical & Electronic Systems, Volume 6, Issue 1, February 2017.
[9] Boselin Prabhu S. R. and N.Balakumar, “Energy Efficient Enhancement and Initial Cost Saving Mechanisms
for Petrochemical Manufacturing Industrial”, OMICS Journal of Petroleum & Environmental Biotechnology,
Volume 8, Issue 1, February 2017.
[10] Boselin Prabhu S. R., N.Balakumar and A.Johnson Antony, “Evolving Constraints in Military Applications
using Wireless Sensor Networks”, International Journal of Advanced Research in Mechanical Engineering &
Technology, Volume 2, Issue 4, pp.19-22, Oct. - Dec. 2016.
[11] Boselin Prabhu S. R., N.Balakumar and A.Johnson Antony, “Mechanism in Improving the Performance of
Disabled using Embedded Systems”, International Journal of Advanced Research in Mechanical Engineering
& Technology, Volume 2, Issue 4, pp.23-28, Oct. - Dec. 2016.
[12] Boselin Prabhu S. R., N.Balakumar and A.Johnson Antony, “Modern Techniques to Attain Smart Vehicular
Schemes using Embedded Systems”, International Journal of Advanced Research in Mechanical Engineering
& Technology, Volume 2, Issue 4, pp.34-38, Oct. - Dec. 2016.
[13] Boselin Prabhu S. R., N.Balakumar and A.Johnson Antony, “An Evaluation of Greenhouse Parameters Using
[14] Embedded Sensor Networks”, International Journal of Advanced Research in Mechanical Engineering &
Technology, Volume 2, Issue 4, pp.39-44, Oct. - Dec. 2016.
[15] Boselin Prabhu S. R., “A Research on Sensors and Positioning of INSAT-3D”, International Journal of
Advanced Research Foundation, Volume 4, Issue 1, pp. 35-35, January 2017.
[16] Boselin Prabhu S. R., “Budding Research Challenges in Electronics and Communication Domain”,
International Journal of Science, Engineering and Technology, Volume 5, Issue 1, pp. 14-55, January 2017.
[17] Boselin Prabhu S. R. and Pradeep M., “Monitoring the Activities of Human Heart: A Brief Assessment”,
Asian Journal of Applied Science and Technology (AJAST), Volume 1, Issue 1, Pages 36-37, February 2017.

386 | P a g e Online ISSN: 2456-883X Impact Factor: 1.805 Website: www.ajast.net


Asian Journal of Applied Science and Technology (AJAST)
(Open Access Quarterly International Journal) Volume 1, Issue 9, Pages 380-390, 2017

[18] Boselin Prabhu S. R. and Pradeep M., “Technical Issues while Forming Clusters in a Wireless Sensor
Network”, Asian Journal of Applied Science and Technology (AJAST), Volume 1, Issue 1, Pages 34-35,
February 2017.
[19] Boselin Prabhu S. R. and Gajendran E., “Military Applications of Wireless Sensor Network System”,
Scientific Digest-A Multidisciplinary Journal of Scientific Research & Education, December-2016, Volume: 2,
Issue: 12, pp. 164-168.
[20] Boselin Prabhu S. R., N.Balakumar and A.Johnson Antony, “A Novel LEACH Based Protocol for Distributed
Wireless Sensor Network”, International Journal of Innovative Research in Technology, Volume 3, Issue 8, pp.
177-184, January 2017.
[21] Boselin Prabhu S. R., N.Balakumar and A.Johnson Antony, “Wireless Sensor Network Based Smart
Environment Applications”, International Journal of Innovative Research in Technology, Volume 3, Issue 8,
pp.153-162, January 2017.
[22] Boselin Prabhu S. R. and Gajendran E., “A Novel Systematic Approach for Aiding the Incapacitated
Individual”, Scientific Digest-A Multidisciplinary Journal of Scientific Research & Education,
December-2016, Volume: 2, Issue: 12, pp. 169-174.
[23] Boselin Prabhu S. R. and Gajendran E., “Monitoring Climatic Conditions using Wireless Sensor Networks”,
Scientific Digest-A Multidisciplinary Journal of Scientific Research & Education, January-2017, Volume: 3,
Issue: 1, pp. 179-184.
[24] Boselin Prabhu S. R. and Gajendran E., “Enhanced Battlefield Surveillance Methodology using Wireless
Sensor Network”, Scientific Digest-A Multidisciplinary Journal of Scientific Research & Education, 3(1),
January-2017, Volume: 3, Issue: 1, pp. 185-190.
[25] Boselin Prabhu S. R., N.Balakumar and A.Johnson Antony, “An Illustration of Optic Sensors in Recent
Research Domains”, International Journal of Innovative Research in Technology, Volume 3, Issue 8, pp.
169-176, January 2017.
[26] Boselin Prabhu S. R., N.Balakumar and A.Johnson Antony, “Management Strategies for Voice Based
Communication towards Emerging Networks”, International Journal of Innovative Research in Technology,
Volume 3, Issue 8, pp. 185-190, January 2017.
[27] Boselin Prabhu S. R., N.Balakumar and A.Johnson Antony, “Evolving Constraints in Military Applications
using Wireless Sensor Networks”, International Journal of Innovative Research in Computer Science &
Technology, Volume 5, Issue-1, pp. 184-187, January 2017.
[28] Boselin Prabhu S. R., N.Balakumar and A.Johnson Antony, “Human Assistance Mechanism using Real World
Embedded Systems”, International Journal of Innovative Research in Computer Science & Technology,
Volume 5, Issue-1, pp. 188-193, January 2017.
[29] Boselin Prabhu S. R., N.Balakumar and A.Johnson Antony, “A Research on Smart Transportation using
Sensors and Embedded Systems”, International Journal of Innovative Research in Computer Science &
Technology, Volume 5, Issue-1, pp. 198-202, January 2017.
[30] Boselin Prabhu S. R., N.Balakumar and A.Johnson Antony, “Constraints over Greenhouse Detection using
Wireless Sensor Networks”, International Journal of Innovative Research in Computer Science & Technology,
Volume 5, Issue-1, pp. 203-208, January 2017.
[31] Boselin Prabhu S. R. and Gajendran E., “Systematic Analysis of Congestion Control in WDM Mesh
Networks”, Asian Journal of Applied Science and Technology (AJAST), Volume 1, Issue 1, pp. 01-04,
February 2017.
[32] Boselin Prabhu S. R. and Gajendran E., “Embedding Hierarchical Concept of Clustering for Large Scale
Sensor Network”, Asian Journal of Applied Science and Technology (AJAST), Volume 1, Issue 1, pp. 05-08,
February 2017.
[33] Boselin Prabhu S. R. and Gajendran E., “An Investigation on Enlightening Performance in an Overburdened
Highway System by Integrating Roadside Technologies”, International Journal of Advances in Engineering
Research (IJAER), Vol. No. 12, Issue No. V, November 2016, pp. 06-15.
[34] Boselin Prabhu S. R. and Gajendran E., “Application of Robots for Smart Crop Cultivation in Rural
Community Environments”, International Journal of Advances in Engineering Research (IJAER), Vol. No. 12,
Issue No. V, November 2016, pp. 26-37.
[35] Boselin Prabhu S. R. and Gajendran E., “An Investigation on Monitoring Cardiac Activities Using
Microcontroller”, International Journal of Advances in Engineering Research (IJAER), Vol. No. 12, Issue No.
V, November 2016, pp. 16-25.

387 | P a g e Online ISSN: 2456-883X Impact Factor: 1.805 Website: www.ajast.net


Asian Journal of Applied Science and Technology (AJAST)
(Open Access Quarterly International Journal) Volume 1, Issue 9, Pages 380-390, 2017

[36] Boselin Prabhu S. R. and Gajendran E., “An Investigation on Future Wireless Communication Technologies
and Applications”, International Journal of Advances in Engineering Research (IJAER), Vol. No. 12, Issue No.
VI, December 2016, pp. 01-08.
[37] Boselin Prabhu S. R. and Gajendran E., “Novel Methodologies to Prevent Loss of Human Life in Battlefield
Using Sensors”, International Journal of Advances in Engineering Research (IJAER), Vol. No. 12, Issue No.
VI, December 2016, pp. 09-18.
[38] Boselin Prabhu S. R. and Gajendran E., “Developments of Clustering Hierarchy for Wireless Sensor
Networks”, International Journal of Current Engineering and Scientific Research, Vol. No. 04, Issue No. 01,
2017, pp. 28-32.
[39] Boselin Prabhu S. R. and Gajendran E., “Integrating the Concept of Ant Based Clustering for Dense WSN
Fields”, International Journal of Current Engineering and Scientific Research, Vol. No. 04, Issue No. 01, 2017,
pp. 33-39.
[40] Boselin Prabhu S. R. and Gajendran E., “Evaluation and Rectification of Security Issues in Embedded
Systems”, International Journal of Current Engineering and Scientific Research, Vol. No. 04, Issue No. 01,
2017, pp. 40-46.
[41] Boselin Prabhu S. R. and Gajendran E., “Highly Competent Clustering Mechanism for Connecting Wireless
Sensor Network Fields”, International Journal of Inventions in Engineering & Science Technology, Vol. No.
02, January-December 2016.
[42] Boselin Prabhu S. R. and Gajendran E., “Smart Oil Field Management Using Wireless Communication
Techniques”, International Journal of Inventions in Engineering & Science Technology, Vol. No. 02,
January-December 2016, pp. 100-107.
[43] Boselin Prabhu S. R. and Gajendran E., “Monitoring Atmospheric Conditions Using Distributed Sensors”,
International Journal of Inventions in Engineering & Science Technology, Vol. No. 02, January-December
2016, pp. 108-120.
[44] Boselin Prabhu S. R. and Gajendran E., “An Investigation on Remote Controlled Tank Using Sensors for
Defense Applications”, International Journal of Innovations in Scientific Engineering, Vol. No. 03,
January-June 2016, pp. 44-51.
[45] Boselin Prabhu S. R. and Gajendran E., “Self-Initializing Wireless Sensor Based Combat Surveillance
System”, International Journal of Innovations in Scientific Engineering, Vol. No. 03, January-June 2016, pp.
52-60.
[46] Boselin Prabhu S. R. and Gajendran E., “Integrating Modern Technologies for Wireless Charger for Mobile
Phone Systems”, International Journal of Innovations in Scientific Engineering, Vol. No. 03, January-June
2016, pp. 61-68.
[47] Boselin Prabhu S. R. and Gajendran E., “A Research on Robotic Application of Embedded Systems for
Enhanced Security”, International Journal of Universal Science and Engineering, Vol. No. 02,
January-December 2016, pp. 11-17.
[48] Boselin Prabhu S. R. and Gajendran E., “An Investigation on Sensor Based Recognition System for Disabled”,
International Journal of Universal Science and Engineering, Vol. No. 02, January-December 2016, pp. 18-29.
[49] Boselin Prabhu S. R. and Gajendran E., “Contemporary Challenges in Environmental Monitoring Application
of Wireless Sensors”, International Journal of Universal Science and Engineering, Vol. No. 02,
January-December 2016, pp. 30-40.
[50] Boselin Prabhu S. R. and Gajendran E., “An Analysis of Fiber Optic Sensors and Biosensors towards Real
World Applications”, International Journal of Advanced Computing and Electronics Technology, Vol. No. 04,
Issue 01, pp. 01-05, January 2017.
[51] Boselin Prabhu S. R. and Gajendran E., “Certain Investigations of Distributed Clustering Schemes for
Wireless Sensor Networks”, International Journal of Advanced Computing and Electronics Technology, Vol.
No. 04, Issue 01, pp. 10-17, January 2017.
[52] Boselin Prabhu S. R. and Gajendran E., “Prospective Applications of Wireless Sensor Node and Wireless
Sensor Network”, International Journal of Advanced Computing and Electronics Technology, Vol. No. 04,
Issue 01, pp. 18-26, January 2017.
[53] Boselin Prabhu S. R. and Gajendran E., “A Novel Call Admission Control Methodology for Long-Term
Evolution Networks”, International Journal of Advanced Computing and Electronics Technology, Vol. No. 04,
Issue 01, pp. 41-45, January 2017.
[54] Boselin Prabhu S. R. and Gajendran E., “An Investigation of Medical Applications of Integrated Sensor
Networks”, International Journal of Advanced Computing and Electronics Technology, Vol. No. 04, Issue 01,
pp. 46-50, January 2017.

388 | P a g e Online ISSN: 2456-883X Impact Factor: 1.805 Website: www.ajast.net


Asian Journal of Applied Science and Technology (AJAST)
(Open Access Quarterly International Journal) Volume 1, Issue 9, Pages 380-390, 2017

[55] Boselin Prabhu S. R. and Gajendran E., “Emerging Application Mechanisms of Optical Fiber Sensors”,
International Journal of Environmental and Social Sustainability (IJESS), Vol. No. 02, pp. 18-21, March 2016
– February 2017.
[56] Boselin Prabhu S. R. and Gajendran E., “Prolonging Lifetime in Wireless Sensor Networks using Enhanced
Hierarchy”, International Journal of Environmental and Social Sustainability (IJESS), Vol. No. 02, pp. 22-28,
March 2016 – February 2017.
[57] Boselin Prabhu S. R. and Gajendran E., “Emerging Human Centric Domains of Wireless Sensor Network”,
International Journal of Environmental and Social Sustainability (IJESS), Vol. No. 02, pp. 29-36, March 2016
– February 2017.
[58] Boselin Prabhu S. R. and Gajendran E., “Technology to Avoid Accidents in Overburdened Highways”,
International Journal for Technological Research in Engineering, Volume 4, Issue 5, pp. 721-725,
January-2017.
[59] Boselin Prabhu S. R. and Gajendran E., “Applications of Wireless Sensor Networks in Battlefield
Surveillance”, International Journal for Technological Research in Engineering, Volume 4, Issue 5, pp.
742-746, January-2017.
[60] Boselin Prabhu S. R. and Gajendran E., “Enduring Applications of Mobile Based Communication Systems”,
International Journal for Technological Research in Engineering, Volume 4, Issue 5, pp. 737-741,
January-2017.
[61] Boselin Prabhu S. R. and Gajendran E., “Automation of Agricultural Fields Using Sensors and
Microcontroller”, International Journal for Technological Research in Engineering, Volume 4, Issue 5, pp.
731-736, January-2017.
[62] Boselin Prabhu S. R. and Gajendran E., “Monitoring Health Issues Using Embedded Systems”, International
Journal for Technological Research in Engineering, Volume 4, Issue 5, pp. 726-730, January-2017.
[63] Boselin Prabhu S.R. and Sophia S., “Distributed Clustering Mechanism in Dense Wireless Sensor Network”,
Research Journal of Engineering and Technology, 7(1), pp. 19-23, October 2016.
[64] Boselin Prabhu S. R. and Balakumar N., “Methodology for Improving Security Issues and Reducing
Vulnerability in Microprocessors”, International Journal of Advances in Agricultural Science and Technology,
Vol.3, Issue.6, November- 2016, pp. 60-65.
[65] Boselin Prabhu S. R. and Balakumar N., “Smart Antenna and RFID Technology Enabled Wireless Charger for
Mobile Phone Batteries”, International Journal of Current Engineering and Scientific Research, Vol. 3, Issue.
12, December 2016, pp. 66-70.
[66] Boselin Prabhu S. R., “Editor’s Note”, Journal of Electrical and Electronic Systems (JEES), Volume 5, Issue 3,
December 2016, pp. 01-02.
[67] Boselin Prabhu S. R. and Balakumar N., “Methodology for Improving Security Issues and Reducing
Vulnerability in Microprocessors International Journal of Advances in Agricultural Science and Technology,
Vol. 3, No. 6, November 2016, pp. 60-65.
[68] Boselin Prabhu S. R. and Balakumar N., “Research Insights in Clustering for Sparsely Distributed Wireless
Sensor Network”, International Journal of Advances in Engineering Research (IJAER), Vol. No. 12, Issue No.
IV, October 2016, pp. 13-24.
[69] Boselin Prabhu S. R. and Balakumar N., “Highly Scalable Energy Efficient Clustering Methodology for
Sensor Networks”, International Journal of Advances in Engineering Research (IJAER), Vol. No. 12, Issue No.
IV, October 2016, pp. 01-12.
[70] Boselin Prabhu S. R. and Balakumar N., “Functionalities and Recent Real World Applications of Biosensors”,
International Journal of Computer Science & Communication Networks, Vol 6 Issue 5, pp. 211-216.
[71] Boselin Prabhu S. R. and Balakumar N., “A Research on Efficient Processor Design Structure with Reduced
Memory Gap”, International Journal of Research in Electronics and Computer Engineering, Vol. 4, Issue 4,
Oct-Dec 2016, pp. 158-164.
[72] Boselin Prabhu S.R., Rajeswari P. and Dinesh Kumar A., “An Analytical Review of Fiber-Optic Sensors and
Biosensors, Journal of Engineering, Scientific Research and Applications, Volume 2, Issue 1, 2016, pp. 58-61.
[73] Boselin Prabhu S.R., Balakumar N., Rajeswari P. and Dinesh Kumar A., “Wireless Electricity Transfer
Methodologies Using Embedded System Technology”, Journal of Engineering, Scientific Research and
Applications, Volume 2, Issue 1, 2016, pp. 81-89.
[74] Boselin Prabhu S.R., Rajeswari P. and Dinesh Kumar A., “Analysis of Decentralized Clustering Hierarchy for
Highly Distributed WSN”, Journal of Engineering, Scientific Research and Applications, Volume 2, Issue 1,
2016, pp. 45-49.

389 | P a g e Online ISSN: 2456-883X Impact Factor: 1.805 Website: www.ajast.net


Asian Journal of Applied Science and Technology (AJAST)
(Open Access Quarterly International Journal) Volume 1, Issue 9, Pages 380-390, 2017

[75] Boselin Prabhu S. R., “Reliable Security Approach for Wireless Embedded Systems”, International Journal of
Emerging Technology and Innovative Engineering, Vol. 2, Issue 11, November 2016, pp. 402-406.
[76] Boselin Prabhu S. R., “An Elaborative Literature of Hierarchical Clustering Methodologies for Dense WSNs”,
SK International Journal of Multidisciplinary Research Hub, Volume 3, Issue 11, November 2016, pp. 15-19.
[77] Boselin Prabhu S. R., and Pradeep M., “An Experimental Analysis of Metal Detecting Spy Robot and Its
Application”, International Journal of Research in Electronics, Volume 3, Issue 3, 2016, pp. 52-54.
[78] Boselin Prabhu S. R., and Pradeep M., “Implementation of Voice Recognition Wireless Home Automation
System with Zigbee”, International Journal of Research in Electrical Engineering, Vol. 3, Issue 4, December
2016, pp. 54-58.
[79] Boselin Prabhu S. R., and Pradeep M., “A Reservation Based Call Admission Control in LTE Networks”,
International Journal of Research in Computer Science, Volume 3, Issue 1, 2016, pp. 68-71.
[80] Boselin Prabhu S. R., and Pradeep M., “A Novel Approach to Attain Enhanced Security in Medical Sensor
Networks”, International Journal of Modern Trends in Engineering and Science, Volume 3, Issue 12,
December 2016, pp. 84-87.
[81] Boselin Prabhu S. R., “Zone-Based Clustering Approach for Separated Wireless Sensor Network Fields”,
Journal of Electrical & Electronic Systems, Volume 5, Issue 4, pp. 1-3, 2016. (Editorial Note)
[82] Boselin Prabhu S. R. and Balakumar N., “Enhanced Clustering Methodology for Lifetime Maximization in
Dense WSN Fields”, International Journal for Technological Research in Engineering, Volume 4, Issue 2,
pp.343-348, October-2016
[83] Boselin Prabhu S. R. and Balakumar N., “Suggested Mechanisms for the Employment of MPPT Principle
Over a Photovoltaic Module”, International Journal of Research in Electrical Engineering, Volume 3, Issue 3,
pp. 45-49, October 2016.
[84] Boselin Prabhu S. R. and Balakumar N., “A Research on Various Maximum Power Point Tracking Algorithms
in a Photovoltaic System”, South Asian Journal of Engineering and Technology, Volume 2, Number 28, 1-8.
[85] Boselin Prabhu S. R. and Balakumar N., “Highly Distributed and Energy Efficient Clustering Algorithm for
Wireless Sensor Networks”, International Journal of Research –Granthaalayah, Volume 4, Number 9,
September 2016.
[86] Boselin Prabhu S. R. and Balakumar N., “Evaluation of Quality in Network and Interoperable Connectivity
between IP Networks”, International Journal of Current Engineering and Scientific Research, Volume 3, Issue
9, pp. 81-85.
[87] Boselin Prabhu S. R. and Balakumar N., “Performance Evaluation and Implementation of Hybrid Cascaded
Energy Efficient Kogge Stone Adder”, ASTM JOTE Journal (Under Review).
[88] Boselin Prabhu S. R. and Balakumar N., “Enhanced Zone-Based Clustering Method for Energy Efficient
Wireless Sensor Network”, ARC International Journal of Innovative Research in Electronics and
Communications, Volume 3, Issue 4, pp. 01-06, 2016.
[89] Boselin Prabhu S. R. and Balakumar N., “Real-World Wireless Power Transmission under Various Scenarios
and Considerations”, International Journal of Innovative and Applied Research, Volume 4, Issue 7, pp. 24-29.
[90] Boselin Prabhu S. R., Balakumar N. and Sophia S., “Biologically Inspired Clustering Mechanism in Dense
Distributed Wireless Sensor Networks”, International Journal of Engineering Studies and Technical Approach,
Volume 2, Number 7, July 2016.
[91] Boselin Prabhu S. R. and Balakumar N., “Performance Evaluation of Maximum Power Point Tracking
Principle for PV Systems”, International Journal of Research in Electronics & Communication Technology,
Volume 3, Issue 3, pp. 21-24, 2016.
[92] Boselin Prabhu S.R. and Sophia S., “Bio-Medical Application of Wireless Power Transmission System”,
International Journal of Research and Engineering, Volume 3, Number 7, July 2016.
[93] Boselin Prabhu S.R. and Sophia S., “Comparative Assessment of Various Generations in Narrowband
Networking”, International Journal of Multidisciplinary Research and Modern Education, June 2016.
[94] Boselin Prabhu S.R. and Sophia S., “The study of Low Energy Adaptive Clustering Hierarchy and further
developments”, The Research Journal, 2(3), May-June 2016.
[95] Boselin Prabhu S.R. and Sophia S., “Dense Distributed Wireless Sensor Networks using Jumping Ants”,
International Journal of Computer Science Research, Volume 4, Number 1, June 2016.
[96] Boselin Prabhu S.R. and Sophia S., “Energy Efficient Adder for Digital Signal Processing Architecture”,
International Journal of Computer Science Research, Volume 4, Number 1, June 2016.
[97] Forman, G. 2003. An extensive empirical study of feature selection metrics for text classification. J. Mach.
Learn. Res. 3 (Mar. 2003), 1289-1305.

390 | P a g e Online ISSN: 2456-883X Impact Factor: 1.805 Website: www.ajast.net

Das könnte Ihnen auch gefallen