Presentation is loading. Please wait.

Presentation is loading. Please wait.

Chapter 9 - LAN Wiring, Physical Topology and Interface Hardware Introduction Speeds of LANs and computers Network interface hardware I/O interfaces Network.

Similar presentations


Presentation on theme: "Chapter 9 - LAN Wiring, Physical Topology and Interface Hardware Introduction Speeds of LANs and computers Network interface hardware I/O interfaces Network."— Presentation transcript:

1 Chapter 9 - LAN Wiring, Physical Topology and Interface Hardware Introduction Speeds of LANs and computers Network interface hardware I/O interfaces Network connector NICs and network hardware NIC and CPU processing Connection between NIC and physical network Thick Ethernet wiring Thick Ethernet example Connection multiplexing Thin Ethernet wiring Thin Ethernet wiring (continued) 10Base-T Hubs Protocol software and Ethernet wiring Comparison of wiring schemes Comparison of wiring schemes (continued) Topologies and network technologies Other technologies Technology translation Summary

2 Introduction Interface cards Why a separate card How to connect the interface to the computer What is a ``transceiver''? LAN wiring schemes Logical and physical topology

3 Speeds of LANs and computers LAN data transmission speeds are typically ``fast'' relative to CPU speeds 100MHz CPU could execute only one instruction for each bit on a 100Mhz Ethernet LAN speeds are defined independent of any specific processor speeds Allows for mix of attached systems New computers can be attached without affecting LAN speeds

4 Network interface hardware CPU can't process data at network speeds Computer systems use special purpose hardware for network connection Typically a separate card in the backplane Network adapter card or network interface card (NIC) Connector at back of computer then accepts cable to physical network

5 I/O interfaces Page 141, Figure 10.1

6 Network connector Page 141, Figure 10.1

7 NICs and network hardware NIC is built for one kind of physical network Ethernet interface can't be used with token ring ATM interface can't be used with FDDI Some NICs can be used with different, similar hardware Thick, thin and 10Base-T Ethernet 10Mbps and 100Mbps Ethernet

8 NIC and CPU processing NIC contains sufficient hardware to process data independent of system CPU Some NICs contain separate microprocessor Includes analog circuitry, interface to system bus, buffering and processing Looks like any other I/O device to system CPU System CPU forms message request Sends instructions to NIC to transmit data Receives interrupt on arrival of incoming data

9 Connection between NIC and physical network Two alternatives: NIC contains all circuitry and connects directly to network medium Cable from NIC connects to additional circuitry that then attaches to the network medium Thin Ethernet vs. 10Base-T Both are Ethernet; network technology not limited to one style of connection

