[SOLVED] PEAP Lab 19 - Response time of a storage system

35.00 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

5/5 - (1 vote)

The storage system of a small company is composed by two NAS. Each of them is configured to serve requests in parallel (i.e. processor sharing), and serves two type of users: employees and costumers. Requests of both type of users arrive according to Poisson processes respectively of rates:

lE = 0.1 req./s. lC = 10 req./s.

Each request accesses files from both NAS. The demand of the two NAS for the two types of users have been measured as follows:

D1E = 2 s. D1C = 0.06 s.
D2E = 5 s. D2C = 0.04 s.

Determine:
1. If the considered system is stable
2. The utilization of the two NAS
3. The residence time of the two NAS
4. The system response time

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.