home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / lan2 / blts.lzh / BLT11 < prev    next >
Text File  |  1990-02-20  |  3KB  |  48 lines

  1.                      Network Performance Issues
  2.  
  3.  
  4. A very common question is:  "What can I do to speed up my LAN?"
  5. There is, unfortunately, no cut and dried answer, as LAN performance
  6. is influenced by many different factors.  Discussed here are the
  7. major issues:
  8.  
  9. First, note that the "speed of the LAN" can be a couple of different
  10. things: (1) the physical transmission speed of the hardware
  11. (generally 2 or 10 Mbps with adapters that Artisoft sells) and (2)
  12. the effective throughput, or how fast data can travel from one place
  13. to another on the LAN.  The latter is generally what users want to
  14. speed up, since the former is not alterable.  
  15.  
  16. The one thing that probably affects throughput the most is the speed
  17. of the CPUs in the machines that are connected to the LAN.  Not only
  18. the server's CPU speed is important, but also the speed of the
  19. workstations' CPUs.  One generally would want to have the fastest
  20. CPUs for each machine on the LAN, but this is obviously not
  21. practical, as it can be rather expensive to purchase fast 386
  22. machines for all users on a LAN.  However, if you use 4.77 Mhz XT
  23. computers as workstations, you can expect that your throughput will
  24. be slow no matter what flavor of adapter you have in the machine.  In
  25. fact, just increasing the processor speed from 8 to 10 Mhz in a 286
  26. machine can increase throughput up to 20%!  
  27.  
  28. The transmission speed of the adapter card will also make a
  29. difference.  Generally, with reasonably fast machines, moving from a
  30. LANtatstic 2 Mbps adapter to an NE3 Ethernet adapter at 10 Mbps can
  31. double the throughput of the LAN.  However, if you have a slow
  32. processor moving from 2 to 10 Mbps will probably not make that much
  33. of a difference.  This is because the 2 Mbps adapter has a
  34. coprocessor that does all of the low-level NetBIOS functions, whereas
  35. the Ethernet adapter does not have a coprocessor, forcing the
  36. PC's processor to do all of the NetBIOS work.
  37.  
  38. Adding disk caching to the server will also help.  We recommend
  39. either Golden Bow Systems' VCACHE (which we use in-house currently)
  40. or Super PCKwik from MultiSoft (which other users have reported
  41. success with).  In either case, you have to configure the cache to be
  42. "write through," so it does not cache disk writes.  In Vcache's case
  43. this involves adding the switch '/T=0' to the command line.  For
  44. Super PCKwik, use the '/H-' and '/D-' switches.  Other caches may
  45. also work, but keep in mind that they must be configured as write
  46. through.  Caching software should be loaded before any of the NOS
  47. software in order for it to work correctly.
  48.