Spring 2025, CSCI 447, Test 3 Review
Quick Review: Topics from Chapters 13, 14, 15, 16, 18,
and Toy OS. (storage.pdf and other.pdf slide series)
This review is produced to help you study. This is
not a guarantee that all topics are listed in the
following topic review list.
Topic Review:
- Chapter 13: File-System Interface
- Files and directories
- File abstractions
- Meta-data
- File operations
- File Types
- File Structure and access methods
- General Disk Structure
- Directories and their structure
- Chapter 14: File-System Implementation
- Disks -- basic ideas
- Disk operations, seek, ...
- On disk vs in memory information
- Directory implementations
- File Allocation methods, contiguous, linked, indexed
- Free space management
- File system performance
- File system maintenance
- Log structured file systems
- WAFL
- Chapter 15: File-System Internals
- Other kinds of file systems
- File system mounting
- De-fragmentation
- File system consistency
- Chapter 16: Security (As much as done in class.)
- Local attacks
- Attack Methods
- Levels of Security
- Security problems
- Trojan Horse Programs
- Trap Door
- Logic Bomb
- Stack and buffer overflows
- Viruses
- Security of default install
- network threats
- cryptography as a security tool
- User Authentication
- passwords
- Biometrics
- Total security policy
- Security defenses
- Vulnerability Assessment
- Intrusion Detection
- Chapter 18: Virtual machines (As much as discussed in class)
- Basic concepts
- History
- Different kinds of VMMs
- Paravirtualization
- Emulation
- Application Containment
- Uses of VMMs
- Basic tools: trap and emulate
- Toy OS
- Toy OS as presented in assignments
- Don't forget the places in the slides where reading has been assigned.
Last modified: June 6, 2025