NFS
Network File System (NFS) is a distributed file system protocol that allows a computer to access files over a network as if they were on its local storage. It was developed by Sun Microsystems in the 1980s to enable transparent file sharing among Unix systems. NFS operates over the Remote Procedure Call (RPC) framework, with the common implementation using TCP on port 2049; older setups may rely on auxiliary services such as rpcbind and mountd for initial mounting.
Architecture and operation: A client issues file operations to an NFS server, which exposes files and directories
Version history and features: NFSv2 introduced the basic remote file system over networks. NFSv3 added 64-bit
Deployment and considerations: NFS is widely used for shared storage in Unix-like environments and is supported