PPT Slide
- File allocation table (FAT)
- Pre allocation vs dynamic allocation
- Portion size
- contiguity increases performance
- fixed-size portions simplify reallocation
- variable-size or small fixed-size minimizes waste of unused space for overallocation
- two main alternatives:
- variable, large contiguous portions (performance)
- small fixed portions (flexibility)
- File fragmentation and reorganization