Presentation is loading. Please wait.

Presentation is loading. Please wait.

Seyedehmehrnaz Mireslami, Mohammad Moshirpour, Behrouz H. Far Department of Electrical and Computer Engineering University of Calgary, Canada {smiresla,

Similar presentations


Presentation on theme: "Seyedehmehrnaz Mireslami, Mohammad Moshirpour, Behrouz H. Far Department of Electrical and Computer Engineering University of Calgary, Canada {smiresla,"— Presentation transcript:

1 Seyedehmehrnaz Mireslami, Mohammad Moshirpour, Behrouz H. Far Department of Electrical and Computer Engineering University of Calgary, Canada {smiresla, mmoshirp, far}@Ucalgary.ca

2 Introduction Background Problem Solution and Challenges Distributed System Example Behavioral Modeling Identical States Semantic Causality and State Values Detecting Emergent Behavior Criteria for merging identical States Conclusion and Future work

3 Emergent behavior is a vital problem in distributed systems which leads to unexpected behaviors and major problems. Detecting emergent behavior in early design stages reduces the deployment costs significantly. Overgeneralization happens as the result of behavior model synthesis and depends on the assumptions of the process. Designing an automated algorithm for detecting emergent behaviors is beneficial.

4 Message sequence charts have been widely used for analyzing the behavior of the system. In order to explicitly model the system behavior, state machines are used. Blending scenarios that are used for describing the system, is necessary since it provides a comprehensive overview of the system behavior.

5 Two methods are proposed for combining the scenarios: State identification: In state identification, the components of the scenarios are first modeled with different states in the state machines. Then, similar component states are identified in a set of scenarios and combined in different state machines to enable the scenarios to merge Scenario composition using high-level MSC graphs: Scenarios are split to smaller parts with lower complexity. Then, high-level MSC graphs are used to blend the smaller sequence of behavior since they are simpler to manage.

6 Merging all similar states to achieve only one state machine for all of the scenarios is proposed for improving the synthesis of behavior models. However, this method takes too much time because of merging all the common states which is not always necessary as not all the common states lead to occurrence of emergent behavior.

7 In a message sequence chart MSC, Finite State Machines (FSMs) are built for any component. Merging partial behaviors from different scenarios automatically: Define a mechanism to identify identical states of components in different scenarios and assign state values. Considering three criteria before merging identical states in order to save the costs. Designing an automated method to deal with the defects which are caused by behavior model synthesis.

8 Mine Sweeping Robot (prototype) o Navigates through a city-like course o Navigates using sensory information (i.e. Battery, GPS data) o Identifies and flags the location of landmines o To cope with all of the robots functionalities two multi- core CPU units are utilized o The units are built on separate boards connected via a simple but reliable connection protocol o Two CPUs interact using the client-server architecture

9 Partial behavioral scenarios for the robot

10 For a given system component, the process of constructing a finite state machine (FSM) from message sequence charts (MSCs) that component appears in, is referred to as behaviour modeling. The state machine includes all the messages that are received or sent by that component. MSC1 MSC2 MSCn Behavioral Modeling MSC3 FSM

11 The behavior of the component is described by producing all the state machines of that system component.

12 During construction of behavioral model of a component, identical states must be identified. What is identical state? o A state of a component that remains the same during execution of multiple scenarios. Why is it important? o Identical States in the constructed behavioral model are where emergent behavior can potentially occur.

13 Other solutions: o Merge two states if their incoming transitions are the same. o Annotate all the messages in the scenarios with values of some “important” variables. Merge two states if their incoming transitions are the same and the values of system variables are also the same. o Let the domain expert decide! Our solution o Using semantic causality and state values

14 Semantic causality: A message m is a semantic cause for message n, if a component i has to keep the result of the operation m in order to perform n. o Semantic causality is an invariant property of the system under construction. o To detect identical states, we assign values to the states of the FSMs based on Semantic Causality. State values: First, the initial and final states of a FSM are defined. Then, the states value of the state m is defined depending on the transitions that come after this state.

15 Identical states are merged if the new behaviour that could be generated as the result of this merge is allowed by the system’s architecture expressed by scenarios.

16 q A B Assume two identical states q s and q t of two state machines A and B for the process i are merged into a single state q. The emergent behavior...a s b t+1... is obtained if:

17 1. b t+1 is a send message for component i. 2. b t+1 is a receive message for i and in a scenario m there is a process j where b t+1 could be sent by j to i even when a s+1 does not happen. Furthermore, process i must receive b t+1 after a s+1. 3. After b t, component i stops. q t is a final state for B. If a s+1 is a send message for i, then i has two options when it is in a state q: o Send message because of state machine A. Component i must continue with message a s+1. o Stop to send because of state machine B. So, emergent behavior...a s will happen.

18 There is no emergent behavior (none of the criteria happens )

19 Detecting unwanted behavior during the design phase is about 20 times cheaper than finding them during the deployment phase. Many of the methodologies utilized to analyze system requirements and design documents introduce a certain amount of overhead to the software development lifecycle. This work provides a systematic approach to analyze system requirements for defects, while saving on overhead by replacing ad-hoc methodologies with automated ones.

20 In this work, a new algorithm is developed for behavior model synthesis and emergent behavior detection while preventing overgeneralization. The future work may be implementing the proposed algorithm to provide an automated tool. Moreover, this work can be utilized as part of a comprehensive framework to analyze system requirements and design.


Download ppt "Seyedehmehrnaz Mireslami, Mohammad Moshirpour, Behrouz H. Far Department of Electrical and Computer Engineering University of Calgary, Canada {smiresla,"

Similar presentations


Ads by Google