Merge branch 'vendor/DHCPCD'
[dragonfly.git] / share / doc / smm / 06.nfs / 0.t
1 .\" Copyright (c) 1993
2 .\"     The Regents of the University of California.  All rights reserved.
3 .\"
4 .\" This document is derived from software contributed to Berkeley by
5 .\" Rick Macklem at The University of Guelph.
6 .\"
7 .\" Redistribution and use in source and binary forms, with or without
8 .\" modification, are permitted provided that the following conditions
9 .\" are met:
10 .\" 1. Redistributions of source code must retain the above copyright
11 .\"    notice, this list of conditions and the following disclaimer.
12 .\" 2. Redistributions in binary form must reproduce the above copyright
13 .\"    notice, this list of conditions and the following disclaimer in the
14 .\"    documentation and/or other materials provided with the distribution.
15 .\" 3. Neither the name of the University nor the names of its contributors
16 .\"    may be used to endorse or promote products derived from this software
17 .\"    without specific prior written permission.
18 .\"
19 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
20 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
23 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29 .\" SUCH DAMAGE.
30 .\"
31 .\"     @(#)0.t 8.1 (Berkeley) 6/8/93
32 .\"
33 .(l C
34 .sz 14
35 .b "The 4.4BSD NFS Implementation"
36 .sp
37 .sz 10
38 Rick Macklem
39 .i "University of Guelph"
40 .)l
41 .sp 2
42 .ce 1
43 .sz 12
44 .b "ABSTRACT"
45 .eh 'SMM:06-%''The 4.4BSD NFS Implementation'
46 .oh 'The 4.4BSD NFS Implementation''SMM:06-%'
47 .pp
48 The 4.4BSD implementation of the Network File System (NFS)\** is
49 intended to interoperate with
50 .(f
51 \**Network File System (NFS) is believed to be a registered trademark of
52 Sun Microsystems Inc.
53 .)f
54 other NFS Version 2 Protocol (RFC1094) implementations but also
55 allows use of an alternate protocol that is hoped to provide better
56 performance in certain environments.
57 This paper will informally discuss these various protocol features and
58 their use.
59 There is a brief overview of the implementation followed
60 by several sections on various problem areas related to NFS
61 and some hints on how to deal with them.
62 .pp
63 Not Quite NFS (NQNFS) is an NFS like protocol designed to maintain full cache
64 consistency between clients in a crash tolerant manner. It is an adaptation
65 of the NFS protocol such that the server supports both NFS
66 and NQNFS clients while maintaining full consistency between the server and
67 NQNFS clients.
68 It borrows heavily from work done on Spritely-NFS [Srinivasan89], but uses
69 Leases [Gray89] to avoid the need to recover server state information
70 after a crash.
71 .sp