A Cluster based Data Collection Method for Wireless Sensor Networks

DOI : 10.17577/IJERTV4IS120349

Download Full-Text PDF Cite this Publication

Text Only Version

A Cluster based Data Collection Method for Wireless Sensor Networks

Praveena. R1,

PG Student,

Dept. of ECE, Periyar Maniammai University Thanjavur, Tamilnadu, India

Violet Juli.V2

Assitant Professor,

Dept. of ECE, Periyar Maniammai University Thanjavur, Tamilnadu, India

AbstractThe wireless Sensor Network (WSN) plays an important role in many applications. The performance of the WSN purely depends on the data collection schemes. One of the important factors to determine the performance of WSN is data collection. Topology management plays a vital role in reducing various constraints such as energy consumption, life time, node failure, long-range communication within a network etc. The data collection scheme such as flat, chain, tree, cluster and cluster tree are available for collecting data in WSNs. In this paper, a new data collection method is proposed. It is based on cluster topology. As compared to static sensor nodes, the mobile sensors have many advantages to gather and collect the data. The proposed data collection method has a Data Gathering Node (DGN).The DGN is made as a mobile node, which moves towards the cluster and collects the data and forwards to the sink. The DGN does not participate on sensing in this particular round, however, it simply gathers the data packet from the cluster and delivers it to the sink. The designed method minimizes the energy consumption, traffic and delay. The simulation results have demonstrated that proposed data collection method has better performance in terms of energy consumption, end-to-end delay, and throughput and network lifetime of WSNs.

Key word Cluster Topology; Data Gathering Node; Energy Consumption; Lifetime; Wireless Sensor Network

I.INTRODUCTION

The Wireless Sensor Networks (WSNs) composed of huge amount of sensor nodes that are randomly deployed into a sensing field without any preconfigured infrastructure [2]. The goal of the sensor node is to collect the data periodically and finally send the gathered data to the sink or base station. Before monitoring the environment, the sensor nodes are identify their neighbor nodes and grouped to form a network. Some of the design challenges of WSNs are power consumption, reliability, scalability, production cost, mobility, bandwidth and responsiveness [15]. WSN has wide range of application in environmental monitoring, mining, meteorology, health care applications, military application etc[7] [12].Several network topology management routing protocols have been proposed for collection of data to increase the effectiveness of WSN [1].Data collection is one of the important task of the sensor nodes. Data aggregation is the process of collecting the data from all sensors and transmitted to the base station [13]. Choosing the right topology improves the performance of WSN. Flat, chain, tree, cluster and hybrid topologies are used in WSNs. One of the

important parameter in WSN is energy consumption. Energy consumption is directly related to the distance between the sensor nodes. If the energy consumption is less, then the lifetime of the network will be more.

