Knowee
Questions
Features
Study Tools

Suppose you are running a system that accepts jobs in batches, and each batch consists of 100 jobs, each job takes 200ms to complete. Suppose the time slice is set to 10ms. What is the average response time in ms (rounded to the nearest integer) if the round robin scheduler is used? Assume that the system processes one batch at a time (so at any time there are at most 100 jobs running). Instructor notes: Provide your answer as a numerical value only

Question

Suppose you are running a system that accepts jobs in batches, and each batch consists of 100 jobs, each job takes 200ms to complete. Suppose the time slice is set to 10ms. What is the average response time in ms (rounded to the nearest integer) if the round robin scheduler is used? Assume that the system processes one batch at a time (so at any time there are at most 100 jobs running).

Instructor notes: Provide your answer as a numerical value only

...expand
🧐 Not the exact question you are looking for?Go ask a question

Solution

The language of the selected text is English.

Similar Questions

find average waiting time using Round Robin (time slice=4ms)? ProcessArrival TimeBurst TimeP108P214P329P435 Select one:a. 12.25b. 11.75c. 11d. 10

Consider Five Processes P1 to P5 arrived at same time. They have stimated runningtime 10,2,6,8 and 4 seconds, respectively. Their Priorities are 3,2,5,4 and 1,respectively with 5 being highest Priority. Find the average turnaround time andaverage waiting time for Round- Robin(q=3) and Priority Schedulingalgorithm.

Consider a single server queuing system. The system starts at time t=0. The arrival time ofcustomers is: 0.8, 1.4, 2.7, 3.2, 3.8, 8.0, 8.6, 9.0, 9.2, and 9.8. The departure times are: 2.2,4.0, 5.0, 6.2, and 10.0. Time is in minutes. The first in first out queuing discipline isfollowed. Simulate this system for six clients and estimate:i) The average delay in the waiting line (3 Marks)ii) The average number of clients in the waiting line at any time t (5 Marks)iii) The expected utilization of server. (2 Marks)

Five batch jobs A, B, C, D and E arrive at same time. They haveestimated running times 10, 6, 3, 4 and 8 ms. For each of the followingalgorithm determine mean process turnaround time. Consider processswapping overhead is 1 ms.1) FCFS2) Round-Robin (Time quantum = 2 ms)

For a small batch computing system the processing time per job is exponentiallydistributed with an average time of 3 minutes. Jobs arrive randomly at an average rateof one job every 4 minutes and are processed on a first-come-first-served basis. Themanager of the installation has the following concerns.(a) What is the probability that an arriving job will require more than 20 minutes to beprocessed (the job turn-around time exceeds 20 minutes)?(b) A queue of jobs waiting to be processed will form, occasionally. What is the averagenumber of jobs waiting in this queue?

1/2

Upgrade your grade with Knowee

Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.