Question 3: A journaling file system is an example of:
Options:
- Disk File System
- Transactional File System
- Network File System
- Database File System
Solution: The correct answer is 2nd one. Journaling file systems maintain a log and store information there before committing changes. In the event of crash, log is used to restore system state.