Assignment 4


In this assignment you will explore a simple variation of the single-server queue: when there are two or more servers instead of a single server.

In this system, customers arrive as usual from the outside. Now there are K servers available instead of one. A customer can go to any of the K servers for service. Thus, all K of them have to be busy serving for a customer to need to wait.

For this assignment:

Submission: