home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / linux / 10792 < prev    next >
Encoding:
Internet Message Format  |  1992-09-15  |  3.3 KB

  1. Path: sparky!uunet!sun-barr!news2me.ebay.sun.com!exodus.Eng.Sun.COM!appserv.Eng.Sun.COM!slovax.Eng.Sun.COM!lm
  2. From: lm@slovax.Eng.Sun.COM (Larry McVoy)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: How and what
  5. Date: 16 Sep 1992 04:51:03 GMT
  6. Organization: Sun Microsystems, Inc.  Mt. View, Ca.
  7. Lines: 67
  8. Message-ID: <lbdf9nINNjrb@appserv.Eng.Sun.COM>
  9. References: <68174@hydra.gatech.EDU>
  10. NNTP-Posting-Host: slovax
  11.  
  12. gt5584e@prism.gatech.EDU (Edward Deering Boykin) writes:
  13. :  I have two roomates who also have computers. we are all working on getting
  14. : linux installed. As a experiment we would like to network them together. Can
  15. : this be done using the latest linux version and tcp/ip stuff. What kind
  16. : of equipment would be needed? Would the lan have to be client/server or can it 
  17. : be peer-to-peer? None of know a whole lot about networks but we are all
  18. : pretty experienced with computers. In laymans terms what are the minimum hardware
  19. : requirements for setting this up? Someone give me an ideo if possible, please.
  20.  
  21. OK, Larry's blurb on networks, probably reasonable because I've tried
  22. everything I'm about to describe.
  23.  
  24. We're only going to talk about "ethernet" in all of its forms; no token
  25. ring, slip, or anything else.
  26.  
  27. There are three interfaces: AUI, BNC, 10baseT.
  28.  
  29.     AUI (also known as thicknet)
  30.         The AUI interface is the 15 pin heavy cables that you
  31.         see wiring buildings.  To use AUI, you need a mux box
  32.         (you can do a point to point but it is hard because AUI
  33.         includes a power pin and you can't plug power into
  34.         power).  You can use a mux box as a small network.  A
  35.         mux box, such as a cabletron 800, is a box that fans
  36.         out a ethernet into a a number of ports, each of which
  37.         can be connected to a system.
  38.  
  39.         Don't use AUI for a small network, the costs are too high.
  40.         A cabletron is about $1K for a 8-10 port box.
  41.  
  42.     10baseT (also known as twisted pair)
  43.         The 10baseT interface looks like your phone cable.
  44.         It's been called the rs232 cable of the 90's.  10baseT
  45.         can be easily used as a point to point link, you just
  46.         have to flip a couple of wires, just like rs232.
  47.  
  48.         Normally, you by a hub, like a mux box.  Don't use 10baseT
  49.         for a tiny network of > 2 machines, the hubs will kill ya.
  50.         On the other hand, invest in 10baseT for your large networks,
  51.         it's the wave of the future.  Really.
  52.  
  53.     BNC (also known as thinnet).
  54.         The BNC interface looks sort of like a cable TV cable or
  55.         the cables on the back of some color monitors (suns).
  56.         (Don't try switching the sun cables for BNC cables, one
  57.         is 50 ohms and the other is 75 ohms.  Sigh.  Yes, I tried
  58.         it.  Double sigh. :-)
  59.  
  60.         The nice thing about BNC is also the bad thing.  You can
  61.         get T connections and insert them them in the cable to
  62.         provided drops.  This is the easiest and cheapest way to
  63.         create a small network.
  64.  
  65.         The bad thing about BNC is that if someone unconnects
  66.         the their machine, it interferes with the network.
  67.         There is no partitioning of the drop from the network.
  68.         An unterminated cable becomes very noisy, sometimes to
  69.         the point of not working at all.  A disconnected machine
  70.         can look like an unterminated cable.
  71.  
  72.         The other bad thing about BNC is that it falling out of
  73.         favor because of the electrical problems.
  74.  
  75.         Despite all the problems, BNC is what I would use to
  76.         build a home network.  It's cheap.
  77. ---
  78. Larry McVoy            (415) 336-7627             lm@sun.com
  79.