home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / aix / 11509 < prev    next >
Encoding:
Internet Message Format  |  1992-11-11  |  2.0 KB

  1. Xref: sparky comp.unix.aix:11509 comp.protocols.nfs:2755
  2. Newsgroups: comp.unix.aix,comp.protocols.nfs
  3. Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!sgigate!sgi!rhyolite!vjs
  4. From: vjs@rhyolite.wpd.sgi.com (Vernon Schryver)
  5. Subject: Re: UDP Checksum on NFS in AIX 3.2?
  6. Message-ID: <s8k5lao@rhyolite.wpd.sgi.com>
  7. Keywords: NFS udp checksum
  8. Organization: Silicon Graphics, Inc.  Mountain View, CA
  9. References: <BxKvzC.5p9@well.sf.ca.us>
  10. Date: Thu, 12 Nov 1992 04:17:45 GMT
  11. Lines: 32
  12.  
  13. In article <BxKvzC.5p9@well.sf.ca.us>, nlane@well.sf.ca.us (Nathan D. Lane) writes:
  14. >I am attempting to run NFS over a slip link on AIX 3.2.2 at 19.2K.  Now, I know
  15. >that slip is no way to run NFS, but I am conducting reliability and feasibility
  16. >tests for the VERY occassional use of this access method. ...
  17.  
  18.  
  19. On the contrary.  NFS over SLIP over v.32bis/v.42/v.42bis works fine
  20. and frequently for me, and at the tail of a 1200 mile 56K link, which
  21. is in turn hooked to a chain of ethernets and FDDI rings.  Many hops.
  22.  
  23. It's not as fast as over FDDI, but what do you expect?
  24.  
  25. > I am using mount -o rsize=512,wsize=512 to keep the bandwidth of the line
  26. > conserved as much as possible. ...
  27.  
  28. Each to their own.  I prefer a block size 4096, but I also use a SLIP
  29. implemenation that does a TOS hack of moving small packets to the front
  30. to minimize the harm done to simultaneous rlogin's.  I prefer bigger
  31. blocks to conserve bandwidth, since a small rsize implies more UDP and
  32. (much, much worse) RPC-XDR headers per byte of data.  I don't use 8192
  33. or larger, because losing a single IP fragment means waiting for a long
  34. NFS timeout and then retransmitting the whole thing.  At 1.6-3.4KByte/sec,
  35. a retransmission takes a while.
  36.  
  37.  
  38. Of course, I only use NFS between machines that are shipped with UDP
  39. checksums on by default.  If you don't have that luxury, then you might
  40. hack your own version of slip to add a checksum of the packet.  It's
  41. not a big deal, at least with some systems.
  42.  
  43.  
  44. Vernon Schryver,  vjs@sgi.com
  45.