* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project
Download Chapters 17 and 18 Slides
Recursive InterNetwork Architecture (RINA) wikipedia , lookup
Piggybacking (Internet access) wikipedia , lookup
Network tap wikipedia , lookup
Computer network wikipedia , lookup
Airborne Networking wikipedia , lookup
List of wireless community networks by region wikipedia , lookup
Wake-on-LAN wikipedia , lookup
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 17 Supporting Modems Modems Devices used by PCs to connect to the Internet and/or with each other over phone lines A+ Guide to Managing and Maintaining Your PC, Fifth Edition 2 External Modem A+ Guide to Managing and Maintaining Your PC, Fifth Edition 3 Modem Card A+ Guide to Managing and Maintaining Your PC, Fifth Edition 4 RJ-11 Connection A+ Guide to Managing and Maintaining Your PC, Fifth Edition 5 About Modems Are both hardware and firmware MOdulation/DEModulation Convert digital data to analog, then back to digital Provide an RJ-11 connection Can be half-duplex or full-duplex A+ Guide to Managing and Maintaining Your PC, Fifth Edition 6 Modem Speed 56 Kbps Most commonly used modem speed rating today V.92 standard Current standard for 56 Kbps transmission A+ Guide to Managing and Maintaining Your PC, Fifth Edition 7 The Ceiling on Modem Speeds Analog phone lines were designed for transmission of human voice; Affects ability to attain high transmission speeds for data Noise (line disturbance) A+ Guide to Managing and Maintaining Your PC, Fifth Edition 8 Networking by Modems A+ Guide to Managing and Maintaining Your PC, Fifth Edition 9 Communication between Modems Many standards/protocols exist Hand-shaking: how to establish connections Compression Error correction A+ Guide to Managing and Maintaining Your PC, Fifth Edition 10 Communication Between a Modem and a Computer RS-232 Digital Port speed A+ Guide to Managing and Maintaining Your PC, Fifth Edition 11 A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 18 PCs on a Network Network Terminology Network adapter: provides a port to connect a PC to the network; usually an expansion card (NIC) Network protocols OS protocols (eg, TCP/IP) Hardware protocols (eg, Ethernet) Data transmission: packets, datagrams, or frames A+ Guide to Managing and Maintaining Your PC, Fifth Edition 13 Physical Network Architectures Ethernet (most popular) Wireless LAN Token ring FDDI (Fiber Distributed Data Interface) A+ Guide to Managing and Maintaining Your PC, Fifth Edition 14 Ethernet Cables Computers need to be physically connected using Ethernet cables A+ Guide to Managing and Maintaining Your PC, Fifth Edition 15 Ethernet Cable Types continued… A+ Guide to Managing and Maintaining Your PC, Fifth Edition 16 Ethernet Cable Types (continued) A+ Guide to Managing and Maintaining Your PC, Fifth Edition 17 Ethernet Combo Card A+ Guide to Managing and Maintaining Your PC, Fifth Edition 18 Bus and Star Topologies A+ Guide to Managing and Maintaining Your PC, Fifth Edition 19 A Hub A+ Guide to Managing and Maintaining Your PC, Fifth Edition 20 Ethernet Topology Bus topology Has no central connection point If one cable is broken, the network is partitioned Star topology More popular; easier to maintain Patch cables: connect a PC to a hub Crossover cables: connect two hubs A+ Guide to Managing and Maintaining Your PC, Fifth Edition 21 Star Bus Topology A+ Guide to Managing and Maintaining Your PC, Fifth Edition 22 Ethernet – Data Transmission Each computer has a unique Ethernet MAC address (comes with the Ethernet card) Data are transmitted in units of packets Each packet is broadcast over the whole network All computers listen to all data packets A computer receives a data packets only if it is addressed to it A+ Guide to Managing and Maintaining Your PC, Fifth Edition 23 Ethernet Hub Broadcasting a Data Packet A+ Guide to Managing and Maintaining Your PC, Fifth Edition 24 Repeaters Help overcome limitations on length of cables that can be used; Two kinds Amplifier repeater Signal-regenerating repeater (used by Ethernet) A+ Guide to Managing and Maintaining Your PC, Fifth Edition 25 Repeaters (continued) A+ Guide to Managing and Maintaining Your PC, Fifth Edition 26 Ethernet 10 Mbps 100 Mbps 1 Gbps (gigabit Ethernet) A+ Guide to Managing and Maintaining Your PC, Fifth Edition 27 Wireless LANs Use radio waves or infrared light to connect computers or devices Standards Wireless NIC includes antenna to send and receive signals 1999 IEEE 802.11b (Wi-Fi or AirPort) Bluetooth Slower than wired networks Security is an issue A+ Guide to Managing and Maintaining Your PC, Fifth Edition 28 Wireless LANs (continued) A+ Guide to Managing and Maintaining Your PC, Fifth Edition 29 Segmenting Networks Reduce traffic on each segment Improve network performance Use devices (bridges and switches) more intelligent than hubs A+ Guide to Managing and Maintaining Your PC, Fifth Edition 30 Bridges and Switches A+ Guide to Managing and Maintaining Your PC, Fifth Edition 31 Bridges Compared with Switches A+ Guide to Managing and Maintaining Your PC, Fifth Edition 32 Bridges Send broadcast messages; not good for large networks Effective at separating high-volume areas on a LAN Best for connecting LANs that do not communicate outside their immediate network A+ Guide to Managing and Maintaining Your PC, Fifth Edition 33 Switches Send a packet only to network segment for which it is destined A+ Guide to Managing and Maintaining Your PC, Fifth Edition 34 Bridges and Switches Both keep source and destination MAC addresses in routing tables and learn new addresses A+ Guide to Managing and Maintaining Your PC, Fifth Edition 35 Windows on a Network Workgroup model and domain model Networking protocols supported at physical level Ethernet ATM Token Ring Protocols supported at OS level TCP/IP: Internet IPX/SPX: Novell NetWare NetBEUI: used only by Windows computers A+ Guide to Managing and Maintaining Your PC, Fifth Edition 36 Windows on a Network (continued) A+ Guide to Managing and Maintaining Your PC, Fifth Edition 37 OS Protocols Automatically bind themselves to any NICs they find More than one can be associated with a single NIC A+ Guide to Managing and Maintaining Your PC, Fifth Edition 38 Hands-on Project: Network Protocols Figure 18-15 A+ Guide to Managing and Maintaining Your PC, Fifth Edition 39 Addressing on a Network Computer MAC address IP address Characterbased names Port address Unique address permanently embedded in a NIC; identifies a device on a LAN Expressed as six pairs of hexadecimal numbers and letters Used only by devices inside local network 32-bit address consisting of a series of four 8-bit numbers separated by periods Identifies a computer or device on a TCP/IP network Include domain names, host names (Windows 2000/XP), NetBIOS names (Windows 98) Identify a PC with letters; easier to remember Name resolution services: DNS and Microsoft WINS Number that identifies a program or service running on a computer to communicate over the network Application A+ Guide to Managing and Maintaining Your PC, Fifth Edition 40 MAC Addresses and IP Addresses A+ Guide to Managing and Maintaining Your PC, Fifth Edition 41 IP Addresses 32-bits long, made up of 4 bytes separated by periods Always written as 4 decimal numbers separated by periods 190.180.40.120 255.255.255.255 (largest number) A+ Guide to Managing and Maintaining Your PC, Fifth Edition 42 IP Addresses A+ Guide to Managing and Maintaining Your PC, Fifth Edition 43 Reserved IP Addresses A+ Guide to Managing and Maintaining Your PC, Fifth Edition 44 Hands-on Project: IP Configuration Figure 18-17 A+ Guide to Managing and Maintaining Your PC, Fifth Edition 45 Various Ways of Assigning IP Addresses Static IP address Dynamic IP address: using DHCP Network Address Translation (NAT) A+ Guide to Managing and Maintaining Your PC, Fifth Edition 46 Using NAT 192.168.0.1 192.168.0.3 192.168.0.2 139.234.2.1 A+ Guide to Managing and Maintaining Your PC, Fifth Edition 47 DNS Server DNS (Domain Name System) Input: character-based name (www.ifsc.ualr.edu) Output: IP address of the computer with the name DNS server IP address Automatically detected Statically specified A+ Guide to Managing and Maintaining Your PC, Fifth Edition 48 Hands-on Project: Configure TCP/IP pp. 844 & Figure 18-24 pp. 846 & Figure 18-26 A+ Guide to Managing and Maintaining Your PC, Fifth Edition 49 Using Resources on the Network LAN Assign all users to same workgroup or domain with My Network Places (Windows 2000/XP) or Network Neighborhood (Windows 9x) Peer-to-peer network Install Client for Microsoft Networks and File and Printer Sharing A+ Guide to Managing and Maintaining Your PC, Fifth Edition 50 Hands-on Project: Components for Sharing Resources pp. 856 & Figure 18-36 A+ Guide to Managing and Maintaining Your PC, Fifth Edition 51 Hands-on Project: Sharing Files and Folders with the Workgroup pp. 859 & Figure 18-38 A+ Guide to Managing and Maintaining Your PC, Fifth Edition 52 Network Drive Maps Makes one PC (client) appear to have new hard drive when that hard drive space is actually on another host computer (server) A+ Guide to Managing and Maintaining Your PC, Fifth Edition 53 Hands-on Project: Network Drive Maps pp. 861 & Figure 18-40, Figure 18-42 A+ Guide to Managing and Maintaining Your PC, Fifth Edition 54 Connecting Networks with Routers Use IP addresses to determine path by which to send a packet; Allows multiple computers to share one IP address Types Hardware routers Software routers A+ Guide to Managing and Maintaining Your PC, Fifth Edition 55 Connecting Networks with Routers (continued) A+ Guide to Managing and Maintaining Your PC, Fifth Edition 56 Connecting Networks with Bandwidth Technologies Bandwidth: measure of data capacity Greater bandwidth = faster communication Common bandwidth technologies Cable modem DSL (Digital Subscriber Line) Regular telephone lines ISDN (Integrated Services Digital Network) Satellite access Wireless access A+ Guide to Managing and Maintaining Your PC, Fifth Edition 57