0
2.4kviews
Consider a single server system. Let the arrival distribution be uniformly distributed between 1 and 10 minutes and the service time distribution is as follows-
written 6.0 years ago by | • modified 4.9 years ago |
Service Time(min) | 1 | 2 | 3 | 4 | 5 | 6 |
---|---|---|---|---|---|---|
Probability | 0.04 | 0.20 | 0.10 | 0.26 | 0.35 | 0.05 |
Develop the simulation table and analyze the system by simulating the arrival and service of 10 customers. Random digits for interarrival time and service time are as follows.
Customer | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
---|---|---|---|---|---|---|---|---|---|---|
R.D for Interarrival Time | - | 853 | 340 | 205 | 99 | 669 | 742 | 301 | 888 | 444 |
R.D for Service Time | 71 | 59 | 12 | 88 | 97 | 66 | 81 | 35 | 29 | 91 |
Also calculate server utilization and maximum queue length.
ADD COMMENT
EDIT
1 Answer