Lecture 9
The file system
The file system is an abstraction providede by the operating system to allow users and programs to access secondary storage
The directory structure helps us organize the files.
Each file has a file name foo.txt
The directory structure translates the file name into the file number
A directory is a type of file.
Although segmentation is contiguous, page segmentation is not contiguous.
Also, there is one other
Questions
True or false?
- Segment size is fixed
- Page size is variable
- A segment may be placed into any segment frame
- A page may be placed into any page frame
- With segmentation, all components of a program reside in a contiguous
logical address space
- With paging, all components of a program reside in a contiguous logical
address space
- With segmentation, all components of a program reside in a contiguous
area of physical memory
- With paging, all components of a program reside in a contiguous area
of physical memory
- Segmentation leads to external fragmentation
- Paging leads to external fragmentation