ALL > Computer and Education > courses > university courses > undergraduate courses > Operating System > CLASS (2016-2017-1)-62903-06102-1 > >
Allocation Methods Version 0
👤 Author: by x20007 2016-12-24 19:22:43
Contiguous allocation requires that each file occupy asset of contiguous blocks on the disk.
Linked allocation solves all problems of contiguous allocation. With linked allocation, each file is a linked list of disk blocks; the disk blocks may be scattered anywhere on the disk.
Indexed allocation solves the problem that the linked allocation cannot support efficient direct access by bringing all the pointers together into one location.

Please login to reply. Login

Reversion History

Loading...
No reversions found.