Ask Question

Consider a system that supports the strategies of contiguous, linked, and indexed allocation. What criteria should be used in deciding which strategy is best utilized for a particular file?

+1
Answers (1)
  1. 21 June, 18:47
    0
    Size of file and frequency of access

    Explanation:

    There are various allocation strategies in a system. some of them are as follows:

    Contiguous allocation: Contiguous allocation is mainly used where the file size is small and the file access frequency is back to back. As the size is small in size the speed of accessing data is relatively fast.

    Linked allocation: Linked allocation is mainly used where the file size is relatively large and access frequency is back to back. as the size of data is large, the speed of access is relatively slow.

    Indexed allocation: Indexed allocation mainly used where the file size is large but the access frequency is very random.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Consider a system that supports the strategies of contiguous, linked, and indexed allocation. What criteria should be used in deciding ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers