Movatterモバイル変換


[0]ホーム

URL:


Skip to main content

Advertisement

Volume 18 Supplement 1

LADC'2011

Energy-aware test connection assignment for the self-diagnosis of a wireless sensor network

Journal of the Brazilian Computer Societyvolume 18pages19–27 (2012)Cite this article

Abstract

Sensor nodes inWireless Sensor Networks (WSNs) are prone to failures due to the fragile hardware, malicious attacks, or hostile or harsh environment. In order to assure reliable, long-term monitoring of the phenomenon under investigation, a major challenge is to detect node malfunctions as soon as possible and with an energy efficient approach. We address this problem by using a system-level diagnosis strategy in which the sink issues to the WSN a self-diagnosis task that involves a number of mutual tests among sensors. Based on the test outcomes, the sink executes the diagnosis procedure. This work presents an algorithm for the assignment of tests among the sensors of a WSN that assures the desired system diagnosability and that is aware of energy consumption. We show by simulation experiments that the present approach, as compared to a previous one, enables consistent energy savings on the sensors.

1Introduction

A plethora of applications of Wireless Sensor Networks (WSN) [1], including medical diagnosis, infrastructure monitoring, environmental sensing, between others [5,9,16] incur on reliability issues. Corke et al. [9] emphasises the need for software utilities and hardware tools to remotely control and monitor deployed nodes and networks in such a way that slow degradations in transducer performance or battery capacity, for example, are detected and rectified. In this paper, we are concerned with an energy-aware testing approach for identifying node malfunctions in a WSN. As in [28], we adopt asystem-level diagnosis strategy in which we assume that extreme readings produced by presumable faulty sensors are detected by the sink, which establishes a connection assignment, i.e., that requests the execution of a set of mutual tests in the neighborhood of the nodes under monitoring. The results of such tests are collected by the sink which, in turn, executes a diagnosis algorithm in order to detect the faulty sensors (if any).

The field ofsystem-level diagnosis has evolved from the work of Preparata, Metze, and Chien, which proposed the first diagnosis model, known as PMC [19]. In the PMC model, a system is considered as a set of units that are able to execute mutual tests among themselves. The system is represented as a directed graph where vertices represent the system units, and a testing link exists between unitsui anduj if there is a communication link between them and unitui tests unituj. The set of test outcomes, known as thesyndrome, is decoded by a centralized system supervisor. Preparata et al. [19] and later Hakimi and Amin [14] characterized the PMC model stating the topological properties of the diagnostic graph under which a system is diagnosable. An efficient syndrome decoding algorithm for the PMC model able to identify all faulty units was proposed by Dahbura–Masson [12]; another algorithm able to identify almost all faulty units was later proposed in [4].

Although many system-level diagnosis approaches have been proposed so far [2,3,13,20,23], the fact that the PMC model relies on a central supervisor finds applicability in WSN due to the presence of the sink that can collect and process the diagnostic information.

The present work considers the problem of building a connection assignment of the sensors in a WSN in order to ensure an energy-aware diagnosable system. The PMC model defines a system ofn units ast-diagnosable if all faulty units can be diagnosed provided the number of faulty units does not exceedt [19] (t is also called thediagnosability of the system). In order to diagnoset units, the following conditions must hold: (c1) the numbern of units in the system must be greater than or equal to 2t+1, and (c2) a unit must be tested by at leastt other units [19].

The conditions (c1) and (c2) above are necessary and sufficient fort-diagnosability provided there are not reciprocal tests, i.e., no two units test each other. On the other hand, if there are units that test each other, a third diagnosability condition is formulated in replacement of (c2) [14], for which a corollary is given: (c3) letG be a digraph of a system ofn units; ifκ(G) ≥t then the system ist-diagnosable, whereκ(G) stands for the connectivity ofG, i.e., the minimum number of vertices whose removal disconnectsG [10].

Specifically, we present an heuristic that chooses the set of sensors to be involved in the tests in order to meet the conditions above. This heuristic, calledEnergy Efficient Test Assignment without reciprocal tests (EETA) builds over our preliminary work [28].

The rest of this work is organized as follows: the next section presents related work. Sections3 and4 present the diagnostic model and the energy model, respectively. In Sect.5, the energy efficient test strategy is described. In Sect.6, simulation results are evaluated in comparison with a previous approach. Section7 presents concluding remarks.