In this paper, we propose a cluster based data collection method. The proposed method overcomes the existing limitation such as delay, traffic, energy consumption, network lifetime of WSNs. We use NS2 simulator to implement the proposed method. Section II describes the background information about the data collection schemes. Section III discuss about the new proposed method. Finally simulation and results are discussed in Section IV.

  1. RELATED WORKS

    In this section, we discuss about the background information of the network topologies. There are several topology methods to collect the data. The topologies can be classified into flat, chain, tree, cluster and cluster tree [11]. This topology determines the efficiency of the sensor nodes in WSN.

    1. Flat Topology

      Flat Topology or unstructured topology is a very easy method to gather the data from the remote location to sink [5]. Here, each sensor nodes forwards the data packet to the neighbor nodes by one hob distance. Flat topology does not have any predefined structure. The following authors discussed their paper by using various network topologies for the data collection.

      Kulik et al [8] discussed about SPIN (Sensor Protocol for Information via Negotiation) to overcome the problems in flooding, gossiping and resource blindness etc [6]. It is a data centric routing mechanism. The idea behind SPIN protocol is to name the data using meta-data. The meta-data are exchanged all over the sensors before transmission by using data advertisement mechanism, which is the key feature of SPIN. Each node will receive the meta-data and advertises it to its neighbors. The interested neighbors are retrieved the data by sending the request message, The advantage of SPIN gives a factor of 3.5 less than flooding in terms of energy dissipation.

      Shah et al. [14] designed EAR (Energy Aware Routing) to resolve the problems in SPIN. The author discovers suboptimal paths instead of multiple paths. The paths are chosen based on probability function by using minimum energy consumption on each path to increase the lifetime of

      the network. However, path recovery on single path may become very difficult in this EAR.

    2. Chain Topology

      In chain topology, all the sensor nodes forms a chain and one of the nodes acts as a chain leader and all the remaining nodes communicate with each other along the chain path. The limitation of chain topology is if the sensor nodes have high mobility it leads to chain link breakage.

      Lindsey et al [10] discussed PEGASIS (Power-Efficient GAthering in Sensor Information Systems), an improved version of LEACH protocol. In this PEGASIS, all the sensor nodes are in chain form. One of the sensor nodes along the chain link is selected as chain leader; it collects the data from remaining sensor nodes and broadcasts it to the sink.

      Tabassum et al. [16] designed COSEN (Chain Oriented SEnsor Network), it is a chain based protocol to improve the performance. The idea behind this COSEN is the entire sensor node grouped to form chain and select a leader with different levels. The lower level chain gathers the data from chain members and sends it to higher level chain. This high level leader forwards the data to the sink. As compared to PEGASIS, COSEN have better performance.

    3. Tree Topology

      In tree topology, all the sensor nodes construct a tree which means entire data forwards the packet from leaf nodes to parent nodes. The advantage of this topology is energy efficient.

      Li et al. [9] designed TBDCS (Tree Based Data Collection Scheme) which is used for data aggregation. It constructs a tree with minimum intermediate node that selects an appropriate time to collect the received data. TBDCS improves the network lifetime. As compared to chain topology, it can save more energy. One of the limitations is link failure when the node is in mobility environment. Thepvilojanapong et al [17] developed EDGE (Efficiency Data GathEring) to overcome the limitations in existing protocols. EDGE achieves better performance than directed diffusion, AODV, DSR in terms of data rate and delay.

    4. Cluster Topology

    Cluster Topology is widely used in various targets such as data collection, tracking etc. It is a popular topology and more proficient method used for data collection. In this topology all the sensor nodes grouped to form cluster and one of the cluster member acts as a cluster head. The advantage of this cluster topology is energy consmption and increase the lifetime of the WSN.

    Heinzelman et al. [6] proposed LEACH (Low Energy Adaptive Clustering Hierarchy), one of the popular protocol used for data collection. In this protocol, First cluster head is elected by all sensor nodes based on threshold value, coverage distance etc. The cluster head collects all the data from cluster members and broadcast to the sink. Energy consumption is the advantage of this protocol. Disadvantage of LEACH is does not applied to large mobile WSNs. This topology has more energy consumption as compared to other topology.

    Deng et al. [4] discussed MBC (Mobility Based Clustering protocol), that is all the sensor nodes elects the cluster head based on threshold value on each round. The cluster member forwards the sensed data to the cluster head. MBC provides better performance than LEACH, HEED and other existing protocols on mobility-based environment, but MBC fails to address the critical node occurrence problem which causes link breakage, packet dropping and reduces the network utilization.

  2. PROPOSED METHOD

    To increase the network lifetime of the wireless sensor network, a new data collection method is proposed. The proposed method consists of setup phase and steady state phase. In setup phase, cluster formation and Data Gathering Node is selected. After the completion of setup phase, steady state phase is initiated. In steady state phase, data collection is performed. The Fig. 1 shows the simple outline of our proposed method which helps to improve the network lifetime. On mobility-based environments, it provides better performance than other methods.

    1. setup phase

      In set up phase, a large number of sensor nodes are randomly deployed over a sensor field. The sensor nodes are grouped to form a cluster and then cluster head is elected over the entire network. To identify the location and position of the sensor nodes beacon signals are used. Once the nearby nodes are identified, cluster head is elected by using cluster head election algorithm based on threshold value, coverage time (, + ) .After that data gathering node is selected. The subscript(, ) corresponds to sensor node and cluster head respectively.

      In our proposed method, the threshold value has been calculated in the equation (1) by adding the multiplication of factors such as number of nodes, residual energy, coverage time etc.

      Cluster member Data Gathering Node (DGN) Sink node Network boundary

      Cluster boundary DGN communication to sink

      Fig 1.Proposed Structure

    2. steady state phase

      The steady state phase is initiated after the completion of set- up phase. In this phase, the selected DGN moves towards the cluster head and collects the sensed data. However the DGN does not participate on sensing in this particular round, it only collects the sensed data from the entire cluster group and finally send it to the sink node.

  3. RESULTS AND DISCUSSION

