A Hybrid Fault-Tolerant Routing based on Gaussian Network for Wireless Sensor Network

Dung Nguyen Quoc , Niansheng Liu and Donghui Guo

Abstract

Abstract: In this paper, we have proposed a hybrid faulttolerant routing to solve fault-tolerant issue in wireless sensor networks (WSNs) based on hierarchical topology. The hierarchical topology is a combination of clustering and the labeling of sensor nodes as Gaussian integers. Accordingly, the network area is divided into small square grids, the cluster head of each grid is represented by a Gaussian integer. These cluster heads are connected together to create a Gaussian network. Through node symmetry, and the shortest distance in the Gaussian network, as well as the advantages of multi-path routing, this paper proposes a hybrid fault-tolerant clustering routing protocol based on Gaussian network for wireless sensor network (FCGW). The purpose of FCGW is to improve fault tolerance, increase data reliability and reduce energy consumption for wireless sensor networks. The experimental results of the proposed scheme show that FCGW protocol has high data reliability. In addition, the FCGW protocol consumes about 48% of the energy in the network, while other protocols consume 70% more energy.

Keywords: clustering , fault-tolerance , gaussian network , multi-path routing , wireless sensor network

I. INTRODUCTION

IN wireless sensor network (WSN), the metrics such as data reliability, optimal energy consumption, memory limit, and data latency are major challenges in effective implementation of network [1]–[3]. In particular, in WSN, due to limited resource of sensor nodes, as well as harsh communication environments such as rain, wind, snow and water, always leads to faulty connections as in [4]. Therefore, improving fault tolerance in the network will improve the quality of service and availability of the WSN. Since then, addressing fault tolerance issues has been an important requirement in WSN design.

been proposed to improve fault tolerance. These faulttolerant techniques will be classified into three main categories: redundancy based mechanisms, clustering based mechanisms, and deployment-based mechanisms as in [5]. Specifi- cally, each mechanism has different advantages and disadvantages:

- Redundancy based mechanisms: The fault tolerance is improved by redundancy factors such as redundant routing paths, redundancy time, redundant data [6]. In this mechanism, the main fault recovery approach includes [7] active replication and passive replication. In active replication, all fault recovery requests will be processed by all replicas. On the other hand, in passive replication, a fault recovery requests will be processed by a single replica. If this replica fails, another replica will be continued. Therefore, this mechanism increases data recovery capacity and the data reliability. However, the cost of deployment and maintenance of the network is very large.

- Clustering based mechanisms: This mechanism will create small clusters, making it easy to manage and expand the network [8], [9]. Therefore, this mechanism avoids the random failures of nodes as well as improves energy efficiency through the cluster head node (CH). However, when a CH fails, it will affect its cluster. So, improving the fault tolerance efficiency of CH is essential. Based on the redundancy of CH or re-election of CH after a period, several approaches have been proposed for CH fault tolerance, lead to more energy consumption and increased data latency.

- Deployment based mechanisms: WSNs are self-organizing networks that are randomly deployed or pre-located. Hence, it is crucial to evade connection failure to maintain a strong network topology which is essential to avoid connection failure [10]. Network topology optimizations based on virtual backbone is an example to avoid connection failure using the connected dominating set (CDS) [11]. This mechanism optimizes data transmission by a virtual backbone, avoids information interference and reduces energy loss. Even though optimizing the network structure can solve the NP-hard problems, this will increase the complexity of the solution.

Through the summary above, it has been shown that the optimizing the network topology and clustering efficiency have more advantages for fault tolerance in the wireless sensor networks. In addition, our previous research [12] has proposed a modeling of WSN based on a Gaussian network to optimize the management of network topology as well as improve energy consumption by the shortest path routing protocol. Therefore, this paper continues to expand previous research and propose a solution using the Gaussian network model to solve fault tolerance issue in WSN. The main fault tolerance idea in this proposal is to exploit the efficiency in clustering routing and symmetry of Gaussian network based on multipath routing.

Our main contributions are as follows:

The random sensors will be divided into virtual grids (clusters) using geographic adaptive fidelity (GAF) algorithm [13]. Each cluster will select one active node as a CH node at a time to improve consumption energy efficiency and prolong network lifetime.

Each CH node will be represented as a Gaussian integer and connected together to form a Gaussian network, so WSN-management will be optimized as a Gaussian network.

This paper proposes a fault-tolerance mechanism for CH nodes. Based on the symmetric link in the Gaussian network, if the main routing path fails, it is easily replaced by the redundant routing paths, thus increasing the data reliability as well as optimized energy consumption.

The rest of this paper is organized as follows: Section II presents the related work. Section III presents a wireless sensor network model based on a Gaussian network. Section IV section presents the fault tolerance mechanism. The simulation and analysis results are explained in Section V and the conclusion is in Section VI.

II. RELATED WORK

A. Comprehend Fault Tolerance

Fault tolerance is one of the important characteristics of wireless sensor networks. Accordingly, fault tolerance is improved to ensure the reliability and availability of the network in the harsh environment and limited energy of the nodes. Therefore, in order to classify and understand fault tolerance mechanisms, some related concepts have been defined in the previous literature [4], [7], [14], [15], [16], as follows:

A Fault: A fault is an unexpected change or abnormal condition in a system. It is any kind of defect that leads to an error. A fault in any component of a system can lead to a system failure.

Fault detection: To provide any countermeasures, the first step a system must perform is to detect that specific faults occurred in the network.

Fault diagnosis: Is the process of determining the factors affecting the faults and diagnosing the types of causes that result in faults.

Fault recovery: After the system has detected a fault, the next step is to prevent further faults or recover from the detected fault. The main technique to achieve this goal is to replicate components when an error occurs in the system.

In WSN, the fault occurs for a variety of reasons in network due to in hardware, software, communication environment, power limit, timeout, malicious nodes etc. On the other hand, based on fault detection and fault diagnosis approaches [15], [17], the fault tolerance approaches will be divided into three types as below:

Centralized approach: This approach is mainly based on the use of a centralized node to perform fault management. The status of all nodes in the network will be determined by this centralized node by receiving and processing information from all nodes. Therefore, the centralized approach is ineffective in large-scale WSNs. Accordingly, the energy consumption for network management and data transmission is huge, as well as increasing data latency, which greatly affects the efficiency of fault detection and fault recovery in WSNs.

Distributed approach: In this approach, the status of each node will be determined by collecting and analyzing information from neighboring nodes. The distributed approach will reduce data transmission to the central node, which helping to reduce energy consumption, prolong lifetimes and reduce data latency. Therefore, this approach can be effectively applied to large-scale WSNs. However, this approach depends heavily on the density of neighboring nodes. Because over time the node density decreases, which inevitably has a negative effect on fault detection accuracy.

Hybrid approach: The main idea of this approach is to rely on both the centralized node to collect information and the neighbor node to exchange information to determine the state of the nodes. The hybrid approach addresses the large-scale network problem of centralized methods and node density problem in distributed approach by adding additional equipment (super nodes, mobile sink). However, installing additional equipment will increase costs and make it difficult to deploy actual networks.

According to these fault tolerance approaches, there are several fault routing protocols have been proposed to achieve greater fault recovery efficiency such as clustering based protocols; multi-path based protocols; hybrid based protocols. The details of some common fault tolerance routing will be discussed in the next section.

B. The Fault-Tolerant Routing in Literatures

In this section, some fault-tolerant routing protocols will be introduced in detail. These routing protocols will be incorporated in our proposal as well as during the performance evaluation process in Section V.

1) Fault-tolerant Clustering Routing Protocols: In WSN, the clustering protocol has proven to be an energy-efficient protocols as in [18]. In addition, clustering protocols also greatly improve the fault tolerance such as several routing protocols FT-LEACH [20], HEED [21], and FTS [22], etc.

The FT-LEACH protocol reduces the CH faults in LEACH [19] by randomly selecting the CH nodes based on the residual energy of the nodes. In FT-LEACH, the main idea for fault tolerance is that each common member (CM) node will only send data to CH when its value differs from the value of the previous time. The advantage of this proposal is that it avoids the CH nodes processing repetitive data and prevents the CH node from failing due to energy outage. However, the author does not clearly explain the energy consumption parameters for the data exchange.

The HEED protocol periodically selects CH nodes based on a hybrid of the residual energy of nodes and a secondary parameter, such as node proximity to its neighbors or node degree. Each node will calculate a [TeX:] $$C H_{\text {prob }}$$ (CH probability) based on the residual energy of the node to elect as CH nodes. The [TeX:] $$C H_{\text {prob }}$$ helps the HEED protocol to avoid the election of low energy nodes as CH which leads to the network that will quickly lose connection. However, HEED depends on the density of high-energy nodes in the network, so if the fault nodes density is increased, it will lead to low fault tolerance performance.

The FTS protocol is proposed for fault diagnosis and fault recovery. In FTS, each cluster will elect a spare CH (SCH) node based on the remaining energy of nodes and its distance to the CH node to fault diagnosis of CH node. This algorithm is highly effective in fault tolerance. However, due to FTS dependency on information exchanged between nodes, therefore, over time, reducing the node density will lead to a decrease in routing performance.

2) Fault-tolerant Multi-path Routing Protocols: Improving fault tolerance in wireless sensor networks based on multi-path routing is an important approach. The multi-path routing will build a few routing paths from source node to sink node. After that, the data will be transmitted through one of these paths, leading to, the data reliability can be increased. In case the primary routing path fails, it can be replaced by another path [23]. This is a good approach to fault tolerance. The benefits of multi-path routing in WSN such as fault tolerance, load balancing, quality of service, etc. are also mentioned in the literature [24] to [26].

The fault tolerance based on multi-path routing can be mainly divided into three categories as in [24].

Alternate path routing: a few multi-path routing have been proposed for alternative path routing as in literature [27], etc. The purpose of these protocols is to ensure that multiple paths are redundant. The multiple paths are built by the sink node to broadcast messages to other nodes in the network. Therefore, these protocols rely heavily on sink nodes resulting in low efficiency and passive construction of alternatives.

Reliable data transmission: the protocols have proposed to increase the reliability of data by creating redundant packets during data transfer as in [28], [29]. The advantage of these protocols is that it does not maintain routing table. However, the routing costs and the delay time will increase to determine redundancy paths in case of a fault.

Efficient network resource utilization: the protocols such as HEED-FT [30], I2MR [31], etc., have introduced multi-path protocols for resource efficiency. Accordingly, routing maintains some redundant routing paths in some cases to balance resource efficiency and restore routing path when a disconnection occurs on the primary path.

3) Hybrid Fault-tolerant Routing Protocols: Multi-path routing improves data reliability and optimizes fault connections, while clustering ensures high energy efficiency and prolongs network life. Therefore, several fault-tolerant routing protocols have been proposed based on a combination of multipath routing and cluster routing.

A protocol called robust energy-efficient distributed clustering (REED) for the k-connectivity network has been proposed in [32]. The benefit of REED is that it finds and replaces the faulty connection quickly and simply. So, that it optimizes the cost of restoring fault connections. However, this algorithm applies only to the CH node, the CM node fault has not been addressed in this proposal. In addition to this proposal depends on the density of neighboring nodes and the high cost of maintaining other routing paths in the network.

The authors in [30] have presented a Fault-tolerant multipath routing protocol for WSN based on HEED (HEEDFT). The aim of HEED-FT is to increase data reliability and load balancing based on multi-path routing and clustering. In HEED-FT, to improve fault tolerance, each cluster will select a deputy cluster head node (SCH) based on the energyweighted center of parameters (EWNC, energy-weighted node centrality). Accordingly, the data will be transmitted on one of two paths established based on SCH or CH. However, the maintenance of SCH nodes, as well as highly complex algorithms results in lower energy efficiency over time.