2Related work

The work of Corke et al. [9] is concerned with outdoor applications of wireless sensor networks involving natural environment or agriculture like microclimate monitoring for farms and rain forests, water-quality monitoring and cattle monitoring and control. Nevertheless, the work also addresses the challenges faced by the authors to ensure the reliability of the deployed sensors and networks. For soil moisture monitoring application, the sensor board includes power supply, solar charging circuit, and sensing for on-board temperature, battery voltage and charging current. In rainforest monitoring, in the default mode of operation, all energy for the devices come from rechargeable batteries working in combination with solar panels. In the event no further energy is harvested for long periods, the system switches to nonrechargeable energy supply when the rechargeable battery voltage falls below a threshold, and switches back whenever this voltage rises again. In a lake water quality monitoring application, a robot is used to crosscheck the calibration of deployed nodes using its own higher quality temperature transducer in such a way that anomalous events detected by the network are automatically investigated.

In [6], Chessa and Santi present a comparison based testing strategy in which the diagnosis model exploits the one-to-many communication paradigm typical of ad-hoc networks. Both hard and soft faults are considered and the diagnosis is based upon comparison of the results generated by testing tasks assigned to pairs of units with a common neighbor.

In [27], the problem of determining a connection assignment of the sensors in a WSN is considered. Two strategies are shown, one for the scenario in which reciprocal tests among sensors are possible and other for the scenario in which there are no reciprocal tests. In both cases, a square regionR which encloses all sensors that raised an alarm is considered. The testing strategies establish the way the sensors in the regionR coordinate actions to perform the testing tasks. The strategy with reciprocal tests defines that a sensor must test all its neighbors, and considers that the number of sensors in regionR is big enough to reach the desired diagnosability. In the strategy without reciprocal tests, the regionR is partitioned into four quadrants of equal size. Sensors present in the same quadrant do not execute reciprocal tests. The sensors in one quadrant ask for tests to the sensors in the successor quadrant and they are asked for tests by the sensors in the predecessor quadrant. Simulations show for which topological properties of the diagnostic graph a desired level of system diagnosability is ensured for both strategies. More details of the approach presented in [27] are shown in Sect.6.

Some works fit the research trend of diagnosis in WSN. In [30], the authors propose a comparison-based fault locating arithmetic for multisource network cluster nodes. The approach is based on layer-built topology structure and one-to-many communication mode. In [8], the authors present a distributed adaptive scheme for detecting faults in WSN where each node makes a local decision based on comparisons between neighbors, along with the dissemination of the decision to them. Time redundancy is used to enhance the accuracy of detection and tolerate transient faults in sensing and communication.

Energy-aware testing strategies are presented in [7,24], and [25]. In [7], Chessa and Santi proposed an energy-efficient fault diagnosis protocol for wireless sensor networks. This protocol, calledWSNDiag, is capable of diagnosingcrash faults.Crash faults are permanent and the faulty sensors can not do any kind of communication. The diagnosis process begins after a fault-free sensor, or an external unit, asks for the diagnosis. Thus, the diagnosis works on demand, resulting in an economy of energy for the whole system. The protocol is capable of correct diagnosis in a system with up tot faulty units, wheret<k(G) andk(G) stands for the connectivity of the system. In [24], an energy-efficient distributed approach improves network lifetime by detecting data faults locally in cluster heads. The type of data faults is identified by using trust and reputation concepts. The sensors that belong to the same cluster share and compare their readings. From these comparisons, each sensor generates a set of possible faulty neighbor sensors. The cluster head verifies which sensors present more fault indications to find the set of possible faulty sensors in the cluster. In [25], another energy-efficient cluster-based approach avoids performance degradation aiming at detecting in advance the failures that may cause connectivity loss.

Some other works relevant to ours study topological properties of networks. In [18], a formal proof is presented for the minimum degree a network must have in order to bek-connected with high probability provided the numbern of the nodes in the network is big enough. In [29], the authors show how many neighbors the nodes of a network withn randomly placed nodes should be connected to in order to the overall network to be connected. The problem of determining the critical transmitting range (CTR) for connectivity in mobile ad hoc networks is studied in [22]. In this work, Santi investigates the relations between the CTR in case of stationary networks with uniformly distributed nodes and two other cases. The first is the CTR in the presence of M-like node mobility (where M is an arbitrary bounded and obstacle free mobility model) and the second is the case of RWP mobility [15] (which is the most common mobility model used in the simulation of ad hoc networks).

