Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Requests are not usually uniformly distributed. For example, we can expect a cylinder containing the file - system FAT or inodes to be accessed more
Requests are not usually uniformly distributed. For example, we can expect a cylinder containing the filesystem FAT or inodes to be accessed more frequently than a cylinder containing only files. Suppose you know that percent of the requests are for a small, fixed number of cylinders.
a Would any of the scheduling algorithms discussed in this chapter be particularly good for this case? Explain your answer.
b Propose a diskscheduling algorithm that gives even better per formance by taking advantage of this "hot spot" on the disk.
c File systems typically fild data blocks via an indirection table, such as a FAT in DOS or inodes in UNIX. Describe one or more ways to take advantage of this indirection to improve disk performance.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started