← Back to 12. File System Implementation

📝 Performance of Allocation Methods

📖 From Operating System • 12. File System Implementation • 10 questions available

Practice MCQs for Performance of Allocation Methods. Test your knowledge with carefully crafted questions across easy, medium, and hard difficulty levels.

🔄 Last updated: 2026-07-27

2
Easy Questions
4
Medium Questions
4
Hard Questions

📝 Sample Questions

Q1. What structure does the VFS layer use to uniquely represent a file across a network?

🔹 A. vnode
🔹 B. inode
🔹 C. superblock
🔹 D. directory entry

💡 Difficulty: easy | ✅ Correct: A

Q2. A process calls open(\/mnt/nfs/file.txt\). Which VFS step determines that the request must be handled by the remote NFS protocol?

🔹 A. VFS calls the NFS protocol directly
🔹 B. VFS reads the superblock
🔹 C. VFS consults the file descriptor table
🔹 D. VFS checks the inode type

💡 Difficulty: medium | ✅ Correct: D

Q3. How does the VFS layer enable transparent access to both local and remote file systems?

🔹 A. By converting all operations to network packets
🔹 B. By storing all files in a single database
🔹 C. By providing a uniform vnode interface that dispatches to appropriate handlers
🔹 D. By requiring applications to know the file system type

💡 Difficulty: hard | ✅ Correct: C

⬆️ View all questions in the quiz below

🔗 Related Topics

📝 File System Structure in operating system📝 Overview of File System Implementation in Operating System📝 Partitions and mounting in File System Implementation📝 Virtual File Systems in File System Implementation📝 Linear list Implementation in Directory
🚀 Start Quiz 📝 Practice Mode