Which of the following is a characteristic of a distributed file system? MCQ with Answer and Explanation

Which of the following is a characteristic of a distributed file system?
A. It is slower than local file systems
B. It requires a single central server
C. It is used only for backup purposes
D. Files are stored across multiple servers and can be accessed transparently
Answer: Option D
Solution (By JKSSB Mock Tests)
Distributed file systems (e.g., NFS, HDFS) provide a unified view of files across network nodes, enabling scalable storage.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Operating Systems Questions

Question #1
What is the purpose of the Android 'ConnectivityManager'?
A. To control Bluetooth
B. To monitor and manage network connectivity (Wi-Fi, cellular, etc.)
C. To manage Wi-Fi connections only
D. To check data usage

Correct Answer: Option B


Explanation:
ConnectivityManager provides information about active network connections and allows apps to request network status.

This question belongs to: Computer Operating Systems
Question #2
What is the purpose of the Linux 'nano' command?
A. To set environment variables
B. To view system processes
C. A simple text editor
D. To manage network interfaces

Correct Answer: Option C


Explanation:
nano is a user-friendly text editor for the command line, often pre-installed on many Linux distributions.

This question belongs to: Computer Operating Systems
Question #3
What is the function of the Windows 'System Configuration' (msconfig) Startup tab?
A. To enable or disable programs that start automatically with Windows
B. To change system language
C. To configure boot options
D. To manage system services

Correct Answer: Option A


Explanation:
The Startup tab lists programs that run at startup; users can disable them to improve boot time.

This question belongs to: Computer Operating Systems