Detecting Distributed Predicates Using Genetic Algorithms

Detecting Distributed Predicates Using Genetic Algorithms

Eslam Al Maghayreh, Iyad Abu Doush, Faisal Alkhateeb
Copyright: © 2013 |Pages: 15
DOI: 10.4018/jiit.2013010104
OnDemand:
(Individual Articles)
Available
$37.50
No Current Special Offers
TOTAL SAVINGS: $37.50

Abstract

Detection of distributed predicates is one of the techniques that have been used in the literature to improve the dependability of distributed programs. This technique (sometimes referred to as runtime verification) is used to verify that a given run of a distributed program satisfies certain properties (specified as predicates). In general, the detection of a distributed predicate can incur significant overhead due to the existence of multiple processes running concurrently. Several techniques have been introduced in the literature to efficiently detect distributed predicates. However, most of these techniques work efficiently for certain classes of predicates, like conjunctive predicates. In this paper, the authors have presented a technique based on genetic algorithms to efficiently detect distributed predicates under the possibly modality. The authors have used JGAP (Java Genetic Algorithms Package) to implement the algorithm and conducted several experiments to demonstrate its effectiveness.
Article Preview
Top

1. Introduction

Improving the dependability of distributed programs is not an easy task. Many techniques were introduced in the literature to help in developing dependable distributed programs. A key technique which is used by several researchers is the detection of distributed predicates (Garg, 2002; Dumais & Li, 2002; Freiling & Jhumka, 2007; Chu & Brockmeyer, 2008; Garg & Waldecker, 1994; Garg & Waldecker, 1996). In this technique a specific run of a given distributed program is verified against certain properties.

The main components of a distributed predicates detection framework are shown in Figure 1. Algorithms to detect distributed predicates can be used to verify that a particular implementation of a given distributed system satisfies some required properties. Other verification techniques, like model checking, work on a model of the system rather than a particular implementation of it. However, for some distributed applications, especially those employed in safety critical environments, it is important to reason about a particular implementation rather than an abstract model of the system. This is considered one of the main advantages of distributed predicates’ detection techniques (Garg, 2002; Al Maghayreh, 2010).

Figure 1.

The main components of a distributed predicates detection framework

jiit.2013010104.f01

The detection of distributed predicates has several applications, including the following:

  • Detection of when a distributed application reaches some stable state: This includes conditions that once become true they will not turn false anymore. For example, deadlock detection and loss of token in a token ring.

  • Testing and debugging of distributed programs: For example, when testing a leader election algorithm, we can monitor the system to detect the presence of multiple leaders.

  • Identifying bottlenecks: In this case we are interested in locating positions during the execution of a distributed application when more than n processes blocked at the same time.

  • Symmetry in Communications: Distributed predicates’ detection techniques can be used to identify when a producer starts generating items faster than what the corresponding consumer can receive and process.

The detection of distributed predicates is a time consuming task due to the concurrency in distributed applications. In order to reduce the time to solve this problem, many methods have been introduced in the literature (Al Maghayreh, 2010; Garg, 2002; Chase & Garg, 1998). A brief review of these methods will be given in Section 4. However, most of these methods work efficiently for only certain classes of predicates. It has been proved that verifying whether a run of a distributed program satisfies certain property (predicate) or not is, in general, an NP-complete problem (Garg, 2002).

In this paper, a genetic algorithm is used to develop a more powerful technique for detecting distributed predicates. This technique can work efficiently for predicates under the possibly modality (a predicate under the possibly modality is evaluated to true if it is true in at least one global state (Garg, 2002)). A genetic algorithm is a popular artificial intelligent search technique that can be used effectively to solve problems with exponential size search space which is the case in distributed predicates’ detection. In Section 5, we will give a brief introduction to genetic algorithms.

Complete Article List

Search this Journal:
Reset
Volume 20: 1 Issue (2024)
Volume 19: 1 Issue (2023)
Volume 18: 4 Issues (2022): 3 Released, 1 Forthcoming
Volume 17: 4 Issues (2021)
Volume 16: 4 Issues (2020)
Volume 15: 4 Issues (2019)
Volume 14: 4 Issues (2018)
Volume 13: 4 Issues (2017)
Volume 12: 4 Issues (2016)
Volume 11: 4 Issues (2015)
Volume 10: 4 Issues (2014)
Volume 9: 4 Issues (2013)
Volume 8: 4 Issues (2012)
Volume 7: 4 Issues (2011)
Volume 6: 4 Issues (2010)
Volume 5: 4 Issues (2009)
Volume 4: 4 Issues (2008)
Volume 3: 4 Issues (2007)
Volume 2: 4 Issues (2006)
Volume 1: 4 Issues (2005)
View Complete Journal Contents Listing