3Diagnostic model

In our model, we consider a WSN composed of sensors deployed in a sensing area with uniform distribution. We assume that the topology of the WSN is known to the sink. We also assume that each sensor knows its geographical coordinates within the sensing area and that this information is known to the sink. The WSN is modeled as the system graphG=(V,E) where each vertexv inV represents a sensor and an edge (vi,vj)E if and only ifvi andvjV are within the transmission range of each other.

The sensors perform a monitoring task aimed at raising an alarm when they detect anomalous events (for example, in agriculture, the sensors may check for the level of some chemical reactants in a large cultivated area and raise alarms when such level exceeds a given threshold). The alarms are sent to the sink, which before forwarding the alarm to the user, start a diagnosis procedure to check for their correctness. The diagnosis procedure may also be started by the sink on demand or when anomalous readings are reported by a set of sensors. We assume that a setT (of cardinalityt) of sensors have had their readings reported. In response, the sink asks a number of mutual tests among a set of nearby sensorsQ, whereTQ.

The nature of the test is application dependent; in WSNs, some of the most common causes of failures include sensor calibration faults, hardware faults due to harsh environments, connection failures, low battery, between others [26]. In general, a test (vi,vj) consists of a set of input stimuli that are produced by the testing sensorvi and sent to the tested sensorvj. In turn,vj produces a test result that is sent back tovi. Finally,vi compares the output produced byvj with the expected output and it produces the test result that is a binary outcome: it is 0 if the two results match (and then the test succeeds), and it is 1 otherwise (i.e., the test fails). As in the PMC model it is assumed that the outcome of a test performed by a fault-free sensor is always reliable (i.e., it is 0 if the tested sensor is fault-free and it is 1 if the tested sensor is faulty), while it is completely unreliable if the testing sensor is faulty. All the test outcomes are finally collected by the sink and decoded by using a suitable diagnosis algorithm.

In the PMC model, the execution of the test requires a bidirectional link betweenvi andvj. However, as observed in [6], in WSN the tests may also be executed in presence of unidirectional links. In particular, a sensor may start a self-test on a predefined set of stimuli and it may send the output to another sensor that compares it with the expected results. Clearly, this second test model does not require a bidirectional communication link between the tested and the testing sensors, but it is sufficient only that the tested sensor be able to send its output to the tester. In this paper, we consider tests executed in presence of unidirectional links, and the case in which there are no reciprocal tests. Thus, the diagnosability can be derived by conditions (c1) and (c2) described in Sect. 1.

Our goal is for the sink to define a test connection assignment to be used by the sensors to perform the tests. The connection assignment is a testing graphD=(VD,ED), whereVDV,EDE and an edge (vi,vj)ED if and only ifvi testsvj. We definen as the cardinality ofVD.

The heuristic for the definition of the graphD also seeks for the reduction of the energy consumption needed for the execution of the tests. This is obtained by limiting the number of sensors that take part in the testing procedure. The selection of the sensors ofVD also takes into account their geographical position in order to minimize the distance between the tested and testing sensors. This ensures tests with smaller energy cost.

For the definition of the testing graphD, the sink at first identifies the geographic regionR where the readings were generated. This region is defined as the smallest rectangular area that comprises all of the sensors inT. Figure 1 shows an example of the definition of the regionR witht=3. In the figure, circles represent sensors. Sensors shown with an “X” belong toT.

Fig. 1
figure 1

Network with the definition of the regionR, witht=3

The sensors inV are divided into 4 groups, or quadrants, using the pointRc, the center of regionR, as the basis for the division. Figure2 shows an example of the division of the network into quadrants. We defineVi as the set of sensors present in quadranti (i=0,…,3). Thus, we haveV=V0V1V2V3.

Fig. 2
figure 2

Example of the division of the network in quadrants usingRc

