About this document
Sequential File Allocation Simulation by Rajeswaranaidu Darsi is a document available to read on EtoBox.
The document discusses different file allocation strategies: 1) Sequential allocation allocates files sequentially to the first available blocks. 2) Indexed allocation uses index blocks to point to data blocks. An index is allocated and files are stored in the indexed blocks. 3) Linked allocation uses linked lists to allocate files by linking unused blocks together. Previously allocated blocks and new allocations are linked.
- Author
- Rajeswaranaidu Darsi
- Language
- EN