Operating System Notes
Operating System Notes
**Solution to Fragmentation:**
- **Compaction**: Rearranging memory to combine free spaces.
- **Paging & Segmentation**: Using non-contiguous memory
allocation to avoid external fragmentation.
---
File access methods define how data is read from and written to a file.
The three main types of file access methods are:
---