Average Length और Average Time Calculation कैसे करें? | M/M/1 Queue in Hindi


Average Length और Average Time Calculation कैसे करें? | M/M/1 Queue in Hindi

M/M/1 Queue एक महत्वपूर्ण waiting line model है जिसमें customers random तरीके से आते हैं (Poisson Arrival) और उन्हें एक single server serve करता है (Exponential Service)। इस model में Average Length और Average Time की calculation operations research और queueing theory में बहुत महत्वपूर्ण है।

मुख्य Parameters

  • λ (Lambda): Arrival rate (प्रति समय customers)
  • μ (Mu): Service rate (प्रति समय customers)
  • ρ (Rho): Traffic intensity = λ / μ

Average Length Calculations

  • System में Average Length (L): L = λ / (μ - λ)
  • Queue में Average Length (Lq): Lq = λ² / (μ (μ - λ))

Average Time Calculations

  • System में Average Time (W): W = 1 / (μ - λ)
  • Queue में Average Waiting Time (Wq): Wq = λ / (μ (μ - λ))

Example

मान लीजिए arrival rate λ = 4 customers/minute और service rate μ = 6 customers/minute है:

  • Traffic Intensity (ρ) = 4 / 6 = 0.67
  • Average Length in System (L) = 4 / (6 - 4) = 2 customers
  • Average Length in Queue (Lq) = 16 / (6 × 2) = 1.33 customers
  • Average Time in System (W) = 1 / (6 - 4) = 0.5 minutes
  • Average Waiting Time in Queue (Wq) = 4 / (6 × 2) = 0.33 minutes

निष्कर्ष

M/M/1 Queue model में Average Length और Average Time की calculation simple formulas से की जाती है। यह performance measurement systems की efficiency और service quality को समझने में मदद करता है।

Related Post