Similarly to [27], tests are executed in a predefined order between the quadrants, which ensures that reciprocal tests do not occur. Each quadrant has two neighbors. In a counterclockwise order, they are called the predecessor quadrant and the successor quadrant. As opposed to that strategy, in which the sensors seek fort testers between the sensors in the successor quadrant and build the testing graph in a distributed way, in the present strategy the sensors ofVD, defined by the sink, execute a predefined diagnosis task, whose output is sent to their testing sensors located in the predecessor quadrant. These sensors, in turn, send the binary outcome to the sink.

It should be observed that, in order for the diagnostic graphD to bet-diagnosable, the conditions (c1) (i.e., thatn≥2t+1) and (c2) (i.e., the indegree of each vertex inD is at leastt, or, in other words, each sensor is tested by at leastt other sensors) should be met [19].

4The energy model

In order to estimate the energy consumption of a given testing assignment, we consider the one-slope model [17], a widely used propagation model in wireless communications. This model assumes a linear dependence between the path loss (dB) and the logarithm of the distance d between the transmitter and the receiver, as expressed in1:

(1)

wherel0 is the path loss at a reference distance of 1 meter (though the paper we express distances in meters), andα is the power decay index (also called path loss exponent). In general, to ensure a communication between a transmittert and a receiverr placed at distanced from each other it is necessary that the packet sent byt reachesr with a power level higher than the sensitivity of the receiver. In other words, lettingEt be the transmission power of the transmitter,Er the power of the signal at the receiver (whereEr depends onEt and the distanced), and Em be the sensitivity of the receiver, must beEr>Em.

By (1) must be

(2)

IntroducingEr>Em in2, we obtain that the minimum transmission powerEt at the transmitter that ensures that the packet reaches the receiver with the required power is

(3)

Now (3) depends on the distanced, the sensitivity of the receiver and the parametersl0 andα. For the latter parameters, we take in the simulations typical values [21] (in particular, we setl0=10 andα=3), whileEm depends on the actual hardware of the WSN.

From (3), it follows that the energy spent grows polynomially with the distanced, with an exponent equal toα.

5The energy efficient testing strategy

The Energy Efficient Test Assignment without reciprocal tests (EETA) algorithm builds the testing graphD by taking into account the total energy cost needed for the sensors to execute all the tests of the connection assignment. To this purpose, EETA definesCi,j as the energy cost spent by the sensorsvi andvj when the sensorvi executes a test over the sensorvj.

Initially, EETA initializes setVD as the set of sensors in regionR. Considering the division in four quadrant of the WSN, alsoR results divided in four quadrants accordingly. As a result also the sensors in setVD can be considered split into four subsets, each corresponding to a quadrant. Specifically, we defineQi (with 0≥i≤3) as the set of sensors positioned in quadranti and selected for the connection assignment. Thus, we haveVD=Q0Q1Q2Q3, withQiVi.

In order to satisfy the conditions stated in Sect.3, each of theQi must be composed of at leastt sensors (with the sensors ofT included). Witht sensors in each quadrant, each sensor can be tested byt others (c2) and the number of sensors that participate to the diagnosis is sufficient to satisfy (c1), once we have 4t≥2t+1. As long as the testing strategy tries to diminish the number of sensors inVD, we haven=4t, the minimumn required in our heuristic. Furthermore, the distance toRc, the center of regionR, is also taken into account to choose the sensors inVD.

Note that the initial selection ofVD may not be sufficient to ensure thatt sensors per quadrant are chosen, hence, in this case, other sensors outsideR should be added toVD. However, in cases where the regionR is near the border of the network, it may not be possible to have at leastt sensors in each quadrant. In order to guarantee the number of testers per quadrant, the centerRc of the regionR is then shifted toward the center of the network andR is enlarged accordingly.

The total energy cost spent by the tests made by the sensors present in quadranti is defined as, i.e.,(vi,vj)EDviQi and. We also define the total energy cost spent by all tests made byD asCT(D). Thus, we have. The selection of sensors ofVD is made to minimize the total energy consumption by tests between sensors.

For the diagnosis to be possible, condition (c2) must be fulfilled. As |Qi|=t, we can conclude that a sensorvkQi will test all sensors present in, i.e.,ED={(vk,vl)vkQi and fori=0,…,3}.