C. The Gaussian Network and Benefits

The authors in [34][35] introduced a Gaussian network (Gaussian graph), in which nodes are labeled using a subset of the complex numbers. The Gaussian network is represented by a set of Gaussian integers [TeX:] $$\mathbb{Z}[i]=\{x+y i \mid x, y \in \mathbb{Z}\},$$ where [TeX:] $$\mathbb{Z}$$ is the set of integers and [TeX:] $$i^{2}=-1,$$ that is defined as follows:

Definition: Let [TeX:] $$0 \neq \alpha=a+b i \in \mathbb{Z}[i], \mathbb{Z}[i]_{\alpha}$$ is set of Gaussian integers modulo , we define the Gaussian network as [TeX:] $$G_{\alpha}(V, E)$$ where:

1) [TeX:] $$V=\mathbb{Z}[i]_{\alpha}$$ is the node set,

2) [TeX:] $$E=\{(\beta, \gamma) \in V \times V \mid(\beta-\gamma) \equiv \pm 1, \pm i(\bmod \alpha)\}$$ is the edge set, where [TeX:] $$\beta, \gamma$$ are two Gaussian integer.

We call [TeX:] $$G_{\alpha}$$ the Gaussian network generated by .

In a Gaussian network, every node is connected to four adjacent nodes in four different directions: North, East, South, and West. In addition, the adjacent links are undirected and nodesymmetric. In this paper, we represent a Gaussian network [TeX:] $$G_{\alpha}$$ with [TeX:] $$\alpha=a+b i, 0 \leq a \leq b$$ and the greatest common divisor [TeX:] $$\operatorname{gcd}(a, b)=d>1$$ as a mesh network in a rectangle. In the case [TeX:] $$\operatorname{gcd}(a, b)=1$$ is presented in [34]. Accordingly, the nodes in [TeX:] $$G_{\alpha}$$ are arranged in a rectangle of size [TeX:] $$(d \times f)$$ where [TeX:] $$f=\left(a^{2}+b^{2}\right) / d.$$ Node 0 is located at the bottom left of the graph shown as Fig. 1. The connections between adjacent nodes are explained in Theorem 2.2 of the literature [35].

In the Gaussian network [TeX:] $$G_{\alpha}=a+b i,$$ for two nodes [TeX:] $$\beta=x_{1}+y_{1} i \text { and } \gamma=x_{2}+y_{2} i.$$ The distance between [TeX:] $$\beta \text { and } \gamma$$ is given by formula (1). For Example, in Gaussian network [TeX:] $$G_{4+4 i},$$ and [TeX:] $$\beta=0+0 i, \gamma=1+1 i \text {, then } D(0,1+i)=2 \text {, since } D(0,1+i) \ =\min \{|x|+|y| \mid x+y i=(1+i)-0+\delta(4+4 i)\} \text {, when } \delta \ =0, x+y i=1+i.$$

(1)
[TeX:] $$D_{(\beta, \gamma)}=\min \{|x|+|y| \mid x+y i=\gamma-\beta+\delta \alpha\},$$

where [TeX:] $$\delta \in \mathbb{Z}[i]$$ is an arbitrary Gaussian integer.

Therefore, one major advantage of the Gaussian network over 2D-torus network is that for a given number of nodes N, the network diameter and average distance between two nodes of the Gaussian network can be much smaller. This is good

Fig. 1.
The CHs are connected as mesh network based on Gaussian network connection model (example [TeX:] $$\alpha=4+4 i).$$

approach for transmitting data with the shortest path distance in torus networks [36], optical macro-chip interconnect [37], higher dimensional networks [38] or for network reconfiguration in Network-on-Chip [39].

According to the Gaussian network benefits, we have proposed the wireless sensor network model as shown in [12]. In this work, we extend our previous research to improve fault tolerance for wireless sensor networks.

III. THE WIRELESS SENSOR NETWORK MODEL

A. The Proposed Hierarchical Network Model

1) WSN Model: In this paper, we consider a WSN model that consists of a base station node (BS) or a sink node and n identical sensor nodes that are randomly allocated over the rectangular area [TeX:] $$S=X \times Y$$. Here, based on the geographical position of the nodes, the network area will be divided into some virtual square grids. Accordingly, each grid will choose an active node as the CH node to aggregate and transmit data as in Fig. 2 by GAF algorithm (geographic adaptive fidelity) [13].

The GAF enhanced versions as well as GAF benefits are also introduced in [40]. The GAF algorithm divides the network into virtual square grids with unit [TeX:] $$\text { t } r=R / \sqrt{5},$$ where R is the sensor communication range. The nodes in each grid will receive one of three statuses, namely: discovery, sleep or active at a time. Initially, all nodes start with the discovery state and set a predefined time [TeX:] $$T_{d}$$ (time period for discovery state). When a node finish [TeX:] $$T_{d}$$ time, it broadcasts a message to all nodes in grid. A node will be switch to active state if the energy level is greater than a threshold and it does not receive any other discovery message and set a time of operation [TeX:] $$T_{a},$$ else it will be switch to sleep state and set a time of sleep [TeX:] $$T_{s},$$ details as in [13]. Each virtual grid has only one active node at a time. The active node is selected as a CH of cluster (grid), which will collect the packets in intra-clusters and transmits packets to BS through single-hop or multi-hops.

In our approach, after each cluster has selected a CH node, the Gaussian network [TeX:] $$\left(G_{\alpha}\right)$$ of CH nodes will be built through

Fig. 2.
The network are is divided into several square virtual grids by GAF algorithm.
Fig. 3.
Each cluster (represented by one CH) is represented as a Gaussian integer in our network model.