10 Thick Ethernet wiring Uses thick coax cable AUI cable (or transceiver or drop cable connects from NIC to transceiver AUI cable carries digital signal from NIC to transceiver Transceiver generates analog signal on coax Wires in AUI cable carry digital signals, power and other control signals

11 Thick Ethernet example Page 143, Figure 10.3 Thick Ethernet also requires termination to avoid signal reflectance

12 Connection multiplexing In some circumstances, transceivers may be inconvenient; e.g., workstations in a lab Connection multiplexor connects multiple computers to a single transceiver Each computer's AUI cable connects to connection multiplexor One AUI from multiplexor to Ethernet coax Page 145, Figure 10.4 Connection multiplexor completely invisible to attached computers

13 Thin Ethernet wiring Uses thin coax that is cheaper and easier to install than thick Ethernet coax Transceiver electronics built into NIC; NIC connects directly to network medium Coax cable uses BNC connector Figure 10.5, Page 146

14 Thin Ethernet wiring (continued) Coax runs directly to back of each connected computer T connector attaches directly to NIC

15 Thin Ethernet wiring (continued) Useful when many computers are located close to each other May be unreliable - any disconnection disrupts entire net

16 10Base-T Variously called 10Base-T, twisted pair or TP Ethernet Replaces AUI cable with twisted pair cable Replaces thick coax with hub Page 147, Figure 10.6

17 Hubs Extension of connection multiplexing concept Sometimes called ``Ethernet-in-a-box'' Effectively a very short Ethernet with very long AUI cables Can be connected into larger Ethernets

18 Protocol software and Ethernet wiring All wiring technologies use identical Ethernet specification Same frame format Same CSMA/CD algorithms Can mix different technologies in one Ethernet NICs can provide all three connection technologies Protocol software can't differentiate among wiring technologies

19 Comparison of wiring schemes Separate transceiver allows computer to be powered off or disconnected from network without disrupting other communication Transceiver may be located in an inconvenient place Finding malfunctioning transceiver can be hard Thin coax takes minimum of cable Disconnecting one computer (or one loose connection) can disrupt entire network Hub wiring centralizes electronics and connections, making management easier Bottom line - 10Base-T most popular because of cost

20 Comparison of wiring schemes (continued) Figure 10.7, Page 149.

21 Topologies and network technologies 10Base-T network topology is a bus; wiring topology is a star Token ring network topology is a ring; wiring topology is a star Remember to distinguish between logical and physical topologies

22 Other technologies AppleTalk uses bus wiring with coax cable between transceivers Page 152, Figure 10.9 AppleTalk can also use hub technology or spare wires in 4-wire phone cable

23 Technology translation Adapters can translate between some network technologies Ethernet AUI-to-thinnet Ethernet AUI-to-10Base-T adapters AppleTalk to phone wire

24 Summary Network interface card (NIC) connects computer system to network NIC operates independently; is fast enough to keep up with network Typically uses interrupts to interact with CPU Many physical wiring schemes are available for logical network topology 10Base-T is a logical bus and a physical star

25 Chapter 10(11) - Extending LANs: Fiber Modems, Repeaters, Bridges and Switches Introduction LAN design for distance LAN extensions Fiber optic extensions Repeaters Ethernet repeaters Limits on repeaters Repeater architecture Characteristics of repeaters Bridges Bridged LAN segments Characteristics of bridges Filtering bridges

26 Frame filtering How does bridge set up table? Filtering example Startup behavior of filtering bridges Designing with filtering bridges Bridging between buildings Bridging across longer distances Bridges and cycles Cycles of bridges Eliminating broadcast cycles Switching Switches and hubs Summary Chapter 10(11) - Contd

27 Introduction LAN technologies are designed with constraints of speed, distance and costs Typical LAN technology can span, at most, a few hundred meters How can a network be extended to cover longer distances; e.g., the UB campus?

28 LAN design for distance Many LANs use shared medium - Ethernet, token ring Length of medium affects fair, shared access to medium CSMA/CD - delay between frames, minimum frame length Token passing - circulation time for token Length of medium affects strength of electrical signals and noise immunity

29 LAN extensions Several techniques extend diameter of LAN medium Most techniques use additional hardware LAN signals relayed between LAN segments Resulting mixed technology stays within original engineering constraints while spanning greater distance

30 Fiber optic extensions Can extend connection to a computer using fiber optic cable Insert fiber modems and fiber optic cable into AUI cable Page 156, Figure 11.1 Fiber modems: Convert AUI signals to digital signal Transmit digital signals via fiber optic cable to other modem Most often used to connect two LANs - typically through a bridge - different buildings

31 Repeaters May want to extend LAN medium Ethernet - timing constraints allow longer medium Signal strength constraints limit length Repeater - bi-directional, analog amplifier that retransmits analog signals Page 157, Figure 11.2 One repeater can effectively double the length of an LAN segment

32 Ethernet repeaters Simply copy signals between segments Do not understand frame formats Do not have hardware addresses Any Ethernet segment is limited to 500 meters Repeater can double to 1,000 meters

33 Limits on repeaters Can't extend Ethernet with repeaters indefinitely CSMA/CD requires low delay; if medium is too long, CSMA/CD won't work Ethernet standard includes limit of 4 repeaters between any two Ethernet stations

34 Repeater architecture With four repeaters, can extend Ethernet through a building Page 159, Figure 11.3 FOIRL - Fiber Optic Intra-Repeater Link - can be used to connect bridges

35 Characteristics of repeaters Very easy to use - just plug in Repeaters simply re-transmit analog signals Collisions affect entire network Transient problems - noise - propagates throughout network

36 Bridges Also connect two LAN segments Retransmits frames from one segment on other segment(s) Handles complete frame Uses NIC like any other station Performs some processing on frame Invisible to other attached computers

37 Bridged LAN segments Page 160, Figure 11.4

38 Characteristics of bridges Relatively easy to use - just plug in Isolate collisions, noise

39 Filtering bridges Bridges can do additional processing Don't forward collisions, noise Only forward frames where necessary Bridge performs frame filtering and forwards frames along LAN segments to destination Learns location of stations by watching frames Forwards all broadcast and multicast packets

40 Frame filtering Bridge checks destination of each incoming frame Looks up destination in list of known stations Forwards frame to next interface on path to destination Doesn't forward frame if destination on LAN segment from which frame was received

41 How does bridge set up table? Bridge examines source address in each frame Adds entry to list for LAN segment from which frame was received Must forward any frame whose destination is not in the list on every interface

42 Startup behavior of filtering bridges Initially, the forwarding tables in all bridges are empty First frame from each station on LAN is forwarded to all LAN segments After all stations have been identified, frames are only forwarded as needed May result in burst of traffic after, e.g., power failure

43 Designing with filtering bridges Filtering bridge allows concurrent use of different LAN segments if traffic is local U and V can exchange frames at the same time X and Y exchange frames Page 161, Figure 11.5 Designers identify patterns of local communication and isolate groups of communicating computers with bridges

44 Bridging between buildings Similar to extending AUI with fiber modems Can put bridge in one building with long connection to LAN segment in different building Avoids extended AUI connection for each computer in remote building Page 164, Figure 11.6

45 Bridging across longer distances Can use leased line, microwave, laser or satellite to connect two bridges and LAN segments Page 165, Figure 11.7 Using two bridges instead of one: Filters at both ends, reducing traffic across slow link Provides buffering at both ends, matching dissimilar transmission speeds

46 Bridges and cycles Can use multiple bridges to interconnect many LAN segments Page 166, Figure 11.8 Station of segment c sends frames to station on segment g through B 2, B 1, B 3 and B 6 Broadcasts are forwarded through all bridges Suppose another bridge connects g and f?

47 Cycles of bridges A circular path through bridged networks is called a cycle Adding B 4 creates a cycle Page 167, Figure 11.9

48 Eliminating broadcast cycles Bridges must cooperate to broadcast frames exactly once on each segment Solution from graph theory - spanning tree - used to determine which bridges will forward broadcasts As each bridge joins the network, it communicates with other bridges on special hardware (typically multicast) address Learns network topology Performs spanning tree computation Determines if bridge will form a cycle

49 Switching Effectively a separate LAN segment for each port Similar to hub - hub shares single segment among all ports Page 168, Figure 11.10 With switching, multiple stations can transmit simultaneously Provides much higher aggregate bandwidth

50 Switches and hubs Switches are more expensive per port May make more sense economically to use hubs for some stations and switches for others

51 Summary Optical fiber and modems can be used to extend AUI for single station Repeater acts as amplifier and retransmits analog signals Bridge accepts entire incoming frame and retransmits Doesn't forward collisions Avoids collisions on destination segments Filtering bridge forwards frames only as needed Allows simultaneous use of LAN segments for local transmission Forwards all broadcast and multicast packets Switches provide full LAN speed to each port by simulating separate LAN segments


Download ppt "Chapter 9 - LAN Wiring, Physical Topology and Interface Hardware Introduction Speeds of LANs and computers Network interface hardware I/O interfaces Network."

Similar presentations


Ads by Google