It should be observed that edge (vi,vj)ED may not exist initially inE, i.e., the sensorvi may not be on the transmission range of the sensorvj. In order to make possible that the sensorvi testsvj it is necessary that the transmission range ofvj be tuned. So the sink asks the sensors that are not neighbors of their testing sensors, i.e., that make and edge inED, to augment their transmission ranges (i.e., the transmission power) in order to enable the test. The underlying assumption is that the network is dense and large andt is relatively small with respect to the network density so that the cases in which a sensor must augment its transmission power is unlikely to happen.

In order to permit that the selection of sensors in each quadrant makes the reduction ofCT(D) possible, an initial heuristic is used. At first, the sensors inT are selected for each of the quadrants in which they are positioned, since those sensors must participate to the testing procedure. Thus, we defineTi as the set of sensors ofT geographically positioned in quadrant i. The cardinality ofTi is equal toti. Thus, we haveTiQi and. Considering the energy model presented in this work, the energy cost needed for the execution of a test grows polynomially with the geographic distance between the sensors. Thus, if sensors that are geographically near are selected forVD, we have a higher probability of generating a testing graphD with a value ofCT(D) that is reduced.

The initial selection of sensors inVD is thus based on the distance of the sensors to a common point,Rc in this case. Based on this principle,Qi is initially formed by theti sensors ofTi and thetti sensors of the quadranti geographically nearer fromRc. Thus,VD is formed mainly by sensors near toRc. Figure 3 shows an example of the definition of the setVD. Black bullets represent sensors that belong toVD. It should be observed that the simple strategy of picking up any initial set oft sensors does not lead to an optimal solution.

Fig. 3
figure 3

Definition of the initial setVD with the sensors ofT (marked with an “X”) and the sensors geographically nearest fromRc, witht=3

Even though the initial heuristic has the goal of selecting the nearest sensors to the pointRc, it should be observed that a sensorvkTi may be farther fromRc than a sensorvl(ViQi). Nevertheless, every sensorvT must participate to the diagnosis procedure, regardless of its distance to the pointRc.

Although the sensors selected by the initial heuristic are the nearest from the center ofR, farther sensors may be less distant from the majority of sensors present in their predecessor and successor quadrants, and may produce smaller test costs. This case can be seen in Figs.4 and5. In the example of the figures, the exchange of a sensor farther fromRc than another, but nearer from the majority of the chosen sensors in the neighbor quadrants may diminishCT(D). In order to evaluate the possible sets of sensors that guarantee a minor value forCT(D) than that obtained by the initial heuristic, an algorithm is executed.

Fig. 4
figure 4

Example of choice of sensor farther fromRc with lower energy cost

Fig. 5
figure 5

The network after the exchange of the sensors that participate to the testing graphD

Consider the sensorsvkVi andvlVi. The sensorvk is defined as the sensor farthest fromRc that belongs toQi, andvl is defined as the sensor geographically nearest to the sensorvk, and farther fromRc thanvk, so thatvlQi. In other words,vl is the sensor nearest fromRc that was not selected forQi. The algorithm consists in verifying if the exchange of any sensorvnQi by the sensorvl produces a reduction inCT(D). The exchange that produces the higher reduction inCT(D) is performed. The process is repeated searching for other possible exchanges and is finished once the exchange of a sensorvnQi by any sensorvlQi does not generate a reduction inCT(D).

This process is performed in all of the quadrants, one quadrant at a time, i.e., at first the possible exchanges are verified in quadrant 0, until no exchange is performed, then the process is initiated in quadrant 1, and so on. The strategy is finished when there is no exchange in any of the four quadrants.

Although the quadrants may be visited more than once in the searching for possible exchanges, the strategy is finite once at some point every farther sensor will produce a higher cost. It is also clear that this heuristic iterates at most a number of times equal to the number of the sensors in the network.

6Evaluation

In this section, simulation results whose goal is to evaluate the energy consumption of the testing strategy are presented.

The simulation results presented in this section show a comparison analysis of the energy consumption between the strategy with no reciprocal tests presented in [27], TAWR (Test Assignment Without Reciprocal tests), and the EETA heuristic.