connections between CH nodes [12]. Accordingly, each grid will only have a CH node and it is represented by a Gaussian integer [TeX:] $$(\beta=x+y i).$$ The [TeX:] $$G_{\alpha}$$ of CH nodes (CH-Gaussian network) as shown in Fig. 1, which will be discussed in detail in the next section.

2) The CH-Gaussian Network: Our previous work has proposed a hierarchical topology based on Gaussian network connection properties to efficiency of WSN topology [12]. In that work, we presented three connection models corresponding to the four adjacent links of each Gaussian node in the wireless sensor network. Accordingly, based on the WSN model in this work, we have a Gaussian network [TeX:] $$G_{\alpha}$$ of CH nodes generated by a Gaussian integer [TeX:] $$\alpha=a+b i,$$ with [TeX:] $$0 \leq a \leq b,$$ and the largest common divisor [TeX:] $$\operatorname{gcd}(a, b)=d>1.$$ Thus, the total number of Gaussian nodes in the [TeX:] $$G_{\alpha}$$ is N as in formula (2). After the WSN divided into a set of virtual square grids (clusters) [TeX:] $$\Gamma_{(G)}=N,$$ the CH node in each cluster is connected together to form a Gaussian network of CH nodes in the network area [TeX:] $$S=X \times Y$$ as in formula (3). Hence, each CH node in each cluster is equivalent to a node in the Gaussian network as in Fig. 3.

(2)
[TeX:] $$N=\left\{d \times f \mid f=\left(a^{2}+b^{2}\right) / d\right\}$$

(3)
[TeX:] $$S=\{X \times Y \mid X=d \times r, Y=f \times r\}$$

According to the set of clusters, each cluster will be assigned with an ID. since, corresponding to each cluster [TeX:] $$\mathrm{ID}\left(G r \subset \Gamma_{(G)}\right)$$ will only have one CH node and only one Gaussian integer representation [TeX:] $$\beta=x+y i,$$ which the relationship between [TeX:] $$G r \text { and } \beta$$ is shown in formula (4). Therefore, in our proposal, we based on the cluster ID to

Get Gaussian integer from cluster ID

calculate the corresponding Gaussian integer as algorithm 1.

(4)
[TeX:] $$G r=|x|+|f \times y|$$

B. Shortest Path Routing Protocol

In our network model, the network is divided into clusters, which will optimize the energy efficiency of the wireless sensor network. However, to increase routing efficiency more, in [12] based on the shortest distance in the Gaussian network, we proposed the shortest path routing protocol. Accordingly, the length of the path from [TeX:] $$C H\left(\gamma=x_{s}+y_{s} i\right)$$ to [TeX:] $$B S\left(\beta=x_{d}+y_{d} i\right)$$ is the shortest distance between [TeX:] $$\gamma$$ and [TeX:] $$\beta, D(\beta, \gamma)=\left|X_{\min }\right|+\left|Y_{\min }\right|$$ as in formula (1). Therefore, the data transmission path [TeX:] $$P_{(\beta, \gamma)}$$ from CH node to BS node consists passing through [TeX:] $$X_{\min }$$ steps in the real axis (x-axis) and [TeX:] $$Y_{\min }$$ steps in the imaginary axis (y-axis). A simple presentation of a routing path as shown in formula (5), in which the packets pass through nodes on the x-axis, then the nodes on the y-axis. In addition, the CH nodes are represented by a Gaussian integer, so during routing, nodes will rely on the Gaussian integer to forward the packet without performing any additional work such as flooding to find the next node, which results in reducing costs for routing. This routing algorithm in the network is divided into 3 steps as in algorithm 2. Since, in this paper, through improving the shortest path routing, we have proposed a fault-tolerant approach for wireless sensor networks. The details of the fault tolerance approach will be presented in the next section.

(5)
[TeX:] $$P_{(\beta, \gamma)}=\left\{\sum_{m=0}^{\left|X_{\min }\right|}\left(\left(x_{s} \pm m\right)+y_{s} i\right) \cap \sum_{n=0}^{\left|Y_{\min }\right|}\left(x_{s}+\left(y_{s} \pm n\right) i\right)\right\}$$

IV. FAULT TOLERANCE MECHANISM

According to the hierarchical topology based on a Gaussian network of WSN, this paper propose a hybrid fault-tolerant routing protocol based on a combination of clustering and multi-path routing. Our proposal is called fault tolerance clustering based on a Gaussian network for wireless sensor network protocol (FCGW). In FCGW, the fault tolerance mechanism focuses on fault detection and fault recovery for CH nodes. Therefore, our fault tolerance mechanism includes

Shortest path routing in our WSN model

two phases: fault detection phase and fault recovery phase. Accordingly, based on the symmetric links of the Gaussian network and the shortest path routing as in formula (5), the fault recovery process will be optimized as multiple path routing.

A. Fault Detection Phase

In wireless sensor networks, there are many causes for faults such as software failure, hardware failure, natural factors, harsh device deployment environment, resulting in network connection failures. In this paper, we propose a fault detection mechanism for CH nodes based on clustering and selfdiagnostics by following the information exchanged between neighbors CH. Accordingly, after selecting CHs, the CHs periodically broadcast the grid-ID (grid index) and CH-ID (the CH index) for the CHs in four adjacent clusters. Therefore, each CH node will update a CH neighbor table [TeX:] $$\left(\text { NeigTable }_{C H}\right),$$ which includes adjacent grid-ID, CH-ID, and CH states of adjacent clusters (Fig. 4). In a given period of information exchange time [TeX:] $$T_{\text {heathCH }}\left(T_{\text {heathCH }}<T_{a}\right),$$ if a CH does not receive information from the adjacent CHs then it will update the state of the corresponding CH in the CH neighbor table as “false”. According to the CH status in the CH neighbor table, our proposal will diagnose CH node fault or not.

