(Latest Revision: 
Mon Sep 23 00:17:18 PDT 2002
) 
 
Notes On Chapter Ten 
-- LAN Wiring, Physical Topology, And Interface Hardware
 
-  10.1 Introduction  
      
     -  This chapter discusses network interface cards, LAN wiring, and
	  major LAN hardware components.  It also discusse the difference
	  between logical and physical topology. 
      
 -  10.2 Speeds of LANs and Computers 
     
     -  A host CPU and the attached network may have quite different
	  processing rates.  Perhaps surprisingly, it is often the case that
	  the network can feed the CPU data faster than the CPU can process it.
	  
      
 -  10.3 Network Interface Hardware  
     
     -  Typically the NIC is a plug-in board that is operated by the system
	  software of the host much like a disk drive would be.  The network
	  card controller does most of the detailed work.  The host's system
	  software only needs to issue simple write and read (send and receive)
	  commands.  The NIC will then copy a whole packet worth of data from
	  primary memory to the network (to send), or from the network to the
	  primary memory(to receive).  
      
 -  10.4 The Connection Between A NIC and  Network  
      
     -   Methods of connecting the NIC to the
	  network media vary widely.  
   
 -  10.5 Original Thick Ethernet Wiring  
     
     -  The original ethernet is the 10Base5 (aka thicknet, aka AUI)
	  standard.  
      -  The NIC contains all the digital circuitry  
      -  An additional component, the tranceiver (transmitter/receiver) is
	  usually connected directlty to the backbone coaxial cable. It
	  performs actions similar to what a modem does.  
      -  An attachment unit interface (AUI) cable connects the NIC with the
	  tranceiver.  The AUI cable contains wires for sending data to the
	  transceiver, receivng data from the transceiver, sending power to the
	  transceiver, and control lines to the transceiver.  
      -  The backbone cable is the transmisson media.  
      -   The ends of the backbone must be terminated
	  with a resistor  that connects between the central wire and
	  the shield.  The terminator acts like an electronic shock absorber
	  that prevents signals from reflecting off the end of the cable and
	  coming back to cause interference.  (The network would react to this
	  interference as if it were a collision.  After backing off, and
	  trying to transmit, there will just be another apparent collision.
	  Thus when a network gets into a "constant collision" state, the
	  administrator should consider the possibility that it is being caused
	  by an unterminated network segment.) 
      
 -  10.6 Connection Multiplexing  
     
     -  A connection multiplexor (also called a multiport tranceiver) is an
	  electronic device to which one can connect several AUI cables from
	  several 10Base5 NIC's.  The device is connected to a transceiver on
	  the backbone.  The device mimics all the required signals so that the
	  connected NIC's operate just as though they were each connected
	  directly to a transceiver on the backbone.  
      -  Such multiplexors are a convenience for connecting a room full of
	  computers to the ethernet.  You don't have to worry much about
	  spacing taps out on the backbone.  There is only one actual
	  connection to the backbone.  
      
 -  10.7 Thin Ethernet Wiring  
      
     -  10Base2 (Thinnet) was something of an improvement over 10Base5.
	  
      -   The cable is thin and flexible like TV cable.  
      -   The transceiver is on-board the NIC.  
      -   The NIC connects directly to the backbone.  
  
      -   The equipment is cheaper than Thicknet.  
      
 
 -  10.8 Twisted Pair Ethernet  
     
     -  10BaseT (Twisted Pair) has some advantages over both 10Base5 and
	  10Base2.  
      -  In this standard, several NIC's are connected to a central hub or
	  switch.  The hub or switch simulates the signals that would be sent
	  by an actual backbone cable, so the NIC's operate just as they would
	  if they were connected using 10Base5 or 10Base2.  
      -  The wires and RJ-45 connectors used for 10BaseT are much like
	  telephone wire and connectors.  The RJ-45 connectors are a little
	  wider than the telephone connectors.  
      
 -  10.9 Advantages and Disadvantages of Wiring Schemes  
     
     -   Twisted Pair is pretty much the ethernet of
	  choice nowadays. 
      -  Twisted Pair is usually cheaper than Thinnet or Thicknet.  
      -  Unlike with 10Base2 (thinnet) you can't partition the network by
	  disconnecting a host from a twisted pair network.  
      -  It takes a relatively long time to assemble a 10Base5 (thicknet)
	  network, mainly because the the backbone has to be tapped for each
	  tranceiver..  
      -  It is possible to interconnect all three kinds of ethernets so that
	  they can interoperate fully.  
      
 -  10.10 The Topology Paradox  
     
     -  According to the authors,  a twisted pair
	  ethernet functions logically like a bus network but resembles a star
	  network physically.  
      -  If the hub of a star network operates in such a way that the hosts
	  operate just as they would on a bus network, then indeed there is no
	  essential difference between the star network and the bus network.
	  
      
 -  10.11 Network Interface Cards And Wiring Schemes 
     
     -  Many Ethernet NIC's have two or three different kinds of connectors,
	  say one for 10Base2 and one for 10BaseT.  
      -  You can connect to the NIC whichever kind of ethernet medium you
	  want.  (Only one will be operational at a time.)  
      -  The ethernet address does not change when you switch from one kind of
	  connection to another on the same NIC.)  
      
 -  10.12 Wiring Schemes And Other Network Technologies  
     
     -  The original version of LocalTalk uses short cables from NIC's
	  connected to a daisy-chain of transceivers.  This is basically a bus
	  topology.  
      -  There is a version of LocalTalk that uses a hub that simulates the
	  bus.  
      -  Hub wiring is often used for networks that are actually logically
	  operating as token rings.  (This can allow electronic "healing" of
	  the ring if a host fails.)  
      
 -  10.13 Summary