Communicating finite-state machine

From Wikipedia, the free encyclopedia

In computer science, a communicating finite-state machine is a finite state machine labeled with "receive" and "send" operations over some alphabet of channels. They were introduced by Brand and Zafiropulo,[1] and can be used as a model of concurrent processes like Petri nets. Communicating finite state machines are used frequently for modeling a communication protocol since they make it possible to detect major protocol design errors, including boundedness, deadlocks, and unspecified receptions.[2]

The advantage of communicating finite state machines is that they make it possible to decide many properties in communication protocols, beyond the level of just detecting such properties. This advantage rules out the need for human assistance or restriction in generality.[1]

Communicating finite state machines can be more powerful than finite state machines in situations where the propagation delay is not negligible (so that several messages can be in transit at one time) and in situations where it is natural to describe the protocol parties and the communication medium as separate entities.[1]

Communicating hierarchical state machine[edit]

Hierarchical state machines are finite state machines whose states themselves can be other machines. Since a communicating finite state machine is characterized by concurrency, the most notable trait in a communicating hierarchical state machine is the coexistence of hierarchy and concurrency. This has been considered highly suitable as it signifies stronger interaction inside the machine.

However, it was proved that the coexistence of hierarchy and concurrency intrinsically costs language inclusion, language equivalence, and all of universality.[3]

Definition[edit]

Protocol[edit]

For an arbitrary positive integer , a protocol [1]: 3  with process(es) is a quadruple with:

  • , a sequence of disjoint finite sets. Each set is used to represent a process, and each element of represents a possible state of the -th process.
  • (with ), a sequence representing the initial state of each process.
  • , a finite sequence of disjoint finite sets such that each set represents the possible messages which may be sent from process to process . If , then is empty.
  • is a sequence of transition functions. Each function modelizes the transition which can be taken by emitting or receiving any message. With respect to process , the symbol is used to note a message that can be received and a message that can be sent.

Global state[edit]

A global state is a pair where

  • is an ordered collection of states such that each represents a state of the -th process.
  • is an matrix such that each is a subsequence of .

The initial global state is a pair where

  • is defined to be an matrix such that for all , equals the empty word, .

Step[edit]

There are two kinds of steps, steps in which message are received and steps in which messages are sent.

A step in which the process receive a message previously sent by the -th process is a pair of the form when , with . Similarly, a pair in which a message is sent by the -th process to the -th one is a pair of the form when

Run[edit]

A run is a sequence of global states such that a step relate a state to the next one, and such that the first state is initial.

It is said that a global state is reachable if there exists a run passing through this state.

Problems[edit]

It has been proved with the introduction of the concept itself that when two finite state machines communicate with only one type of messages, boundedness, deadlocks, and unspecified reception state can be decided and identified while such is not the case when the machines communicate with two or more types of messages. Later, it has been further proved that when only one finite state machine communicates with single type of message while the communication of its partner is unconstrained, we can still decide and identify boundedness, deadlocks, and unspecified reception state.[2]

It has been further proved that when the message priority relation is empty, boundedness, deadlocks and unspecified reception state can be decided even under the condition in which there are two or more types of messages in the communication between finite state machines.[4]

Boundedness, deadlocks, and unspecified reception state are all decidable in polynomial time (which means that a particular problem can be solved in tractable, not infinite, amount of time) since the decision problems regarding them are nondeterministic logspace complete.[2]

Extensions[edit]

Some extensions considered are:

  • having a notation to state that some states may not receive any message,
  • messages are received in different orders, such as FILO,
  • some messages may get lost,

Channel system[edit]

A channel system is essentially a version of communicating finite-state machine in which the machine is not divided into distinct process. Thus, there is a single state of state, and there is no restriction relating which system can read/write on any channel.

Formally, given a protocol , its associated channel system is , where is the set of and of .

References[edit]

  1. ^ a b c d D. Brand and P. Zafiropulo. On communicating finite-state machines. Journal of the ACM, 30(2):323–342, 1983.
  2. ^ a b c Rosier, Louis E; Gouda, Mohamed G. Deciding Progress for a Class of Communicating Finite State Machines. Austin: University of Texas at Austin, 1983.
  3. ^ Alur, Rajeev; Kannan, Sampath; Yannakakis, Mihalis. "Communicating hierarchical state machines," Automata, Languages and Programming. Prague: ICALP, 1999
  4. ^ Gouda, Mohamed G; Rosier, Louis E. "Communicating finite state machines with priority channels," Automata, Languages and Programming. Antwerp: ICALP, 1984