In this section, our new proposed method is simulated by using Network Simulator (NS2).The performance of our proposed method is compared with the existing method in terms of energy consumption, throughput and delay. The following parameters are assumed for simulation. Table 1 shows the simulation parameters for the proposed data collection method.

Parameter

value

Field size

1400×1400 m2

Number of sensor nodes

21

Propagation type

Two ray ground

Routing type

AODV

Packet size

5000

Velocity of mobile node

20 m/s

Sensing range

20 m

Channel

Wireless

Simulation time

7 seconds

Table. 1 Simulation Parameters

= + (

×

× ×

+

) (1)

+

is the flag. Let set = 1 for previous round cluster head and set = 0 for sensor node which is act as the current round cluster head. The number of cluster members on this

round is denoted by , the current sensor node energy is ,

the current speed of the sensor node is , current coverage radius of the sensor node is , the maximum number of cluster members on each round is , the initial energy is

, the maximum speed of the sensor node is and the

maximum coverage radius of the sensor node is .And then

coverage time

(, + )

is calculated in the equation (2).

(, + ) = () ( + ), (2)

Where, (, + ) 0 the cluster member is far away from the cluster head and (, + ) 0 the cluster member is moving towards the cluster head. After the cluster head formation, the DGN is selected based on residual energy. The DGN is made as mobile node and all other nodes are static nodes.

The 21 number of sensors are randomly dropped in the field of 1400×14002. The Data Gathering Node (DGN) is selected using the procedure adopted in existing method. All 21 nodes are considered as one group, out of which one data gathering node is selected. Now, the Data Gathering Node is made as a mobile node, which moves towards each sensor and collects the data and forwards to the sink. As compared to existing scheme, our proposed scheme has better performance. Fig 2 gives the number of packets Vs throughput. The graph shows the performance of the proposed method is better than the existing method.

Fig. 2 Number of packets Vs Throughput

Fig.3 shows the performance of delay with respect to total number of packets. The simulation shows that our proposed method has minimum delay when compared to the other existing protocol. Fig. 4 gives the number of packets Vs total energy. Our proposed data collection method consumes more energy.

Fig. 3 Number of packets Vs Delay

Fig.4 Number of packets Vs Total energy

It is observed that our proposed method can save the sensor node residual energy and increase the lifetime of sensor networks.

IV.CONCLUSION

In this paper, a new data collection method is proposed. It is based on cluster topology. In proposed method, the DGN made as mobile node which moves towards the cluster and collects the data from cluster members and send it to the sink. The selection of cluster is based on coverage distance, threshold value etc. The DGN is selected based on residual energy. The DGN does not participate on sensing in this particular round. However, it simply collects the data from the cluster members. The proposed data collection method increases the life time of the network and reduce the energy consumption and delay.

