- #1
CTK
- 35
- 4
Moved from technical forums, so no template
Summary: The transition rate matrix for a problem where there are 5 Processing Units
A computer has five processing units (PU’s). The lifetimes of the PU’s are independent and have the Exp(µ) law. When a PU fails, the computer tries to reconfigure itself to work with the remaining PU’s. This succeeds with a probability p (called the coverage factor). If the reconfiguration succeeds then the computer goes on working, and if the reconfiguration fails then the computer crashes, i.e., it is ‘down’. If no PU’s are functional then the computer cannot function, i.e., it is ‘down’. Assume reconfigurations occur instantaneously, and that the computer never recovers from a whole- system crash. Let X(t) = 0 if the computer is down at time t, and otherwise it denotes the number of working PU’s.
Now, if we want to find the transition rates between each state, then is it as follows:
we have a state space of S = {0,1} where 0 is down and 1 is up. Now:
transition from 0 to 0 is: 0
transition from 0 to 1 is: µ*p
transition from 1 to 0 is: µ*(1-p)
transition from 1 to 1 is: µ
And so, the transition rate matrix:
R = 0 µp
µ*(1-p) µ
Is that correct? I appreciate any input from anyone, thanks.
A computer has five processing units (PU’s). The lifetimes of the PU’s are independent and have the Exp(µ) law. When a PU fails, the computer tries to reconfigure itself to work with the remaining PU’s. This succeeds with a probability p (called the coverage factor). If the reconfiguration succeeds then the computer goes on working, and if the reconfiguration fails then the computer crashes, i.e., it is ‘down’. If no PU’s are functional then the computer cannot function, i.e., it is ‘down’. Assume reconfigurations occur instantaneously, and that the computer never recovers from a whole- system crash. Let X(t) = 0 if the computer is down at time t, and otherwise it denotes the number of working PU’s.
Now, if we want to find the transition rates between each state, then is it as follows:
we have a state space of S = {0,1} where 0 is down and 1 is up. Now:
transition from 0 to 0 is: 0
transition from 0 to 1 is: µ*p
transition from 1 to 0 is: µ*(1-p)
transition from 1 to 1 is: µ
And so, the transition rate matrix:
R = 0 µp
µ*(1-p) µ
Is that correct? I appreciate any input from anyone, thanks.