1
$\begingroup$

Given a cyclic queue of two servers of exponential service rates, if there are N customers at one server at time t, how do i start about showing that N can be modeled as a birth and death process? and then find the BD rates??

Totally have no idea how to begin. what are we supposed to show to prove it can be modeled as a BD process?

  • 1
    Assume that at time $t$ there are $N$ customers at server $A$ and $n-N$ at server $B$. What events can happen next (there are at most two)? How much time before these happen? What state $(N,n-N)$ of the process just after that time?2012-04-15
  • 0
    events that can happen next will be that the arrival rate of server B will be service rate of server A and arrival rate of server A will be service rate of server B? So the time taken will be dependent on the arrival rate? State after tt time will be (n-N, N)? Still a bit confused by what it is asking for though.2012-04-15
  • 0
    These are not *events* (and you are merely restating *hypotheses*). So, you have N customers at server A and n-N at server B until either ____ and then ____ or ____ and then ____.2012-04-15
  • 0
    hmm i dont really understand. if its a closed system, there will be N customers at server A and n-N at server B, so after that server A will be processing the N+1 customer and n-N+1 customer at server B. is this what you are referring to?2012-04-15
  • 0
    If server A ends serving a customer, this one goes to server B hence the state (N,n-N) is replaced by (N-1,n-N+1) (and not what you wrote). But server B could end serving one of its customers first, in which case (N,n-N) is replaced by _____ . That is, unless N=____ or N=____, in which case only ____ can happen. Now, at which rate do the transitions from (N,n-N) to (N+1,n-N-1) and to ____ occur?2012-04-15
  • 0
    oh so server B could end serving one of its customers first, in which case (N,n-N) is replaced by (N+1,n-N-1)? Am i correct? What do you mean when N = ___ or ___? the rate is dependent on the service rate of b for the second question?2012-04-15
  • 0
    You are correct. The exceptional cases are N=0 and $N=n (why?). Next, at which rates do the transitions occur?2012-04-15
  • 0
    ermm. there wont be cases in which N =0 or $N=n because if N=0 the next state may be N-1 which is 0-1 which is wrong, since this is wrong the other state cannot be n as well? the transition rate is actually the service rate of the two servers?2012-04-15
  • 0
    There will be times when N=0 and when N=n, only the transition rates from these will be different. Anyway, it seems you are ready to write down a full solution yourself...2012-04-15
  • 0
    is it that if i can actually draw out the state transition diagram it will be proved that it can be modeled as a BD process?2012-04-15

1 Answers 1