Nfs 140313141711 Phpapp02
Nfs 140313141711 Phpapp02
Nfs 140313141711 Phpapp02
(NFS)
Submitted To: Rachana Kamaliya
Presented By: Krupa Shingala
Index
What is File System?
What is Network File System?
Version of NFS
NFS Architecture
Advantages of NFS
Disadvantages of NFS
Conclusion
References
What is File System?
• A file system is a hierarchical structure (file tree) of
files and directories.
• This file tree uses directories to organize data and
programs into groups, allowing the management of
several directories and files at one time.
• Some tasks are performed more efficiently on a file
system than on each directory within the file
system.
What is Network File System?
• NFS developed by SUN Microsystems for use on its
UNIX-based workstations.
• A distributed file system
• Allows users to access files and directories located
on remote computers
• But, data potentially stored on another machine.
• NFS builds on the Open Network Computing
Remote Procedure Call (ONC RPC) system
Continue…
Mechanism for storing files on a network.
Allows users to ‘Share’ a directory.
NFS most commonly used with UNIX systems.
Other software platforms:
-Mac OS, Microsoft Windows, Novell NetWare, etc.
Major Goals:
-simple crash recovery
-reasonable performance :80% of a local drive
Versions and Variations
Version 1 and Version 2
V1 Sun used only for in-house experimental
purposes
Did not release it to the public
V2 of the protocol originally operated entirely
over UDP and was meant to keep the protocol
stateless, with locking (for example)
implemented outside of the core protocol.
Both suffered from performance problems
Both suffered from security problems
security dependant upon IP address
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
Currently version 2 and version 3
protocols are in use with version 4 under
consideration for a standard
includes more performance
improvements
Mandates strong security
introduces a stateful protocol
developed with the IETF (Internet
Engineering Task Force)
NFS Architecture
www.compnetworking.com
www.internetslang.com
www.linux.com