Distributed file systems allow sharing of files across a network. The Sun NFS is one of the most widely used distributed file systems. It uses file handles instead of text names and mounts remote file systems locally for transparency. NFS achieves transparency through its UNIX-like API, naming of file systems via client mounts, and ability to relocate file systems with client configuration updates. Its simplicity, robustness and performance made NFS an excellent example of a distributed file service.