home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / protocol / nfs / 2272 < prev    next >
Encoding:
Text File  |  1992-09-08  |  2.3 KB  |  61 lines

  1. Newsgroups: comp.protocols.nfs
  2. Path: sparky!uunet!sun-barr!ames!sgi!rhyolite!vjs
  3. From: vjs@rhyolite.wpd.sgi.com (Vernon Schryver)
  4. Subject: Re: NFS / RFS performance ???
  5. Message-ID: <pk7ckic@rhyolite.wpd.sgi.com>
  6. Organization: Silicon Graphics, Inc.  Mountain View, CA
  7. References: <1992Sep8.192211.8020@vector.dallas.tx.us>
  8. Date: Wed, 9 Sep 1992 03:51:04 GMT
  9. Lines: 50
  10.  
  11. In article <1992Sep8.192211.8020@vector.dallas.tx.us>, tbo@vector.dallas.tx.us (Terry Bohaning) writes:
  12. > Does anyone have any experience with Sun RFS and NFS. 
  13. > We're currently using NFS in a major way, but have learned the hard way
  14. > what an "Unreliable Transport" that UDP is. From Sun's documentation it
  15. > appears that RFS is TCP based, but it really doesn't give me any idea
  16. > of the performance characteristics of the protocols. Can anyone give me
  17. > a comparison of the NFS vs RFS.
  18. > I'm trying to work around the current nightmare that we have. Most of
  19. > our user's have quit using NFS as it is so unreliable. In order to get
  20. > enough speed, we need to run with a frame size of 8k. For reliability,
  21. > OTOH, we need to set the frame size between 1-2k. This means that we take
  22. > a hugh hit in performance to get a reliable transport.
  23. > Will RFS give us a reasonably fast, reliable transport mechanism???
  24.  
  25.  
  26. Changing the packet size to 1K does not affect the reliability of
  27. NFS on competently designed and implemented NFS servers and clients.
  28. It will reduce performance somewhat.
  29.  
  30. One needs small UDP packets only if:
  31.     -using cheap (not necessarily inexpensive) ethernet hardware
  32.     or operating systems on clients or servers that cannot handle
  33.     several back-to-back ethernet packets.
  34.  
  35.     -using broken routers or bridges.
  36.  
  37.     -you have a badly broken ethernet, which loses a significant
  38.     fraction (>= 1%) of its packets.
  39.  
  40. Any of these situations will terrible things to any network protocol,
  41. albeit NFS is particularly vulnerable.
  42.  
  43.  
  44. Please note that NFS can be made entirely reliable, although
  45. arbitrarily slow, by using "hard mounts," even in such broken
  46. environments.
  47.  
  48. Perhaps the most common NFS configuration error is to use soft mounts
  49. inappropriately (i.e. where reliability matters, such as on writable
  50. file systems).
  51.  
  52.  
  53. Vernon Schryver,  vjs@sgi.com
  54.  
  55. P.S. The "Distribution: usa" line in your article may have reduced
  56.    the number of people who saw it.
  57.