AOR Assignment Solution
AOR Assignment Solution
ASSIGNMENT
1.The occurrence of one event does not have any effect on the occurrence of another
event.
2.The number of events occurring in a time window depends only on the size of the
window and not its location in time.
3.No two events can occur at the same time, meaning that only one event can occur at a
given instant.
Within the framework of a Poisson process, the times that lapse between two event
occurrences are known as:
Exponential Distribution
variable. The inter-arrival time random variable 𝑇 has the probability density function
The waiting time for the occurrence of a certain event behaves as an exponential random
(PDF):
f_T(t) = λ * e^(-λt), t ≥ 0, λ>0
(c) Simulation of a Poisson Process:
Here We are taking λ=7 and No. of Events are 250:
Plot the process over time, indicating the times of each arrival.
Question 2: M/M/1 Queue
Arrivals occur at rate λ according to a Poisson process and that is how the process
transitions from state i to state i + 1.
In M/M/1 queue services follow generally exponential distribution is considered
with rate parameter μ where the mean service time is said to be 1/μ.
All arrival times and services times are also (mostly) declared independent of
each other.
In such system a single server is in place and customers are served one after the
other from the very first customer in the queue, that is, they follow first come first
served basis. Upon completion of service the customer vacates the queue and the
total number of customers in the system reduces by one.
The model can be described as a continuous time Markov chain with the
following transition rate matrix:
-λ λ 0 0 ...
μ -(μ+λ) λ 0 ...
0 μ -(μ+λ) λ ...
0 0 μ -(μ+λ) λ
... ... ... ... ...
Display relevant plots, and provide a summary table with the calculated
performance measures.