









Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An overview of the Network File System (NFS), its architecture, advantages, and disadvantages. NFS is a distributed file system developed by Sun Microsystems for UNIX-based workstations, allowing users to access files and directories on remote computers. various versions of NFS, its protocol, and the advantages and disadvantages of using NFS.
Typology: Essays (university)
1 / 17
This page cannot be seen from the preview
Don't miss anything!










Index
What is Network File System?What is Network File System?
Continue…Continue… Mechanism for storing files on a network. Allows users to ‘Share’ a directory. NFS most commonly used with UNIX systems. Other software platforms:
Version 3 NFS v3 can operate across TCP as well as UDP Support for asynchronous writes on the server Obtains multiple file name, handles and attributes Support for 64-bit file sizes and offsets Handle files larger than 4 gigabytes (GB) Improves performance, and allowed it to work more reliably across the Internet
Version 4
introduces a stateful protocol
RPC request Action CREATE Creates (or truncates) a file in the directory LINK Creates a hard link LOOKUP Looks up a file in the directory MKDIR Makes a directory READADDR Reads the contents of a directory REMOVE Removes a file in the directory RENAME Renames a file in the directory RMDIR Removes a directory SYMLINK Creates a symbolic link NFS Protocol
Advantages
Disadvantage
Complexity, Security issues.
References www.compnetworking.com www.internetslang.com www.linux.com