Question at position 6
Which of the following is true for a file system that uses a modified contiguous-allocation scheme when extents can be of any size and are allocated dynamically?
Which of the following is true for a file system that uses a modified contiguous-allocation scheme when extents can be of any size and are allocated dynamically?
A simple bitmap or free list for extents will suffice.
A more complex allocation scheme is necessary since there may be external fragmentation.
A separate bitmap or free list must be maintained for each possible extent size.
A bitmap is not necessary, since all extents are allocated dynamically.