[SOLVED] PAP - Response time of a storage system

40.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 small company is composed by NAS. Each of them is configured serve requests in parallel (i.e. processor sharing), and serves type of users: employees and costumers. Requests of both type of users arrive according Poisson processes respectively of rates:
lE = 0.1 req./s. lC = req./s.
Each request accesses files from both NAS. The demand of the NAS for the types of users have been measured as follows:
= = = =
Determine:
If the considered system is stable The utilization of the NAS The residence of the NAS The system response

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.