(rev. 01/23/2010) 
 
Notes On Chapter Fifteen
-- Wired LAN Technology (Ethernet and 802.3)
-  15.1 Introduction  
    
    -  How concepts from previous chapters form the basis for Ethernet
    
 
 -  15.2 The Venerable Internet  
    
    -  Ethernet hardware, cabling and media have changed dramatically
    
 -  However, all forms of Ethernet remain compatible.
    
 
 -  15.3 Ethernet Frame Format  
    
    -  frame format means "the way a packet is organized"
    
 -  See figure 15.1 on page 256.
    
 -  Header contains source and destination addresses of 48-bits each,
         plus a 16-bit type field
    
 -  data payload is variable in size (46-1500 bytes) and ends with a
         4-byte CRC.
    
 
 -  15.4 Ethernet Type Field and Demultiplexing  
    
    -  The type field gives an indication of what is in the data
         payload.
    
 -  Often a high-level protocol utilizes Ethernet.  For example, the
         payload of an Ethernet packet could be an IP datagram or ARP message.
    
 -  The type field of the Ethernet packet will be 0800 for an IP
         datagram and 0806 for an ARP message.
    
 -  The receiving computer relies on the contents of the type
	 field to indicate to which module of protocol software the
	 computer should relay the packet.
    
 -  When things are done this way, the computers on the network are able
         to utilize many different network protocols simultaneously.
    
 
 -  15.5 IEEE's Version of Ethernet (802.3)  
    
    -  The 802.3 Ethernet standard modifies the frame format slightly
    
 -  The max payload is reduced to make room for a second header section.
    
 -  The old type field becomes a packet length field
    
 -  The new 8-byte (SNAP) header that includes the packet type
    
 -  802.3 is backward compatible with the original frame format
    
 -  802.3 hasn't been used much.
    
 
 -  15.6 LAN Connections and Network Interface Cards  
    
    -  A computer treats a LAN pretty much like any other I/O device.
    
 -  Like a disk, the LAN is something to which the computer can write
	 bytes, or from which it can read bytes.
    
 -  A disk controller has a connection to the computer's bus
         and a connection with the disk.
    
 -  Likewise there are Network Interface Cards that perform a similar
         function for LAN's.
	 
    
 -  The computer bus connects to the NIC, which connects to the network
	  medium
	  
    
 -  An NIC:
         
         -  sends and receives frames (packets)
         
 - recognizes destination addresses in frames
         
 -  computes and checks CRC's 
         
 
     
 -  15.7 Ethernet Evolution and Thicknet Wiring  
    
    -  Refer to figure 15.4 on page 259
    
 -  Names: 10Base5, thick wire Ethernet, or Thicknet
    
 -  NIC near computer handles digital aspects of communication
    
 -  Transceiver that tapped into "banana cable" handled carrier detection,
         and conversion between digital bit values and signals on the cable.
    
 -  An attachment unit interface (AUI) cable formed the connection
         between the transceiver and the NIC.
    
 -  Main cable and transceivers were usually remote from the computers,
         perhaps running along above a ceiling or beneath a floor.
    
 
 -  15.8 Thinnet Ethernet Wiring  
    
    -  Refer to figure 15.5 on page 259
    
 -  Names: 10Base2, Thinwire Ethernet, Thinnet
    
 -  NIC's and Tranceiver combined in one device - usually internal to the
         computer
    
 -  Sections of thin flexible cable connect from NIC to NIC with
         T-connectors.
    
 -  Special terminators at each end of the cable run
    
 -  Advantages: low cost, easy installation
    
 -  Disadvantages: Human error can easily trigger network downtime
    
 
 -  15.9 Twisted Pair Ethernet Wiring and Hubs  
    
    -  Refer to figure 15.6 on page 260
    
 -  Names: 10BaseT, Twisted Pair Ethernet
    
 -  No cable.  Multiple NIC's connect to a hub or switch via twisted
         pair wiring.
    
 -  A hub emulates a backbone cable.
    
 
 -  15.10 Physical and Logical Ethernet Topology  
    
    -  Although twisted-pair Ethernet is physically set up as a star
         network, logically it utilizes a bus topology.
    
 
 -  15.11 Wiring an Office Building  
    
    -  Each different Ethernet wiring technology makes different demands on
         office wiring designs.
    
 
 -  15.12 Variants of Twisted Pair Ethernet and Speeds  
    
    -  Ethernet cable has improved in quality and shielding and data rates
         have increased:
    
 -  10BaseT is 10 Mbps
    
 -  100BaseT (Fast Ethernet) is 100 Mbps
    
 -  1000BaseT (Gigabit Ethernet, Gig-E) is 1000 Mbps
    
 -  The high-speed versions use a switch instead of a hub - which
	 simulates an isolated Ethernet segment, linked to other
	 segments by bridges.
    
 -  The high-speed versions will slow down if they share a segment with
         an NIC using a slow version.
    
 
 -  15.13 Twisted Pair Connectors and Cables  
    
    -  Twisted pair uses RJ45 connectors, which are larger versions of the
         RJ11 connectors used with telephones.
    
 -  Most people purchase ready-made patch cables
    
 -  There are two types: straight (for computer-to-switch or
         computer-to-hub)
         and crossed (for switch-to-switch, hub-to-hub, or
	 computer-to-computer)