Question: please write for me a problem description please write for me a problem description please write for me a problem description for this question You
You are required to simulate the following system using event-driven simulation. You may use the programming language of your choice. Consider a Queuing system that has a single server and single finite-buffer queue. The server serves packets one at a time from the front of the queue, first-come-first-served (FCFS) Queue. Assume that the arrival process is Poisson (i.e. inter-arrival times are exponential random variable) with mean of . In addition, the service time of the jobs at the router have an exponential distribution with rate parameter . The system has a finite number of queue size such that the total number of packets in the system (queuing plus one in the server) is no more than K. When the buffer is full any new generated packet is dropped. Simulate the above system for 5000 events. Measure and provide plots the following measures: 1. The expected average delay in queue. 2. The expected number of packets in queue. 3. The expected utilization. 4. Number of delay packets. 5. Maximum delay in queue. 6. Expected number of dropping packets
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
