Computer Science, asked by jpr1, 1 year ago

Ques. 8. Sudesh Sharma is a Linux expert who wants to have an online system where he can

handle student queries. Since there can be multiple requests at any time he wishes to dedicate a

fixed amount of time to every request so that everyone gets a fair share of his time. He will log

into the system from 10am to 12am only. He wants to have separate requests queues for students

and faculty. Implement a strategy for the same. The summary at the end of the session should

include the total time he spent on handling queries and average query time.


CyberAkay: if you are asking about scheduling
CyberAkay: then it must be round robin
CyberAkay: where everyone gets equal share

Answers

Answered by CyberAkay
2
Dear mate,
Kindly mark the answer as brainliest if you find it useful.

Here's what you were looking for:

If you are talking about scheduling, then the strategy to be involved is Round Robin. In this every node gets equal share of server time.

Hope this clears your doubt.✌
Similar questions