click here complete Lecture Notes: Computer Networks
Network File System (NFS)
NFS follows the directory structure almost same as that in non-NFS system but there are some differences between them with respect to:
- Naming
- Path Names
- Semantics
Naming
Naming is a mapping between logical and physical objects. For example, users refers to a file by a textual name, but it is mapped to disk blocks. There are two notions regarding name mapping used in DFS.- Location Transparency: The name of a file does not give any hint of file's physical storage location.
- Location Independence: The name of a file does not need to be changed when file's physical storage location changes.