검색 전체 메뉴
PDF
맨 위로
OA 학술지
Context-Aware Mobile Gateway Relocation Scheme for Clustered Wireless Sensor Networks
  • 비영리 CC BY-NC
  • 비영리 CC BY-NC
ABSTRACT
Context-Aware Mobile Gateway Relocation Scheme for Clustered Wireless Sensor Networks
KEYWORD
Cluster-based algorithm , Mobile Gateway , Wireless sensor network
  • I. INTRODUCTION

    Sensor nodes have been widely used in industry and have a significant impact on the efficiency of many military and civilian applications [1]. These nodes have been used in areas like monitoring toxicity levels in factories and gathering data from inhospitable places like battlefields, jungles, and other hard to reach areas. The nodes are often constrained in terms of energy and have low data rates compared to typical wireless networks. Due to the unique characteristics of these sensor networks, efficient routing algorithms have been one of the technical challenges in wireless sensor networks (WSNs).

    In recent studies, sensor networks that require performance guarantees such as for end-to-end delay have also been drawing increased interest. For instance, routing of imaging data in a battle environment requires careful handling in order to ensure that the end-to-end delay is within an acceptable range and the images are received properly without any distortion.

    The bulk of research in wireless sensor nodes has been focused on developing algorithms that can maximize the lifetime of the network through efficient routing and energy usage. A combination of clustering methods for WSNs and the deployment of a mobile gateway to collect data directly from the source will efficiently decrease the end-to-end delay of real-time data transmission and at the same time it will efficiently utilize the energy of each node in the network.

    Clustering methods have attracted researchers in the past decade. The concept of clusters in WSNs was first proposed in the design of the packet radio network, which was mainly used for hierarchical routing [2]. With the continuous deepening of the study, to date, for constructing and maintaining the sub-cluster network structure, different researchers have proposed a large number of clustering algorithms. Clustering-based networks can reduce the cost of the routing algorithm and the flooding broadcast so that mobile nodes can be easily managed and the efficiency of the use of network resources improved [2]. Clustering a WSN makes the network more manageable, improves the scalability of the network, and balances energy consumption among all nodes by preventing the nodes closer to the sink from using up all their energy earlier than the rest of the nodes.

    While existing protocols achieve soft end-to-end delay guarantees, their service can diminish with the increasing quantity of real-time data. In order to enhance the timeliness of the network in situations where packets start missing their specified deadlines, one of the solutions being explored is the gateway’s ability to be relocated to the source of the data itself. The gateway, a mobile node, will have the ability to relocate itself to a location where the volume of real-time data is high. Mobile nodes are not a new concept and have been proposed for remedying a number of inherent problems with WSNs [3] including data collection [4], network operational lifetime [5], and connectivity [6]. Although [7] conducted a study on mobile gateways in the past, the researchers did not propose a solution to the problem where the gateway needs to constantly keep track of the last hop nodes.

    In this study, a clustering algorithm is implemented with improvements on [7]. By doing this, the gateway does not have to maintain contact with the last hop nodes with which it was able to communicate. Instead, it is only going to maintain its communication with cluster heads upon leaving the signal range of the nodes in a specific cluster. These cluster heads have a greater transmission range and a higher amount of energy for longer communication with a mobile node.

    The rest of this paper is organized as follows: Section II discusses the system model and methods. This includes the objectives of this paper, description of each model involved in the system like the clustering/routing algorithm, the routing mechanism for communication with the mobile gateway, and finally, the relocation approach. Section III discusses the possible outcomes of the experiment and we conclude in Section IV.

    II. SYSTEM MODEL AND METHODS

    A set of sensor nodes are distributed in an area to monitor particular events. These devices are battery operated and are limited in terms of processing capabilities. The nodes are grouped in clusters using a particular clustering algorithm, which will be discussed later. Each cluster will have its own cluster head, which will represent the entire group. The performance required from these sensor nodes dynamically changes depending on the importance of the data that each device collects. A gateway node, which is less energyconstrained than the sensor devices, is deployed amidst the clusters and routinely checks for new data. This gateway is mobile such that it can relocate itself based on specific parameters. Depending on the level of importance of the data coming from a specific source, the mobile gateway can relocate itself near a cluster or within the range of a cluster’s head in order for it to retrieve data from the cluster’s nodes themselves. The mobile gateway is not informed through multiple hops but instead, the clusters’ heads are the devices responsible for informing the mobile gateway regarding the kind of data that their cluster is prepared to send.

      >  A. Objectives

    The findings and approach from both related works described in Section III of this paper will be combined and improved using the model in Section V. This proposal seeks to address the problems involving real-time data transmissions, end-to-end delay, and efficient energy management through clustering routing algorithms. The following are the objectives of this proposed protocol.

    i. As the gateway is being relocated, the gateway should remain within the transmission range of some of the cluster heads to listen for arrival of new data on other clusters.

    ii. The traffic congestion should be decreased through the use of cluster heads that will aggregate and analyze data from the cluster nodes, eliminate redundant data, and transmit to the mobile gateway.

    iii. The scalability of the WSN should be improved by grouping the nodes and assigning a head for each cluster.

    iv. The throughput of the network should be increased by transmitting and processing more real-time data directly from the source.

    v. The end-to-end delay of the entire network should be decreased by letting the mobile gateway communicate directly with some of the cluster heads, therefore minimizing hop counts.

    vi. Rerouting frequency should be decreased by setting the cluster nodes to automatically switch to communicate with their respective cluster heads once the mobile gateway goes out of range. This eliminates the need for nodes to form new multi-hop paths with their neighbors or adjust their transmission power just to keep in touch with the gateway.

      >  B. System Model

    1) Clustering

    Specifically, clustering in WSNs has the following functions:

    Cluster heads act as routers for information. Nodes only have to deal with local information.

    If the network is divided into the hierarchical structure which is based on the clusters, then it will extend the method of the cellular networks to the WSN.

    Cluster heads act as data processing centers. They compress and fuse redundant information in order to effecttively reduce the network load and extend the network lifetime.

    According to the system requirements of the network, the clustering algorithm divided the network into several clusters. The basic performance indicators are as follows:

    The algorithm should be fully distributed. Each node should only depend on local information to make decisions independently.

    The algorithm should have low time complexity and message complexity.

    After the algorithm runs, nodes in the network should be uniquely identified as either the cluster heads or ordinary nodes.

    The algorithm should have good stability. In the subcluster network structure, dynamic movement nodes can frequently join or leave a cluster, and because the battery power runs out in some nodes, it can lead to changes in the network topology and thus affect the stability of the system. More seriously, intense mobility of the cluster node can sometimes result in the update of the first cluster node and reconfiguration of the network; frequent updates of the first cluster node will introduce a larger cost of computation and communication. This can seriously affect the performance of other network protocols, such as packet scheduling, routing, and resource management.

    The clustering algorithm should be simple and efficient.

    The goal of the clustering algorithm is to construct cluster sets that include all of the user nodes, and can better support resource management and interconnection of the routing protocols. In this study, the clustering algorithm used is further improved to support communication with a mobile gateway. Cluster heads are designed to communicate directly with the mobile gateway instead of ordinary nodes using multiple hops to relay messages to the mobile gateway.

    2) LEACH

    LEACH is low-power, adaptive, and clustering routing algorithm, which was designed for WSNs [8] at MIT. Compared to the general flat multi-hop routing protocols and static clustering algorithms, LEACH can extend the network lifecycle mainly through the randomly selected sub-cluster leader. LEACH defines the concept of "round". One round consists of two phases, the initialization phase and the stability phase. In order to avoid the extra processing cost, the stabilization phase should last for a relatively long time [2].

    The LEACH algorithm randomly selects cluster heads; it can evenly distribute high energy consumption to all nodes on the network by using rotation of the election so that nodes that have no energy can be randomly distributed. In addition, the LEACH algorithm uses a hierarchical structure; cluster heads reduce the energy consumption of data transmission through the data fusion mechanism, and therefore compared to the general multi-hop routing protocols and static clustering algorithm, LEACH can extend the network lifecycle by 15% [2].

    3) Real-Time Routing Mechanism ? Communication with Mobile Gateway

    In [7], each node employs a packet scheduling discipline that approximates generalized processor sharing (GPS). Each sensor node is considered to be a source of different real-time data originating from multiple flows. The service ratio “r” is the bandwidth ratio set by the gateway and is used in allocating the amount of bandwidth to be dedicated to the real-time and non-real-time traffic on a particular outgoing link. This value is also used to calculate the service rate for each type of traffic on that particular node, with (rm)μ and (1- rm)μ being the service rate for real-time and non-real-time data, respectively, on sensor node m. In this case, rm for the real-time queue on a node is the summation of link shares of all real-time flows passing through that node as shown in Fig. 1. However, in this paper, the gate-way does not communicate with the individual nodes to determine the amount of real-time traffic in a particular cluster. Instead, it only communicates with the cluster heads.

    4) Relocation Approach

    There are three issues to consider in gateway relocation. These are when to relocate the gateway, where to put it, and how to handle its motion without disrupting data traffic. In this subsection, we will discuss these issues and then state our algorithm to handle such issues.

    When to move: first of all, the time for such relocation should be decided based on some performance observations such as the miss ratio. The miss ratio is indirectly related to finding proper r-values in our underlying approach. It should be noted that our approach for real-time routing basically tries to find an r-value by considering every path from the source of real-time traffic to the gateway. In cases where a proper r-value between 0 and 1 cannot be found, the connection is simply rejected and the path is not established. In the case of this paper, such performance observations are fused by the cluster heads and are sent to the mobile node for analysis as in Fig. 2. The cluster heads will then transmit to the mobile node the amount of real-time data a cluster has.

    Where to move: the mobile node will move towards the cluster if it has a greater amount of real-time traffic to be transmitted than the rest of the clusters as shown in Fig. 3. This will helpful in two ways: 1) It will help in decreasing the average end-to-end delay since the number of hops for data packets to travel will be decreased, and 2) it will help in admitting more real-time flows since the load is alleviated by splitting the traffic.

    How to move: in [7], one of the issues in moving the gateway is the data transmission. It will be unacceptable to increase packet losses on some data paths. The gateway motion handling mechanism tries to maintain continual packet delivery to the gateway through the adjustment of the transmission power of some sensors or via designating some forwarders to extend the current routes. However, in the case of this paper, maintaining transmission with the nodes is not necessary since the gateway, upon reception of the communication of another cluster head with a greater quantity of real-time data, will switch to communicate with the cluster heads, leaving the nodes to communicate with the mobile gateway and send their transmissions via their cluster head.

    5) Proposed Algorithm

    Like in [9], the gateway moves in strides but instead of moving to reach intermediate positions which are approximated using curves in analytical geometry, it moves based on the signal range and location of the cluster heads of each group of sensor nodes.

    Cluster heads communicate with each other to reach the mobile gateway using multiple hops so that ordinary nodes can reserve their energy for sending important data once the gateway is within their reach. When a cluster head dies, another high energy node is elected. It is also possible for the cluster heads to be capable of energy harvesting.

    The proposed algorithm is shown in Fig. 4.

    The algorithm presented in this paper will lessen the frequency of rerouting by redirecting all of the sensor nodes to the cluster head once the mobile gateway goes out of range. The algorithm for this function is shown in Fig. 6.

    III. PREDICTED RESULTS

    The results in Fig. 5 from [8] showed very meaningful results but could be further improved using this algorithm in future experiments. One of the problems addressed by the researchers in [9] is the rerouting overhead. Frequent adjustment of the network topology due to the movement of the gateway out of the range of the sensor nodes causes this overhead in terms of energy consumption.

    Rerouting overhead ? unlike [9], this algorithm will have less rerouting because when the gateway moves away to another cluster and becomes unreachable for the cluster nodes, the nodes will simply switch to communicating and sending data to the cluster head, which will be the one responsible for communicating with the mobile gateway via the other cluster heads. In [9] if a gateway becomes unreachable, it instructs the cluster nodes to adjust the transmission power of their radio to cover the gateway’s next move. This may not be very energy efficient.

    Delay and timeliness ? delay of the transmission of realtime data will be put to a minimum since the gateway knows which cluster has the largest quantity of real-time data to send and relocates itself over to that cluster while continuing to check the data from other clusters via their cluster heads.

    Energy consumption ? energy consumption will be decreased due to the load on the nodes being alleviated by the actions of the cluster heads and the mobile gateway.

    Throughput ? more real time data will be received by the gateway. Redundant data will be fused and processed by the cluster heads, eliminating the need of the nodes to send large amounts of redundant data over multiple hops. Instead, the cluster nodes need only to communicate with their cluster head, which will, in turn, transmit the data to the gateway. When the gateway receives the data and classifies it as important or detects that that particular cluster has more data to send, the gateway will move towards that cluster of nodes to gather real-time data.

    IV. CONCLUSIONS

    The proposed algorithm will solve some of the problems in previous research work specifically the following: 1) it will eliminate the need to maintain the same routes from the last hop nodes. Forwarder nodes will not be necessary because there are cluster heads that will be responsible for communicating with the mobile gateway; 2) the mobile gateway will never go out of the transmission range because it only has to maintain its communication with the cluster heads, which have significantly more energy than the rest of the nodes in the cluster and will have a higher transmission range; and 3) the rerouting frequency of the nodes that directly communicated with the mobile gateway will be eliminated because once the mobile gateway is out of reach, these ordinary nodes will automatically switch their transmission to their respective cluster heads.

    This proposed protocol will greatly affect the timeliness of the data being received by the gateway. Due to the relocation of the gateway and the effective communication of the clusters, delays of real-time and highly important data will be minimized. The energy consumption of all the nodes will also be lessened due to the cluster head’s fusing of all the data in its cluster. This proposal will also significantly affect the throughput of the entire network. More real-time data will be received and redundant data will be eliminated at the cluster-level.

