in Operating System
1,341 views
0 votes
0 votes
If the operating system knew that a certain application was going
to access file data in a sequential manner, how could it exploit this
information to improve performance?
in Operating System
1.3k views

1 Answer

0 votes
0 votes
When a block is accessed, the file system could prefetch the subsequent blocks in anticipation of future requests to these blocks. This prefetching optimization would reduce the waiting time experienced by the process for future requests.

1 comment

Mention reference when you copy paste.

http://webpages.ursinus.edu/adhawan/os/test3.txt

0
0

Related questions