SSCP · Question #878
Why is Network File System (NFS) used?
The correct answer is A. It enables two different types of file systems to interoperate. NFS, developed by Sun Microsystems, is a distributed file system protocol that allows a client to access files over a network as if they were stored locally. Its core purpose is interoperability - enabling systems with different underlying file systems (e.g., ext4, NTFS) to…
Question
Options
- AIt enables two different types of file systems to interoperate.
- BIt enables two different types of file systems to share Sun applications.
- CIt enables two different types of file systems to use IP/IPX.
- DIt enables two different types of file systems to emulate each other.
How the community answered
(41 responses)- A90% (37)
- B2% (1)
- C2% (1)
- D5% (2)
Explanation
NFS, developed by Sun Microsystems, is a distributed file system protocol that allows a client to access files over a network as if they were stored locally. Its core purpose is interoperability - enabling systems with different underlying file systems (e.g., ext4, NTFS) to share and access files transparently. It is not limited to Sun applications, does not require IP/IPX specifically, and does not make file systems emulate each other; it simply provides a common protocol layer for file sharing across heterogeneous systems.
Topics
Community Discussion
No community discussion yet for this question.