참고문헌
  • 1. Younis M., Youssef M., Arisha K. 2002 “Energy-aware routing in cluster-based sensor networks” [in Proceedings of the 10th IEEE International Symposium on Modeling, Analysis and Simulation of Computer and Telecommunications Systems] P.129-136 google
  • 2. Bian Q., Zhang Y., Zhao Y. 2010 “Research on clustering routing algorithms in wireless sensor networks” [in Proceedings of the International Conference on Intelligent Computation Technology and Automation] P.1110-1113 google
  • 3. Angove P., O’Grady M., Hayes J., O’Flynn B., O’Hare G. M. P., Diamond D. 2011 “A mobile gateway for remote interaction with wireless sensor networks” [IEEE Sensors Journal] Vol.11 P.3309-3310 google
  • 4. Wu F. J., Huang C. F., Tseng Y. C. 2009 “Data gathering by mobile mules in a spatially separated wireless sensor network” [in Proceedings of the 10th International Conference on Mobile Data Management: Systems: Systems, Services and Middleware] P.293-298 google
  • 5. Yang Y., Fonoage M. I., Cardei M. 2010 “Improving network lifetime with mobile wireless sensor networks” [Computer Communications] Vol.33 P.409-419 google
  • 6. Ekici E., Gu Y., Bozdag D. 2006 “Mobility-based communication in wireless sensor networks” [IEEE Communications Magazine] Vol.44 P.56-62 google
  • 7. Akkaya K., Younis M. 2004 “Relocation of gateway for enhanced timeliness in wireless sensor networks” [in Proceedings of the IEEE International Conference on Performance, Computing, and Communications] P.471-476 google
  • 8. Chandrakasan A., Balakrishnan H., Heinzelman W. R. 2000 “Energy-efficient communication protocol for wireless microsensor networks” [in Proceedings of the 33rd Annual Hawaii International Conference on System Sciences] google
  • 9. Akkaya K., Younis M. 2004 “Energy-aware routing to a mobile gateway in wireless sensor networks” [in Proceedings of the IEEE Global Telecommunications Conference Workshops] P.16-21 google
OAK XML 통계
이미지 / 테이블
  • [ Fig. 1. ]  Queuing model. RT: real-time, NRT: non-RT.
    Queuing model. RT: real-time, NRT: non-RT.
  • [ Fig. 2. ]  Mobile gateway listening to cluster heads.
    Mobile gateway listening to cluster heads.
  • [ Fig. 3. ]  Gateway relocated to cluster with real-time data.
    Gateway relocated to cluster with real-time data.
  • [ Fig. 4. ]  Pseudo-code for handling gateway decisions.
    Pseudo-code for handling gateway decisions.
  • [ Fig. 5. ]  Total energy for different reroute periods and sensors (result from [8]).
    Total energy for different reroute periods and sensors (result from [8]).
  • [ Fig. 6. ]  Pseudo-code for handing cluster node behavior.
    Pseudo-code for handing cluster node behavior.
(우)06579 서울시 서초구 반포대로 201(반포동)
Tel. 02-537-6389 | Fax. 02-590-0571 | 문의 : oak2014@korea.kr
Copyright(c) National Library of Korea. All rights reserved.