TAWR [27] divides the regionR into four quadrants. Sensors of a quadrant ask for tests for sensors on the successor quadrant and test sensors on the predecessor quadrant. Thus, the sensors themselves define the testing graph. Furthermore, the test procedure is not based on a self-test as in EETA, which produces greater information exchange between the sensors and thus greater overhead. More specifically, in TAWR each node asks for tests broadcasting a message seeking for testers. Sensors in the neighbor quadrant that receive the messages answer sending testing stimuli. Then the tested sensors send test replies to the testers. Thus, the overhead is greater than that of EETA, in which the sink defines the testers of each node and the tested sensors send replies to a predefined set of testing stimuli.

In all of the simulations, networks of size 100×100 m2 composed of 512 and 1024 sensors are considered. For each simulation experiment, a region with 10% of the total size of the network is randomly defined.t sensors of this region are randomly selected as the sensors ofT. Experiments were run for the following values oft: 5, 8, 10, 12, and 15.

For each set of input values, a set of 100 different random network graphs were generated. For each graph, the simulator creates the diagnostic graphD and calculates the energy costCT(D), based on the models presented in Sects. 4 and 5.

In EETA, the cost of a test executed by sensorvi on sensorvj at a distanced from each other is computed as the sum of the energy spent byvj to send the output sequence of a self-test tovi, and byvi to receive such outcome. In particular, for each packet sent we consider (3) instantiated with typical values of class mote sensors, taken from their datasheets [11], and we make the assumption that each test involves 100 packet’s transmissions.

In TAWR, the testing links are bidirectional, as in the traditional PMC model. Thus, the cost of a test executed by sensorvi on sensorvj is equal to the sum of the energy spent sending a test task from sensorvi to sensorvj plus the test reply by the tested sensorvj back to sensorvi. As opposed to the results presented in [28], in which only the cost of sending an output test sequence was computed for comparison with EETA, in the present work the overall cost of TAWR is taken into account for comparison purposes.

Four sets of experiments were run. Figure 6 shows the ratio between the total energy costCT(D) consumed by the tests of graphD of both strategies, and for different values of t. Not surprisingly, the strategy EETA presents smallerCT(D) in all simulation experiments, either on networks with 512 sensors or on networks with 1,024 sensors.

Fig. 6
figure 6

Ratio between the total energy cost presented by strategies EETA and TAWR, for different values oft

Furthermore, the algorithm of strategy EETA employs a smaller number of sensors in the diagnosis process. Thus, less tests are performed, generating smaller total energy costsCT(D). TAWR uses more thant sensors in each quadrant; ast sensors are needed for each sensor that participates in the diagnosis that makesn>4t in that heuristic. Figure7 shows a comparison between the number of sensors used in the diagnosis process in both strategies. For strategy EETA, a number of 4t sensors is always used. For strategy TAWR, on the other hand, the number of sensors used in the diagnosis process increases with the network density. Even though the increase in the network density ensures tests with a smaller cost in both strategies, the use of a greater number of sensors increments the total energy cost in strategy TAWR. It should be observed that in Fig.7 the results of strategy EETA for 512 sensors and for 1,024 sensors are overwritten, once they are the same (4t), i.e., strategy EETA always uses the minimum number of sensors in the diagnosis process. Figures 8 and 9 show the testing graphs generated in each strategy for the same set of initial nodes under monitoring. It should be observed that the number of sensors used by EETA is reduced if compared to the number of sensors used by strategy TAWR.

Fig. 7
figure 7

Number of sensors used by strategies EETA and TAWR, with different values oft

Fig. 8
figure 8

Testing graph for strategy TAWR

Fig. 9
figure 9

Testing graph for strategy EETA

Figure 10 shows the ratio between the average energy costs used by both strategies. The average cost is calculated by the division of the total energy costCT(D) by the number of sensors used in the diagnosis process. Similarly to the total energy costCT(D), the average cost is also smaller for strategy EETA.

Fig. 10
figure 10

Ratio between the average energy cost presented by strategies EETA and TAWR, for different values oft

The strategies have their maximum costs compared in Fig.11. The maximum energy cost used by one strategy,CM(D) is equal to the energy consumption presented by the sensor with maximum cost, i.e., between all of the sensors that participate to the process, the sensor with highest energy consumption is chosen. The cost of this sensor is then named the maximum cost ofD. Thus, we haveCM(D)=max(CiviVD), whereCi is the total cost presented by the sensorvi. Again, EETA performs better than TAWR.

