Get premium membership and access questions with answers, video lessons as well as revision papers.

What file allocation strategy is most appropriate for random access files?

      

What file allocation strategy is most appropriate for random access files?

  

Answers


Faith
An inode (indexed node) based file allocation strategy. It is a form of file allocation table that offers
temporal locality – the inode only needs to be located in memory when its corresponding file is open.
The inode is a data structure which lists all attributes and points to all the addresses of the disk blocks
corresponding to that file.

Titany answered the question on April 26, 2022 at 11:25


Next: What file access pattern is particularly suited to chained file allocation on disk?
Previous: Compare bitmap-based allocation of blocks on disk with a free block list

View More Operating Systems Questions and Answers | Return to Questions Index


Learn High School English on YouTube

Related Questions