Allocation Methods in Operating System

Three major methods of allocating disk space are in wide use: contiguous, linked, and indexed. Each method has advantages and disadvantages. Although some systems support all three, it is more common for a system to use one method for all files within a file-system type Contiguous Allocation Contiguous allocation requires that each file occupy a … Read more