define file
a set of associated information written secondary storage
two types of view in file
4 types of file
3 file access method
4 directory structure
5 operation on file
2 implementation of file protection
3 file allocation methos
define contiguous allocation
every file reside in set of contiguous address
two disadvantage of contiguous allocation
define linked allocation
every file is a linked list in a disk box
advantages of linked allocation
disadvantages of linked allocation
define indexed allocation
placing all the pointer all together to index block
- every file has its personal index box which is collection of disk sector
why direct access is supported in indexed allocation without external fragmentation