There are 3 types of file allocations discussed in this section.
In sequential allocation, a file is allocated in contagious blocks ......
SIMULATE sequentialIn indexed allocation, Each file has its own index block which stores the addresses of disk space occupied by the file .....
SIMULATE IndexedIn linked allocation, each file is a linked list of disk blocks .....
SIMULATE Linked