Fig. 11
figure 11

Ratio between the maximum energy cost presented by strategies EETA and TAWR, for different values oft

7Conclusion

In this paper, we have addressed the problem of building a connection assignment of the sensors in a WSN in order to ensure an energy-efficient test procedure. The EETA heuristic (Energy Efficient Test Assignment without reciprocal tests) is compared with a previous approach named TAWR (Test Assignment Without Reciprocal tests). Both strategies divide the network in four quadrants to construct a testing graph in which reciprocal tests do not occur. However, EETA seeks to minimize the energy consumption of the testing procedure by reducing the number of sensors that take part to the diagnosis procedure and by reducing the distance between them. An energy model is adopted, in which the energy cost of a test between sensors grows polynomially with the distance between them.

Experimental results show that EETA presents total, average and maximum energy costs smaller than TAWR. Furthermore, EETA applies a smaller number of sensors than TAWR. Future work includes simulation experiments to evaluate the scalability of the solution presented, and the comparison with other energy-efficient approaches. We also plan to investigate the fairness in the energy consumption of the sensors, and strategies that assign testing tasks to sensors with more residual energy.

References

  1. Baronti P, Pillai P, Chook VWC, Chessa S, Gotta A, Hu YF (2007) Wireless sensor networks: a survey on the state of the art and the 802.15.4 and ZigBee standards. Comput Commun 7:1655–1695

    Article  Google Scholar 

  2. Barsi F, Grandoni F, Maestrini P (1976) A theory of diagnosability without repair. IEEE Trans Comput C-25:585–593

    Article MathSciNet MATH  Google Scholar 

  3. Bianchini RP, Buskens RW (1992) Implementation of on-line distributed system-level diagnosis theory. IEEE Trans Comput 41:616–626

    Article  Google Scholar 

  4. Caruso A, Chessa S, Maestrini P (2007) Worst-case diagnosis completeness in regular graphs under the PMC model. IEEE Trans Comput 56(7):917–924

    Article MathSciNet  Google Scholar 

  5. Chen G, Hanson S, Blaauw D, Sylvester D (2010) Circuit design advances for wireless sensing applications. Proc IEEE 98(11):1808–1827

    Article  Google Scholar 

  6. Chessa S, Santi P (2001) Comparison-based system-level fault diagnosis in ad-hoc networks. In: Proc IEEE SRDS 2001, Symposium on Reliable and Distributed Systems, Oct, pp 257–266

    Google Scholar 

  7. Chessa S, Santi P (2002) Crash faults identification in wireless sensor networks. Comput Commun 25(14):1273–1282

    Article  Google Scholar 

  8. Choi J, Yim S, Huh YJ, Choi Y (2009) A distributed adaptive scheme for detecting faults in wireless sensor networks. WSEAS Trans Commun 8(2):269–278

    Google Scholar 

  9. Corke P, Wark T, Jurdak R, Hu W, Valencia P, Moore D (2010) Environmental wireless sensor networks. Proc IEEE 98(11):1903–1917

    Article  Google Scholar 

  10. Cormen TH, Leiserson CE, Rivest RL, Stein C (2001) Introduction to algorithms. MIT Press, Cambridge

    MATH  Google Scholar 

  11. Crossbow Technology Inc.http://www.xbow.com

  12. Dahbura AT, Masson GM (1984) AnO(n2.5) fault identification algorithm for diagnosable systems. IEEE Trans Comput C-33:486–492

    Article MATH  Google Scholar 

  13. Duarte EP Jr., Nanya T (1998) A hierarchical adaptive distributed system-level diagnosis algorithm. IEEE Trans Comput 47(1):34–45

    Article  Google Scholar 

  14. Hakimi SL, Amin AT (1974) Characterization of connection assignment of diagnosable systems. IEEE Trans Comput C-23:86–88

    Article MathSciNet MATH  Google Scholar 

  15. Johnson DB, Maltz DA (1996) Dynamic source routing in ad hoc wireless networks. In: Mobile Computing, pp 153–181

    Chapter  Google Scholar 

  16. Ko P, Lu C, Srivastava MB, Stankovic JA, Terzis A, Welsh M (2010) Wireless sensor networks for healthcare. Proc IEEE 98(11):1947–1960

    Article  Google Scholar 

  17. Patwari N, Hero AO, Perkins M, Correal NS, O’Dea RJ (2003) Relative location estimation in wireless sensor networks. IEEE Trans Signal Process 51(8):2137–2148

    Article  Google Scholar 

  18. Penrose MD (1999) On k-connectivity for a geometric random graph. Random Struct Algorithms 15:145–164

    Article MathSciNet MATH  Google Scholar 

  19. Preparata F, Metze G, Chien RT (1968) On the connection assignment problem of diagnosable systems. IEEE Trans Electron Comput 16:848–854

    MATH  Google Scholar 

  20. Rangarajan S, Dahbura AT, Ziegler EA (1995) A distributed system-level diagnosis algorithm for arbitrary network topologies. IEEE Trans Comput 44:312–333

    Article MATH  Google Scholar 

  21. Rappaport TS (2001) Wireless communications: principles and practice, 2nd edn. Prentice Hall, New York

    MATH  Google Scholar 

  22. Santi P (2005) The critical transmitting range for connectivity in mobile ad hoc networks. IEEE Trans Mob Comput 4(3):310–317

    Article  Google Scholar 

  23. Subbiah A, Blough DM (2004) Distributed diagnosis in dynamic fault environments. IEEE Trans Parallel Distrib Syst 15(5):453–467

    Article  Google Scholar 

  24. Taghikhaki Z, Sharifi M (2008) A trust-based distributed data fault detection algorithm for wireless sensor networks. In: 11th international conference on computer and information technology, Dec., pp 1–6

    Google Scholar 

  25. Venkataraman G, Emmanuel S, Thambipillai S (2008) Energy-efficient cluster-based scheme for failure management in sensor networks. Commun, IET 2(4):528–537

    Article  Google Scholar 

  26. Wang X, Ding L, Wang S (2011) Trust evaluation sensing for wireless sensor networks. IEEE Trans Instrum Meas 60(6):2088–2095

    Article  Google Scholar 

  27. Weber A, Kutzke AR, Chessa S (2010) Diagnosability evaluation for a system-level diagnosis algorithm for wireless sensor networks. In: IEEE symposium on computers and communications, Riccione, Italy, pp 241–244

    Chapter  Google Scholar 

  28. Weber A, Kutzke AR, Chessa S (2011) Energy-aware test connection assignment for the diagnosis of a wireless sensor network. In: Fifth Latin-American symposium on dependable computing, São José dos, Campos, Brazil, pp 65–73

    Google Scholar 

  29. Xue F, Kumar PR (2004) The number of neighbors needed for connectivity of wireless networks. Wirel Netw 10(2):169–181

    Article  Google Scholar 

  30. Zhang J, Jing B, Sun Y (2008) Fault locating arithmetic for multi-source network cluster nodes based on comparison. In: Proc world congress on intelligent control and automation, pp 7567–7571

    Google Scholar 

Download references

Author information

Authors and Affiliations

  1. Dept. Informatics Centro Politécnico, Federal University of Paraná, Jdim. Américas, 81531-990, Curitiba, Pr, Brazil

    Andréa Weber & Alexander Robert Kutzke

  2. Institute for Science and Technology of Information, Via G. Moruzzi, 1, 56124, Pisa, Italy

    Stefano Chessa

  3. Computer Science Department, University of Pisa, Largo Pontecorvo 3, 56127, Pisa, Italy

    Stefano Chessa

Authors
  1. Andréa Weber

    You can also search for this author inPubMed Google Scholar

  2. Alexander Robert Kutzke

    You can also search for this author inPubMed Google Scholar

  3. Stefano Chessa

    You can also search for this author inPubMed Google Scholar

Corresponding author

Correspondence toAndréa Weber.

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 2.0 International License (https://creativecommons.org/licenses/by/2.0 ), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Weber, A., Kutzke, A.R. & Chessa, S. Energy-aware test connection assignment for the self-diagnosis of a wireless sensor network.J Braz Comput Soc18, 19–27 (2012). https://doi.org/10.1007/s13173-012-0057-7

Download citation

Keywords

Download PDF

[8]ページ先頭

©2009-2025 Movatter.jp