REFERENCES

    1. Akkaya. K and Younis. M, A survey on routing protocols for wireless sensor networks, Ad Hoc Netw., vol. no. 3, pp. 325349, 2005.

    2. Akyildiz.I.F, Su.W, Sankarasubramaniam.Y, Cayirci.E,2002. A survey on sensor networks. IEEE Commun. Mag. 40 (8) (2002)102114

    3. Chen.S , Tang.S, Huang.M, and Wang.Y, Capacity of data collection in arbitrary wireless sensor networks, IEEE Trans. Parallel Distrib.

      Syst., vol. 23, no. 1, pp. 5260, Jan. 2012

    4. Deng.S, Li.J, and Shen.L, Mobility-based clustering protocol for wireless sensor networks with mobile nodes, IET Wireless Sensor Syst.,vol. 1, no. 1, pp. 3947, 2011.

    5. Fan.K.W, Liu. S, and Sinha. P, Structure-free data aggregation in sensor networks, IEEE Trans. Mobile Comput., vol. 6, no. 8, pp. 929 942, Aug. 2007.

    6. Heinzelman.W.B, Chandrasekasan.A.P, and Balakrishnan. H, An application-specific protocol architecture for wireless microsesor networks, IEEE Trans. Wireless Commun., vol. 1, no. 4, pp. 660670,

      Oct. 2002

    7. Karl. H and Willig. A Protocols Architectures for Wireless Sensor Networks. New York, NY, USA: Wiley, 2005.

    8. Kulik. J, Heinzelman.W.R, and Balakrishnan. H, Adaptive protocols for information dissemination in wireless sensor networks, in Proc. 5th Annu. ACM/IEEE Int. Conf. Mobile Comput. Netw. (MobiCom), Seattle, WA, USA, Aug. 1999, pp.

    9. Li. H, Yu. H, and Liu. A, A tree based data collection scheme for wireless sensor network, in Proc. Int. Conf. Netw., Int. Conf. Syst., Int. Conf. Mobile Commun. Learn. Technol. (ICNICONSMCL), Morne, Mauritius, Apr. 2006, p. 119. 174185.

    10. Lindsey. S and Raghavendra C.S, PEGASIS: Power-efficient gathering in sensor information systems, in Proc. IEEE Aerosp. Conf., vol. 3. Big Sky, MT, USA, Mar. 2002, pp. 3-11253-1130.

    11. Mamun. Q, A qualitative comparison of different logical topologies for wireless sensor networks, Sensors, vol. 12, no. 11, pp. 14887 14913, 2012.

    12. Pottie. G.J and Kaiser.W.J, Wireless Integrated Network Sensors,

      Comm. ACM, vol. 43, no. 5, pp. 51-58, May 2000

    13. Rajagopalan.R and Varshney.P.K, 2006. Data aggregation techniques in sensor networks: a survey IEEE Comm. Surveys & Tutorials, vol. 8, no. 4, pp. 4863.

    14. Shah. R.C and Rabaey. J.M, Energy aware routing for low energy ad hoc sensor networks, in Proc. IEEE Wireless Commun. Netw. Conf. (WCNC), vol. 1, Orlando, FL, USA, Mar. 2002, pp. 350355.

    15. Shen.C, Srisathapornphat.C, Jaikaeo.C, Sensor information networking architecture and applications, IEEE Personal Communications, August 2001, pp. 5259.

    16. Tabassum. N, Mamun.Q.E.K.M, and Urano. Y, COSEN: A chain oriented sensor network for efficient data collection, in Proc. 3rd Int. Conf. Inf. Technol., New Generat. (ITNG), Las Vegas, NV, USA, 2006, pp. 262267.

    17. Thepvilojanapong, Y. Tobe, and K. Sezaki, On the construction of efficient data gathering tree in wireless sensor networks, in Proc. IEEE Int. Symp. Circuits Syst. (ISCAS), vol. 1, Kobe, Japan, May 2005, pp. 648651

Leave a Reply