home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / vdocs.zip / VC11D < prev    next >
Text File  |  1994-01-18  |  12KB  |  235 lines

  1. .TOPIC:
  2. Running VBBS on a Local Area Network(LAN)
  3.                                         VBBS 6.12 Documentation --11-D-1
  4.  
  5.  
  6.          ╔════════════════════════════════════════════════════════════════╗
  7.          ║CHAPTER 11  ANNEX D  RUNNING VBBS ON A LOCAL AREA NETWORK (LAN) ║
  8.          ╚════════════════════════════════════════════════════════════════╝
  9.  
  10.                                General Guidelines
  11.                                LAN Pointers
  12.                                LANtastic
  13.                                Novell Lite
  14.                                Novell Netware
  15.  
  16. .TOPIC:
  17. General Guidelines
  18.      General
  19.          ═══════
  20.  
  21.               With a LAN (Local Area Network), you don't need multitasking
  22.          software.  However, use of a LAN does not preclude the use of
  23.          multitasking software.
  24.  
  25.               When using a LAN, workstations (and the server, if non-dedicated)
  26.          can be used to run one copy of VBBS each.  Each copy, of course,
  27.          must run on its own unique channel number.
  28.  
  29.               One of the advantages of a LAN setup is that hardware-wise, the
  30.          maximum COM port limitation disappears. Thus, there are versions
  31.          of VBBS up to 64 users, intended for LAN installations. Versions
  32.          supporting more than 64 users are available by special request.
  33.  
  34.               Another advantage is that you can run the many inexpensive games,
  35.          doors, transfer protocols, etc. already available because no
  36.          special COM handling is needed.
  37.  
  38.               Often, the cost of networking software and hardware is easily
  39.          offset when one considers that most of the PCs on the network
  40.          will not require a hard drive - only the file server, whose hard
  41.          drive is shared with all of its clients.  Additionally, data
  42.          security becomes easier, because now all PC's can share one com-
  43.          mon database, and one can be managed easier (backed up, etc.) 
  44.          than several.
  45.  
  46.               Businesses considering VBBS may consider a LAN as well, as VBBS
  47.          and many other applications can co-reside on the server, running
  48.          simultaneously.  Users only have access to that which the net-
  49.          work administration allows them access to, so confidential book-
  50.          keeping or word-processing files are invisible to say, VBBS
  51.          users, engineering sorts or whomever is not supposed to have
  52.          access.  LANs combined with multitasking software make VBBS a
  53.          valuable and cost-efficient business tool for customer support
  54.          as well as any other day-to-day business computing needs.
  55.  
  56.               Multiuser Bulletin Board Systems run on LAN set-ups offer the
  57.          highest performance available; this is very important when many
  58.          high-speed modem lines are to be used.
  59.  
  60.               With the cost of 286/386 motherboards and LAN hardware dropping
  61.          constantly, a multi-user LAN-based VBBS is more affordable than
  62.          one might think.
  63.  
  64.                                         VBBS 6.12 Documentation --11-D-2
  65.  
  66.  
  67.      VBBS 6.12 has been tested and known to be compatible with:
  68.  
  69.          Novell Netware / Ethernet
  70.          Novell Lite / Ethernet
  71.          LANtastic NOS  / 2 MB
  72.          LANtastic NOS  / Ethernet
  73.  
  74.               This is not an exhaustive list.  VBBS should be compatible with
  75.          most any DOS LAN environment.
  76.  
  77. .TOPIC:
  78. LAN Pointers
  79.          LAN Pointers
  80.          ════════════
  81.  
  82.               All LANs are not created equal.  This discussion is intended to
  83.          provide an overview of more common LAN options to help the VBBS
  84.          sysop gain a basic understanding of LANs.  There are two basic
  85.          types of LANs, with many different LAN software vendors and
  86.          several types of network cards used for each type.
  87.  
  88.               The first type of LAN, called "peer-to-peer" networking, allows
  89.          one PC to share resources (hard drives, floppies, printers, etc.)
  90.          with another PC and vice versa.  The second type employs a "dedi-
  91.          cated file server" and all PC's access network programs and data-
  92.          bases from the LAN's dedicated fileserver(s).  Both of these sys-
  93.          tems have their strong and weak points, and sometimes features
  94.          can be intermixed.
  95.  
  96.               Both LAN types can use ARCnet (2.25 MBPS data transfer rates),
  97.          Ethernet (10 MBPS), Super ARCnet (12.5 MBPS) or Token Ring (4 or
  98.          16 MBPS).  Currently, Ethernet is regarded as providing the most
  99.          bang for the buck, with its 10 MBPS throughput and the price of
  100.          Ethernet cards falling below $100.00 each in the mail order
  101.          market.  With most types of networking, one LAN card per PC would
  102.          be required.  It is not recommended to use networks employing the
  103.          use of the PC's parallel or serial ports, as those types of LANs
  104.          are too slow to provide a fast enough interface for a VBBS user.
  105.          Use the fastest LAN cards you can afford.
  106.  
  107.               VBBS was designed and tested on a LANtastic 2 MB/sec LAN.
  108.          It does very well on this relatively slow hardware platform;
  109.          speed is excellent, given the limitations of the hardware.
  110.          However, faster LANs (ie..10 MB/sec) run noticeably faster.
  111.          (Note: The disk I/O optimizations made in VBBS will result
  112.          in speed increases over all platforms, LAN, or non-LAN. Even
  113.          XTs should run considerably faster.)
  114.  
  115.               All path specifications under VCONFIG "System Paths" must be
  116.          set to a drive which is shared among the entire network.  This is
  117.          easily accomplished with most networks.  With Novell Lite, for
  118.          example, clients only need to load CLIENT.EXE after loading the
  119.          network drivers, then map the net drive.  The server, however,
  120.          must load BOTH SERVER.EXE and CLIENT.EXE, and map the net drive 
  121.          the SAME WAY the clients do.  This may result in replicating the 
  122.          "C" drive as logical drive "F" or whatever.  Though in reality 
  123.  
  124.                                         VBBS 6.12 Documentation --11-D-3
  125.  
  126.  
  127.          the "F" drive is really just another label for the "C" drive, 
  128.          this will be necessary for proper network operation.  All VBBS 
  129.          nodes must look to the same path.
  130.  
  131.               If necessary, FLAG all VBBS files as SHARABLE, READ/WRITE.
  132.  
  133.               Synchronize all of the clocks on your work stations.
  134.          (Most networks let you set your workstation clock from the net-
  135.          work server's clock; this is done automatically with Novell Net-
  136.          ware).
  137.  
  138. .TOPIC:
  139. LANtastic
  140.          LANtastic  (Artisoft)
  141.          ═════════════════════
  142.  
  143.               LANtastic was designed to be a peer-to-peer type network, but a
  144.          dedicated fileserver can be set as well.  LANtastic is among the
  145.          most stable of peer-to-peer type Network Operating Systems, but 
  146.          its performance as a dedicated file server falls below that of 
  147.          dedicated Netware.  Net cards for LANtastic are proprietary, making
  148.          them more expensive.  Novell NE-1000 and NE-2000 compatible 
  149.          Ethernet cards may also be used, but adaptors must be used in 
  150.          conjunction with these cards to make them work with LANtastic, 
  151.          raising the price significantly.
  152.  
  153.               Costs for a two-node Ethernet LANtastic setup for software, 
  154.          cabling and netcards run between $475.00 to $550.00.  Additional 
  155.          workstations are added by purchasing additional netcards for each
  156.          new workstation at about $175 each.  The practical limit of this 
  157.          type of network would be about 10 nodes, though the software will 
  158.          allow many more.
  159.  
  160.               These prices reflect current market prices only, and may vary
  161.          with different vendors and market conditions.
  162.  
  163. .TOPIC:
  164. Novell Lite
  165.          Novell Lite  (Novell)
  166.          ═════════════════════
  167.  
  168.               At this writing, Novell Lite is at revision 1.1.  It is a peer-
  169.          to-peer networking system not as stable as LANtastic, but is in
  170.          use with Multinode VBBS successfully.  Novell Lite can also be 
  171.          used to set up a dedicated file server.  One advantage of Novell 
  172.          Lite is that it can use many of the generic low-cost netcards 
  173.          available on the market today without any special adaptors.
  174.  
  175.               Costs for a two-node Ethernet Novell Lite setup for software, 
  176.          cabling and netcards run between $400.00 to $475.00.  Additional 
  177.          nodes are added by purchasing a copy of Novell Lite and a net-
  178.          card for each workstation to be added, up to 25, but the prac-
  179.          tical limit would be about ten nodes.  Again, these prices re-
  180.          flect current market prices only, and may vary with different 
  181.          vendors and market conditions.
  182.  
  183.                                         VBBS 6.12 Documentation --11-D-4
  184. .TOPIC:
  185. Novell Netware
  186.          Novell Netware 2.2 and 3.1x  (Novell)
  187.          ═════════════════════════════════════
  188.  
  189.               Novell Netware has captured the lion's share of the LAN market, 
  190.          for good reason.  Novell is revered as the best network opera-
  191.          ting system available, period.  Out of the box, Netware 3.11 can 
  192.          not only interface DOS machines, but PC's using Windows, OS/2, 
  193.          and Macintosh machines.  PCs and workstations running UNIX and 
  194.          main and mini-mainframes can also be interfaced to Netware 3.11 
  195.          with the purchase of additional software modules through Novell.
  196.  
  197.               Both 3.1x and 2.2 DEDICATED Netware load DOS initially, then load
  198.          their own operating system, then totally remove DOS from the ser-
  199.          ver's NOS environment.  Netware utilizes its own file system, 
  200.          making its own hard drive partitions, which support extended at-
  201.          tributes, increased security over DOS based NOSes and much im-
  202.          proved disk performance.  Additionally, Netware partitions are 
  203.          not prone to disk fragmenting and data corruption to the extent 
  204.          that DOS NOSes are.
  205.          
  206.               Although 2.2 will not allow true "peer-to-peer" style networking,
  207.          it will allow the file server to log onto the network as a work-
  208.          station, though this will decrease performance of the server 
  209.          significantly as it runs DOS tasks as well as its tasks as file
  210.          server.  Netware is seldom used in this manner; in fact, Netware
  211.          3.x does not allow the server to be used as anything other than 
  212.          a dedicated server.
  213.          
  214.               However, Artisoft LANtastic for Netware and Novell Lite can both 
  215.          be used in conjunction with dedicated Netware to incorporate the 
  216.          best of both worlds -- the rock-solid performance and security 
  217.          of dedicated Netware along with the utility of peer-to-peer net-
  218.          working.
  219.  
  220.               Netware 2.2 and 3.11 will serve those interested in dedicated 
  221.          Netware for DOS, Windows and OS/2 PC's equally.  2.2 will run on 
  222.          a 286, 3.11 requires a 386SX.  Because its own operating system 
  223.          is optimized for file serving and its disk management is far 
  224.          superior to DOS, it provides superior connectivity.  Novell's 
  225.          Netware is the system of choice for those planning large LANs.  
  226.          For those who can go a few extra bucks, it is still a great 
  227.          choice for small LANs.
  228.  
  229.               The price for Netware 2.2 starts around $500.00 for a 5-user 
  230.          version, with Ethernet cards available for under $100.00 each.  
  231.          One card is necessary for each node and one for the fileserver.  
  232.          Again, these prices reflect current market prices only, and may 
  233.          vary with different vendors and market conditions.
  234.  
  235.