B. Fault Recovery Phase

In our network model, the faults may occur at the CH nodes or CM nodes, which would cause the link between the CH nodes (extra-connections) or between CH and CMs (intraconnections) to be lost.

In case of the CMs fault, CM nodes are automatically removed from the cluster, and

In case of the CHs fault, the fault recovery mechanism is executed until another CH is re-selected in the cluster.

In fault recovery mechanism, one CH before forwarding the packet, it will get the next CH state from [TeX:] $$\text { NeigTable }_{C H}.$$ If

Fig. 4.
Definition of the CH neighbor table [TeX:] $$(N \text { eigTable_{CH } })$$ and an example of CH neighbor table of CH 1.
Fig. 5.
Multi-path routing in fault-recovery, for example, packets at node [TeX:] $$\beta$$ can be transmitted to [TeX:] $$\beta_{1} \text { or } \beta_{2} \text {. }$$

this next CH fails, the packets will be automatically forwarded to other next CH nodes as in algorithm 3.

Accordingly, the routing paths of packets from [TeX:] $$C H(\beta= \ \left.x_{s}+y_{s} i\right)$$ node to [TeX:] $$B S\left(\eta=x_{d}+y_{d} i\right)$$ node include [TeX:] $$D(\eta, \beta)= \left|X_{\min }\right|+\left|Y_{\min }\right|$$ hops (1). In this case, the packet can be transmitted in real dimension (real axis) or imaginary dimension (imaginary axis), this means that at node [TeX:] $$\beta=x_{s}+y_{s} i,$$ the packets can be transmitted to next nodes [TeX:] $$\beta_{1}=\left(x_{s}+1\right)+y_{s} i$$ or [TeX:] $$\beta_{2}=x_{s}+\left(y_{s}+1\right) i$$ as in algorithm 2. Therefore, in our fault recovery mechanism, the number of redundant routing paths to send data from the source node to the destination node is [TeX:] $$N_{\text {path }}$$ as formula (6), where [TeX:] $$N_{\text {path }}$$ is a 2-combination of a set [TeX:] $$D(\eta, \beta).$$ Therefore, during the routing process, if the next CH fault on the real axis [TeX:] $$\left(\beta_{1}\right.$$ is faulty), it will be replaced by the next CH node in the imaginary axis [TeX:] $$\left(\beta_{2}\right),$$ similarly, if the CH fault on the imaginary axis ([TeX:] $$\beta_{2}$$ is faulty) will be replaced by [TeX:] $$\beta_{1}$$ as shown in formula (7). In algorithm 3, we introduced in detail the fault detection and fault recovery mechanism in new WSN network model, it is simple and easy to implement. The algorithm 3 will be applied in [TeX:] $$algorithm 2$$ step 3.

(6)
[TeX:] $$N_{\mathrm{path}}=\frac{D(\eta, \beta) !}{2 !(D(\eta, \beta)-2) !}$$

