Jump to content

Network File System

From Simple English Wikipedia, the free encyclopedia
Revision as of 08:08, 12 February 2023 by 188.243.183.50 (talk)


Network File System (NFS) is a file system protocol. It was originally developed by Sun Microsystems in 1984.[1] Using NFS, a user on a client computer can access files over a network in the same way as if they were attached to its local disks. NFS uses the Open Network Computing Remote Procedure Call (ONC RPC) system. The Network File System is an open standard defined in RFCs. That way, anyone can implement the protocol.

Unlike FTP, the NFS protocol provides access only to those parts of the file that the process has accessed, and its main advantage is that it makes this access transparent.[2]

NFS became the first widely used network file system. Other notable network file systems are Andrew File System (AFS), NetWare Core Protocol (NCP), and Server Message Block (SMB) which is also known as Common Internet File System (CIFS).

References

  1. "Design and Implementation of the Sun Network Filesystem". USENIX. 1985.
  2. Network File System.