Network File System: Difference between revisions

Content deleted Content added
m fix French interwiki link
not a stub
Line 1:
'''Network File System''' ('''NFS''') is a protocol developed by [[Sun Microsystems]] and defined in [[Request for Comments|RFC]] 1094, 1813, 3010 and 3530, a [[network file system]] which allows a [[computer]] to access files over a [[network]] as if they were on its local disks.
 
The original versions 2 and 3 of the protocol used [[User Datagram Protocol]] (UDP) and were meant to keep the protocol stateless, with [[Lock (software engineering)|locking]] (for example) implemented outside of the core protocol. Version 4 included performance improvements and introduced a [[State (computer science)|stateful]] protocol.
 
NFS is strongly associated with [[UNIX]] systems, though it can be used on any platform such as Macintosh and Microsoft Windows operating systems. The [[server message block]] (SMB), a similar protocol, is the equivalent implementation of a network file system under Microsoft Windows.
 
AThe term "network file system" is also often used as a generic term — see [[Filefile system]] for other examples.
 
==External links==
Line 11:
* [http://www.faqs.org/rfcs/rfc3010.html RFC3010 - NFS Version 4 Protocol]
 
{{msg:stubFOLDOC}}
''This article contains material from [[FOLDOC]], used with [[Wikipedia:Foldoc license|permission]].''
 
{{msg:stub}}
 
 
[[fr:Network File System]]