(7)
[TeX:] $$P_{(\beta, \eta)} \rightarrow\left\{\begin{array}{l} \text { formula(5), if there is no fault, } \\ \beta_{1\left(x_{s} \pm 1, y_{s}\right)}, \text { if fault in imaginary axis }, \\ \beta_{2\left(x_{s}, y_{s} \pm 1\right)}, \text { if fault in real axis } \end{array}\right.$$

Fault-recovery algorithm, at [TeX:] $$\left(\gamma=x_{s}+\right. \left.y_{i} i\right)$$
V. SIMULATION AND ANALYSIS

In order to increase the efficiency of comparing routing protocols in WSN with hundreds of sensors, as well as without losing generality, we will evaluate the performance through MATLAB. The MATLAB has also been used effectively as in [41]. In this simulation, to facilitate the installation and evaluation, we have set up the network with parameters as shown in Table I. The sensors are deployed randomly in a rectangular area [TeX:] $$S=X \times Y.$$ We evaluated the performance of our proposal (FCGW) against the existing HEED, FT-LEACH, and PSO-UFC protocols [33]. The PSO-UFC is the new fault-tolerant routing basis on Particle Swarm Optimization approach with a number of particles [TeX:] $$N_{P}=20.$$ The protocols were compared in two cases, one when BS is at the center of the network, and the second one is when the BS is located at [TeX:] $$(X / 2, Y+50),$$ outside the network. The results of comparison and evaluation are as follows.

A. Energy Efficiency and Dead Nodes
Table I
The network parameters in simulation
Fig. 6.
The average residual energy per round in the network with 150 sensors.

energy, network lifetime, number of dead nodes, etc. The energy consumed at a node for transmitting and receiving data depends on the number of bits l and the distance d. Accordingly, the energy consumption model to transmit and receive respectively as in formula (8) and formula (9) [42].

(8)
[TeX:] $$E_{T X}(l, d)=\left\{\begin{array}{l} l \times E_{\text {elec }}+l \times E_{f s} \times d^{2},\left(d<d_{0}\right) \\ l \times E_{\text {elec }}+l \times E_{m p} \times d^{4},\left(d \geq d_{0}\right) \end{array}\right.$$

(9)
[TeX:] $$E_{R X}(l, d)=l \times E_{\text {elec }},$$

where, [TeX:] $$E_{\text {elec }}$$ is the energy is consumed per bit, [TeX:] $$E_{f s}$$ is the amplification energy for free space model, [TeX:] $$E_{m p}$$ is the amplification energy for multi-path model, and [TeX:] $$d_{0}=E_{f s} / E_{m p}$$ is the threshold transmission distance.

In this energy efficiency evaluation, we simulated the network with 150 sensors. The results are shown by the average residual energy as in Figs. 6(a) and 6(b) and the number of dead nodes as in Figs. 7(a) and 7(b). In Fig. 6, the results have shown that the average residual energy of the FCGW protocol is always better than other protocols in both cases of the BS position. As shown in Fig. 6(a), the average residual energy of HEED is 0, FT-LEACH and PSO-UFC are less than 30% (energy consumption>70%), while the average residual energy of FCGW is about 48% (energy consumption <52%). In Fig. 6(b), the average residual energy of FT-LEACH and PSO-UFC is less than 8%, while for FCGW protocol it is greater than 20%. According to results shown in in Fig. 7, the number of dead nodes of FCGW is the smallest. In Fig. 7(a), at round 400, in HEED all the nodes are dead, PSO-UFC and FT-LEACH have dead nodes greater than 20, while FCGW starts to have dead nodes. In the case when the BS node is outside, the total number of dead nodes has been more clearly assessed with FT-LEACH and FCGW, as shown in Fig. 7(b). From the evaluation results show that the energy efficiency of FCGW protocol is the best, because FCGW is a cluster based protocol for energy optimization. In addition, FCGW based on Gaussian integers to describe cluster heads, resulting in a significant improvement in node search, transmission, and cluster management costs.

B. Data Reliability

always affected by some factors such as harsh environment; low transmission power and fault factors. This leads to, in fact, the successful packet delivery ratio is always less than 100%, resulting in reduced packet delivery ratio, data reliability and quality of service. In this evaluation, without loss of generality, assumes that the probability of successful packet transmission P for each link to evaluate the data reliability from the CH to BS. According to multi-path in the FCGW protocol, it leads to increase the probability of successful packet transmission [TeX:] $$\left(P_{(F C G W)}\right)$$ as formula (10) than the direct transmission (onehop) protocols such as FT-LEACH, HEED or PSO-UFC.

(10)
[TeX:] $$P_{(F C G W)}=1-[1-P]^{2}$$

In this data reliability simulation, we perform simulation in case of low density to high density of sensors in the network (40, 100, 150, and 200 nodes). The simulation results in both cases of BS position inside and outside the network shown in Figs. 8(a) and 8(b). In which solid lines indicate the total number of packets sent and dashed lines indicate the total number of packets received by the protocols. The data reliability depends on the number of packets sent and received. That depends on the number of CHs in the network, as well as packet transfer methods and fault factors. Because, CH in FT-LEACH and FCGW are larger than the other protocols, so FT-LEACH and FCGW are best, while CHs in PSO-UFC depend on a number of particles. In addition, the networks have developed low energy sensors to create dead

Fig. 7.
The total number of dead nodes per round in the network with 150 sensors.

nodes (fault nodes) to evaluate the quality of fault-tolerant routing. Accordingly, FCGW has the least number of dead nodes, so the number of packets sent and received is always larger. In Figs. 8(a) and 8(b), in case of different node density of networks, the number of packets received by FCGW is always better than FT-LEACH. For ex., in the network with 200 nodes, BS position outside as in Fig. 8(b), the total number of received packets of FCGW is 14,000 (packets), while FT-LEACH is 11,000 (packets). The simulation results have shown that the network quality, as well as the data reliability of the FCGW protocol has increased greatly.

VI. CONCLUSION

In this paper, we have constructed a hierarchical topology for wireless sensor network using the Gaussian network connection properties and clustering routing. According to our approach, the sensors are randomly distributed in a rectangular area and clustered into several square grids. The CH nodes are connected together to form a Gaussian network, so this approach has improved fault tolerance through symmetric links and multi-path routing. In addition, the CH nodes are represented as Gaussian integers, which is used in the routing protocol to reduce the complexity of routing algorithms.

Fig. 8.
The total number packets are sent and received per round in two case of BS position of networks.

Results in the new proposal significantly reduces the cost of routing and maintenance of multi-path routing. However, the connecting long-distance sensor nodes as a Gaussian network in the wireless environment is a major challenge that increases packet delay. In the future, we will continue to address broadcast issues in wireless sensor networks using the Gaussian network properties and its Hamiltonian cycles.

Biography

Niansheng Liu

Niansheng Liu received the B.E. degree in Refrigeration Engineering from Xiamen Fisheries College, Xiamen, China, in 1989, the M.S. degree in Computer Engineering from Shanghai Fisheries University, Shanghai, China, in 1992, and the Ph.D. degree in Physics from Xiamen University, Xiamen, China, in 2003. He has been a Full Professor in the College of Computer Engineering of Jimei University since 2010. He is the author of three books, and more than 60 articles. His current research interests include chaos theory, , wireless network communications security information and artificial intelligence.

References

  • 1 S. Sharma, K. B. Rakesh, B. Savina, "Issues and challenges in wireless sensor networks," in Proc. IEEE ICMIRA, 2013;custom:[[[-]]]
  • 2 Indu, D. Sunita, "Wireless sensor networks: Issues and challenges," Int. J. Comput. Sci. Mobile Comput., vol. 3, no. 6, pp. 681-685, June, 2014.custom:[[[-]]]
  • 3 M. A. Kafi, J. B. Othman, N. Badache, "A survey on reliability protocols in wireless sensor networks," ACM Comput. Surveys, vol. 50, no. 2, pp. 31:1-31:47, June, 2017.doi:[[[10.1145/3064004]]]
  • 4 Mehdi Afsar, "A comprehensive fault tolerant framework for wireless sensor networks," Security Commun. Netw., vol. 8, no. 17, pp. 3247-3252, Mar, 2015.custom:[[[-]]]
  • 5 K. Gholamreza, G. Savita, S. Sukhwinder, "A survey on fault tolerance techniques in wireless sensor networks," in Proc. IEEE ICGCIoT, 2015;custom:[[[-]]]
  • 6 N. Verma, D. Singh, "Data redundancy implications in wireless sensor networks," Procedia Comput. Sci., vol. 132, pp. 1210-1217, 2018.custom:[[[-]]]
  • 7 M. Sushruta, J. Lambodar, P. Aarti, Fault tolerance in wireless sensor networks, Int. J. Adv. Research Comput. Sci. Softw. Eng., pp 146-153, vol. 2, no. 10, Oct, 2012.custom:[[[-]]]
  • 8 S. Hu, G. Li, "Fault-tolerant clustering topology evolution mechanism of wireless sensor networks," IEEE Access, vol. 6, pp. 28085-28096, 2018.doi:[[[10.1109/ACCESS.2018.2841963]]]
  • 9 F. Fanian, M. K. Rafsanjani, "Cluster-based routing protocols in wireless sensor networks: A survey based on methodology," J. Netw. Comput. Appl., vol. 142, pp. 111-142, Sept, 2019.custom:[[[-]]]
  • 10 Y. Mohamed, I. F. Senturk, A. A. Kemal, L. Sookyoung, F. Fatih, "Topology management techniques for tolerating node failures in wireless sensor networks: A survey," Comput. Netw., vol. 58, pp. 255283-255283, Jan, 2014.doi:[[[10.1016/j.comnet.2013.08.021]]]
  • 11 Z. Jiao et al., "Fault-tolerant virtual backbone in heterogeneous wireless sensor network," IEEE /ACM Trans. Netw., vol. 25, no. 6, pp. 3487-3499, Dec, 2017.doi:[[[10.1109/TNET.2017.2740328]]]
  • 12 D. N. Quoc et al., "Energy efficiency clustering based on Gaussian network for wireless sensor network," IET Commun., vol. 13, no. 6, pp. 741-747, 2019.custom:[[[-]]]
  • 13 J. Heidemann, D. Estrin, Y. Xu, "Geography-informed energy conservation for Ad Hoc routing," in Proc. ACM MobiCom, 2011;custom:[[[-]]]
  • 14 A. Munir, J. Antoon, A. Gordon-Ros, "Modeling and analysis of fault detection and fault tolerance in wireless sensor networks," ACM Trans. Embedded Comput. Syst., vol. 14, no. 1, pp. 3:1-3:43, Jan, 2015.doi:[[[10.1145/2680538]]]
  • 15 M. Arunanshu, M. K. Pabitra, "Fault diagnosis in wireless sensor networks: A survey," IEEE Commun. Surveys Tuts., vol. 15, no. 4, pp. 2000-2016, Mar, 2013.doi:[[[10.1109/SURV.2013.030713.00062]]]
  • 16 M. Shyama, Anju S. Pillai, "Fault-tolerant techniques for wireless sensor network: A comprehensive survey," Innova. Elec. Commun. Eng., vol. 51, pp. 261-269, Feb, 2019.custom:[[[-]]]
  • 17 Z. Zhang et al., "A survey on fault diagnosis in wireless sensor networks," IEEE Access, vol. 6, pp. 11349-11364, Feb, 2018.doi:[[[10.1109/ACCESS.2018.2794519]]]
  • 18 O. O. Olayinka, S. A. Attahiru, "A survey on an energy-efficient and energy-balanced routing protocol for wireless sensor networks," Sensors, vol. 17, no. 5, pp. 1084-1135, May, 2017.doi:[[[10.3390/s17051084]]]
  • 19 K. S. Sunil, K. Prabhat, P. S. Jyoti, "A survey on successors of LEACH protocol," IEEE Access, vol. 5, pp. 4298-4328, Feb, 2017.doi:[[[10.1109/ACCESS.2017.2666082]]]
  • 20 M. N. Cheraghlou, M. Haghparast, "A novel fault-tolerant leach clustering protocol for wireless sensor networks," J. CircuitsSyst. Comput, vol. 23, no. 3, pp. 145-162, Mar, 2014.doi:[[[10.1142/S0218126614500418]]]
  • 21 Y. Ossama, F. Sonia, "HEED: A hybrid, energy-efficient, distributed clustering approach for Ad Hoc sensor networks," IEEE Trans. Mobile Comput., vol. 3, no. 4, pp. 366-379, Dec, 2004.doi:[[[10.1109/TMC.2004.41]]]
  • 22 A. M. Mehdi, "Maximizing the reliability of clustered sensor networks by a fault-tolerant service," in Proc. IEEE CCECE, 2014;custom:[[[-]]]
  • 23 A. A. Anasane, A. S. Rachana, "A survey on various multipath routing protocols in wireless sensor networks," Procedia Comput. Sci., vol. 79, pp. 610-615, 2016.custom:[[[-]]]
  • 24 R. Marjan, D. Behnam, A. B. Kamalrulnizam, L. Malrey, "Multipath routing in wireless sensor networks: Survey and research challenges," Sensors, vol. 12, no. 1, pp. 650-685, Jan, 2012.doi:[[[10.3390/s120100650]]]
  • 25 S. Kewei, G. Jegnesh, G. Robert, "Multipath routing techniques in wireless sensor networks: A survey," Wireless Personal Commun., vol. 70, no. 2, pp. 807-829, May, 2013.doi:[[[10.1007/s11277-012-0723-2]]]
  • 26 B. Mokhtar, "Toward a multi-hop, multi-path fault-tolerant and load balancing hierarchical routing protocol for wireless sensor network," Wireless Sensor Netw., vol. 5, no. 11, pp. 215-222, Nov, 2013.custom:[[[-]]]
  • 27 S. Li, R. K. Neelisetti, C. Liu, A. Lim, "Efficient multi-path protocol for wireless sensor networks," Int. J. Wireless Mobile Netw., vol. 2, no. 1, pp. 110-130, Feb, 2010.custom:[[[-]]]
  • 28 W. Lou, Y. Kwon, "H-SPREAD: A hybrid multipath scheme for secure and reliable data collection in wireless sensor networks," IEEE Trans. Veh. Technol., vol. 55, no. 4, pp. 1320-1330, July, 2006.doi:[[[10.1109/TVT.2006.877707]]]
  • 29 X. Huang, Y. Fang, "Multiconstrained QoS multipath routing in wireless sensor networks," Wireless Netw., vol. 14, no. 4, pp. 465-478, Aug, 2008.doi:[[[10.1007/s11276-006-0731-9]]]
  • 30 Z. Yucai, W. Xinhua, W. Tong, L. Bingyi, S. Weixin, "Fault-tolerant multi-path routing protocol for WSN based on HEED," Int. J. Sensor Netw., vol. 20, no. 1, pp. 37-46, 2016.doi:[[[10.1504/IJSNET.2016.074280]]]
  • 31 J. Y. Teo, Y. Ha, C. K. Tham, "Interference-minimized multipath routing with congestion control in wireless sensor network for high-rate streaming," IEEE Trans. Mobile Comput., vol. 7, no. 9, pp. 1124-1137, Sept, 2008.doi:[[[10.1109/TMC.2008.24]]]
  • 32 Y. Ossama, F. Sonia, S Paolo, "An architecture for robust sensor network communications," Int. J. of Distributed Sensor Netw., vol. 1, pp. 305-327, July, 2005.doi:[[[10.1080/15501320500330786]]]
  • 33 K. Tarunpreet, K. Dilip, "Particle swarm optimization-based unequal and fault tolerant clustering protocol for wireless sensor networks," IEEE Sensors J., vol. 18, no. 11, pp. 4610-4622, Apr, 2018.custom:[[[-]]]
  • 34 C. Martinez, R. Beivide, E. Stafford, M. Moreto, E. M. Gabidulin, "Modeling toroidal networks with the Gaussian integers," IEEE Trans. Comput., vol. 57, no. 8, pp. 1046-1056, June, 2008.doi:[[[10.1109/TC.2008.57]]]
  • 35 A. Bader, B. Bella, "Edge disjoint Hamiltonian cycles in Gaussian networks," IEEE Trans. Comput., vol. 65, no. 1, pp. 315-321, Mar, 2016.doi:[[[10.1109/TC.2015.2409843]]]
  • 36 F. Mary, B. Bella, "The topology of Gaussian and Eisenstein-Jacobi interconnection networks," IEEE Trans. Parallel Dis., vol. 20, no. 8, pp. 1132-1142, Aug, 2010.doi:[[[10.1109/TPDS.2009.132]]]
  • 37 Z. Zhang, Z. Guo, Y. Yang, "Bufferless routing in optical Gaussian macrochip interconnect," IEEE Trans. Comput., vol. 63, no. 11, pp. 2685-2700, Aug, 2014.doi:[[[10.1109/TC.2013.141]]]
  • 38 B. Bella, S. Arash, F. Mary, "Higher dimensional Gaussian networks," in IEEE Trans. Parallel Dis., Sept, 2016;vol. 27, no. 9, pp. 2628-2638. custom:[[[-]]]
  • 39 Y. Wu, J. Zheng, D. Chen, D. Guo, "Modeling of Gaussian networkbased reconfigurable network-on-chip designs," IEEE Trans. Comput., vol. 65, no. 7, pp. 2134-2142, July, 2016.custom:[[[-]]]
  • 40 S. Vaibhav, K. M. Dheeresh, "A novel scheme to minimize hop count for GAF in wireless sensor networks: Two-level GAF," J. Comput. Netw. Commun., vol. 20, no. 15, pp. 1-9, Jan, 2015.doi:[[[10.1155/2015/527594]]]
  • 41 P. Neamatollahi, M. Naghibzadeh, S. Abrishami, "Fuzzy-based clustering-task scheduling for lifetime enhancement in wireless sensor networks," IEEE Sensors J., vol. 17, no. 20, pp. 6837-6844, Oct, 2017.custom:[[[-]]]
  • 42 W. Heinzelman, A. Chandrakasan, H. Balakrishnan, "An applicationspecific protocol architecture for wireless microsensor networks," IEEE Trans. Wirel. Commun., vol. 1, no. 4, pp. 660-670, 2002.custom:[[[-]]]

Table I

The network parameters in simulation
Parameter Value
1 Network area [TeX:] $$1000(\mathrm{~m}) \times 500(\mathrm{~m})$$
2 Initial energy 0.3J
3 Simulation rounds 500 (rounds)
4 Communication range 200 (m)
5 [TeX:] $$E_{\text {ele }}$$ [TeX:] $$50 * 10^{-9}(\mathrm{~J} / \mathrm{bit})$$
6 [TeX:] $$E_{m p}$$ [TeX:] $$0.0013 * 10^{-12}\left(\mathrm{~J} / \mathrm{bit} / \mathrm{m}^{4}\right)$$
7 [TeX:] $$E_{f s}$$ [TeX:] $$10 * 10^{-12}\left(\mathrm{~J} / \mathrm{bit} / \mathrm{m}^{2}\right)$$
8 CH packet size 4000 Kb
9 CM packet size 200 Kb
The CHs are connected as mesh network based on Gaussian network connection model (example [TeX:] $$\alpha=4+4 i).$$
The network are is divided into several square virtual grids by GAF algorithm.
Each cluster (represented by one CH) is represented as a Gaussian integer in our network model.
Get Gaussian integer from cluster ID
Shortest path routing in our WSN model
Definition of the CH neighbor table [TeX:] $$(N \text { eigTable_{CH } })$$ and an example of CH neighbor table of CH 1.
Multi-path routing in fault-recovery, for example, packets at node [TeX:] $$\beta$$ can be transmitted to [TeX:] $$\beta_{1} \text { or } \beta_{2} \text {. }$$
Fault-recovery algorithm, at [TeX:] $$\left(\gamma=x_{s}+\right. \left.y_{i} i\right)$$
The average residual energy per round in the network with 150 sensors.
The total number of dead nodes per round in the network with 150 sensors.
The total number packets are sent and received per round in two case of BS position of networks.