Chapter 4: Network Interface Cards. Guide to Networking Essentials, Fourth Edition2 Learning Objectives Describe the role a network adapter card plays.

Slides:



Advertisements
Similar presentations
Bus Architecture.
Advertisements

Copyright © 2007 Heathkit Company, Inc. All Rights Reserved PC Fundamentals Presentation 35 – Buses.
Bus structures Unit objectives:
Chapter Six Networking Hardware.
Introduction Computer Hardware Jess 2006 EXPANSION CARDS BUS ARCHITECTURE AND CONNECTORS.
Chapter 22 All About SCSI.
Chapter 10 Supporting I/O Devices. You Will Learn…  How to install peripheral I/O devices  How to use ports and expansion slots for add- on devices.
Chapter 3 Chapter 3: Server Hardware. Chapter 3 Learning Objectives n Describe the base system requirements for Windows NT 4.0 Server n Explain how to.
Terms 5 Definitions and Questions. ISA The original 8- and 16-bit expansion card standard used in PCs. ISA cards run at a bus speed of 8MHz. You can plug.
PHY 201 (Blum) Buses Warning: some of the terminology is used inconsistently within the field.
Peripheral Buses COMP Jamie Curtis. PC Buses ISA is the first generation bus 8 bit on IBM XT 16 bit on 286 or above (16MB/s) Extended through.
Chapter 8 All About SCSI.
Computer Organization CSC 405 Bus Structure. System Bus Functions and Features A bus is a common pathway across which data can travel within a computer.
Components of a PC. Motherboard. Computer Mother Board Computer Mother board and its constituent components A typical PC mother board with important.
XP Practical PC, 3e Chapter 17 1 Upgrading and Expanding your PC.
Chapter 8 Input/Output. Busses l Group of electrical conductors suitable for carrying computer signals from one location to another l Each conductor in.
Introduction to Computer Networks Introduction to Computer Networks.
© 2001 by Prentice Hall5-1 Local Area Networks, 3rd Edition David A. Stamper Part 2: Hardware Chapter 5 LAN Hardware.
Interconnection Structures
… when you will open a computer We hope you will not look like …
Peripheral Busses COMP Jamie Curtis. PC Busses ISA is the first generation bus 8 bit on IBM XT 16 bit on 286 or above (16MB/s) Extended through.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 22 All About SCSI.
Chapter 2 Chapter 2: Planning for Server Hardware.
1 Network Interface Cards (NICs) ITEC 370 George Vaughan Franklin University.
1 Chapter Overview Understanding Expansion Buses Configuring Expansion Cards Cables and Connectors.
66 CHAPTER THE SYSTEM UNIT. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 6-2 Competencies Describe the four basic types of system units.
Bus structures Unit objectives Describe the primary types of buses, and define interrupt, IRQ, I/O address, DMA, and base memory address Describe the features.
Chapter 4 Network Interface Cards Instructor: Nhan Nguyen Phuong.
Copyright © 2007 Heathkit Company, Inc. All Rights Reserved PC Fundamentals Presentation 43 – The Network Interface Card (NIC)
LOGO BUS SYSTEM Members: Bui Thi Diep Nguyen Thi Ngoc Mai Vu Thi Thuy Class: 1c06.
A+ Guide to Software Managing, Maintaining and Troubleshooting THIRD EDITION Chapter 2 How an OS Works with Hardware and Other Software.
Guide to Networking Essentials Fifth Edition Chapter 4 Network Interface Cards.
Buses Warning: some of the terminology is used inconsistently within the field.
Computer Concepts 2014 Chapter 5 Local Area Networks.
Guide to Linux Installation and Administration, 2e1 Chapter 2 Planning Your System.
11 NETWORK CONNECTION HARDWARE Chapter 3. Chapter 3: NETWORK CONNECTION HARDWARE2 NETWORK INTERFACE ADAPTER  Provides the link between a computer and.
Chapter 2 Chapter 2: Planning for Server Hardware.
Computer Architecture Part IV-B: I/O Buses. Chipsets Intelligent bus controller chips found on the motherboard Enable higher speeds on one or more buses.
Motherboard and Bios. Generic Modern Motherboard.
Buses All devices in the computer are connected to the External Data Bus Extension to External Data Bus called Expansion Bus –Used for devices that might.
Chapter 3 System Configuration The Complete A+ Guide to PC Repair 5/e Update.
CS-350 TERM PROJECT COMPUTER BUSES By : AJIT UMRANI.
Copyright 2003 The McGraw-Hill Companies, Inc CHAPTER The System Unit computing ESSENTIALS    
CHAPTER Microcomputer as a Communication Device. Chapter Objectives Examine the components of the motherboard that relate to communication Describe a.
DEVICES AND COMMUNICATION BUSES FOR DEVICES NETWORK– PARALLEL BUS DEVICE PROTOCOLS 1.
Term 2, 2011 Week 2. CONTENTS Communications devices – Modems – Network interface cards (NIC) – Wireless access point – Switches and routers Communications.
PC Internal Components Lesson 4.  Intel is perhaps the most recognizable microprocessor manufacturer. List some others.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 22 All About SCSI.
1 Chapter 2 Central Processing Unit. 2 CPU The "brain" of the computer system is called the central processing unit. Everything that a computer does is.
1 Syllabus at a glance – CMCN 6103 Introduction Introduction to Networking Network Fundamentals Number Systems Ethernet IP Addressing Subnetting ARP DNS.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 23 Purchasing a PC or Building Your Own.
Input/Output Organization III: Commercial Bus Standards CE 140 A1/A2 20 August 2003.
System Bus.
Week1: Introduction to Computer Networks. Copyright © 2012 Cengage Learning. All rights reserved.2 Objectives 2 Describe basic computer components and.
PHY 201 (Blum) Comparators and Buses. PHY 201 (Blum) What is it? A comparator is circuitry that compares two inputs A and B, determining whether the following.
Presented By: Team-2 Vishal Shrikant Vikas Setu Vishakha
1 Chapter Overview  Network Cables  Network Interface Adapters  Network Hubs.
CHAPTER -II NETWORKING COMPONENTS CPIS 371 Computer Network 1 (Updated on 3/11/2013)
Chapter 4 Network Interface Cards بطاقة واجهة الشبكة.
Chapter 4: Network Interface Cards
Local Area Networks, 3rd Edition David A. Stamper
Chapter III Desktop Imaging Systems & Issues
Chapter Overview Understanding Expansion Buses
Guide to Networking Essentials Fifth Edition
I/O BUSES.
PC Buses & Standards Bus = Pathway across which data can travel. Can be established between two or more computer elements. PC has a hierarchy of different.
Chapter 2: Planning for Server Hardware
Presentation transcript:

Chapter 4: Network Interface Cards

Guide to Networking Essentials, Fourth Edition2 Learning Objectives Describe the role a network adapter card plays in networked communications Explain how network adapters prepare data for transmission, accept incoming network traffic, and control how networked communications flow Understand the variety of configurable options for network adapters, and describe common settings

Guide to Networking Essentials, Fourth Edition3 Learning Objectives (continued) Describe important characteristics for selecting adapter cards Recount network adapter enhancements that can improve performance Explain the role of driver software in network adapters

Guide to Networking Essentials, Fourth Edition4 Network Interface Card (NIC) Basics Plugs into expansion slot Provides physical interface between computer and network medium Performs two crucial tasks  Establishes and manages computer’s network connection  Translates data into signals for outgoing messages and translates signals for incoming messages

Guide to Networking Essentials, Fourth Edition5 From Parallel to Serial, and Vice Versa Most computers use parallel data lines, called a bus, to send data between CPU and adapter cards Most networking media transmits data in single line, called serial transmission NIC translates parallel into serial for outgoing messages and serial into parallel for incoming messages See Figure 4-1

Guide to Networking Essentials, Fourth Edition6 NIC Allows the Computer and the Network Cable to Communicate

Guide to Networking Essentials, Fourth Edition7 Understanding the Bus Bus width refers to number of parallel lines, each able to move one bit at a time Industry Standard Architecture (ISA) has an 8- or 16-bit bus Later 32-bit and 64-bit buses were introduced  The 64-bit Peripheral Component Interconnect (PCI) is fastest and most popular bus today

Guide to Networking Essentials, Fourth Edition8 Transceiver Designed for specific medium NIC accesses transceiver to transmit data  Some NICs include transceiver Ethernet can use variety of media  Some Ethernet NICs offer multiple interfaces  See Figure 4-2  Newer NICs have only one type of media connector

Guide to Networking Essentials, Fourth Edition9 Ethernet NIC

Guide to Networking Essentials, Fourth Edition10 NICs and Packets Packets are basic unit of data for network transmission and reception NICs create packets of bits  Transmit packets serially onto network medium  Act as gatekeeper, allowing only inbound packets intended for its computer

Guide to Networking Essentials, Fourth Edition11 MAC Address NIC has unique identifier, called Media Access Control (MAC) address  Programmed into ROM chip  48-bit number, written as six two-digit hexadecimal numbers separated by colons  First part identifies manufacturer  Second part unique to each NIC

Guide to Networking Essentials, Fourth Edition12 PC Buses Industry Standard Architecture (ISA) uses 8- or 16- bit bus with top speed of 10 MHz – essentially obsolete Extended Industry Standard Architecture (EISA) offers 32-bit bus – obsolete Micro Channel Architecture (MCA) is IBM’s proprietary 32-bit bus with speeds up to 66 MHz – largely obsolete

Guide to Networking Essentials, Fourth Edition13 PC Buses (continued) Peripheral Component Interface (PCI) is newest 64-bit version of high-speed local bus; PCI 2.0 moved PCI from being a local bus, tied to the CPU, to a microprocessor- independent bus that can be used with any manufacturer’s CPU PCI-X – PCI-X 2.0, is backward compatible to PCI, but supports speeds from 66 MHz to 533 MHz, providing data transfers from 500 MBps to 4.3; this high speed accommodates Gigabit and 10 Gigabit Ethernet and high-speed disk controllers (such as Ultra3 SCSI and 10Gb Fibre Channel)

Guide to Networking Essentials, Fourth Edition14 PC Buses (continued) Developing bus standards – Currently in development is a serial-based bus called PCI Express (formerly named 3GIO)  Will likely operate at speeds from 2.5 Gbps to 10 Gbps  Because PCI Express can be set up in lanes, several lanes can be combined to provide tremendous transfer speeds  Speeds are expected to reach 5 GBps and beyond

Guide to Networking Essentials, Fourth Edition15 PC Buses (continued)

Guide to Networking Essentials, Fourth Edition16 Other PC Interfaces Used for Networking Universal Serial Bus (USB) is serial interface for low-speed peripheral devices FireWire (IEEE 1394) is high-speed serial bus with bandwidth up to 400 Mbps used for digital cameras and video devices  New version, 1394b, supports transfers up to 3200 Mbps

Guide to Networking Essentials, Fourth Edition17 Principles of NIC Configuration Match NIC to slot on PC or external connection such as USB Plug and Play usually configures NIC recognized by power-on self-test (POST)  If necessary, manually configure NIC NIC configuration involves three settings:  Interrupt Request line (IRQ)  Base I/O port  Base memory address

Guide to Networking Essentials, Fourth Edition18 Making the Network Attachment NIC performs several roles:  Establishes physical link to networking medium  Generates signals that traverse networking medium  Receives incoming signals  Implements controls that determine when signals transmit to or are received from network medium Connections on NIC determine media type  May need to set jumpers or DIP switches to select media used

Guide to Networking Essentials, Fourth Edition19 Choosing Network Adapters for Best Performance Direct Memory Access (DMA) Shared adapter memory Shared system memory Bus mastering RAM buffering On-board co-processors Security features Traffic management Fault tolerance Improved management features  NICs affect network performance  Consider several enhancements that can affect speed and data-handling capabilities:

Guide to Networking Essentials, Fourth Edition20 Choosing Network Adapters for Best Performance (continued) Purchasing checklist for network interface cards: Bus width (16-bit is slower than 32-bit; pick PCI or PCI- X) Bus type (pick 64-bit PCI-X for servers whenever possible) Memory transfer (shared memory outpaces I/O or DMA) Special features required (security, management, protocol handling, hot-plug capable) Bus mastering (important for servers) Vendor factors (quality, reliability, staying power, reputation)

Guide to Networking Essentials, Fourth Edition21 Special-Purpose NICs Several type of NICs deliver specialized capabilities  Wireless Adapters  Remote Boot Adapters

Guide to Networking Essentials, Fourth Edition22 Wireless Adapters Include some or all of these components:  Indoor antenna and antenna cable  Software to enable adapter to work with particular network environment  Diagnostic software to check installation or troubleshoot  Installation software  Remote Boot Adapters Used with wireless access point to add wireless devices to existing wired network Keep in mind the standard you need: a, b, g

Guide to Networking Essentials, Fourth Edition23 Remote Boot Adapters Diskless workstations boot up by reading information from disk NIC has Boot PROM (programmable read-only memory) that is PXE (pre-boot execution environment) compliant  Includes hardwired code to start computer and access the network Advantages of remote boot adapters include cost saving, better reliability, and increased security

Guide to Networking Essentials, Fourth Edition24 Driver Software NIC requires software device driver  Small specialized program that manages communications between operating system and NIC  Poorly written or incorrect drivers may prevent PC from booting or may have detrimental impact on network performance  Earlier, each NIC vendor built its own driver  Now, operating system vendors define drivers

Guide to Networking Essentials, Fourth Edition25 Driver Software (continued) Three major vendor standards for drivers:  Network Device Interface Specification (NDIS) defines interface between MAC sublayer and NIC driver; lets NIC use multiple protocols  Win32 Driver Model (WDM) defines interface for PCs with modern Windows operating systems; improves driver quality by dividing drivers by function  Open Data-link Interface (ODI) defined by Apple and Novell allows NIC to use multiple protocols

Guide to Networking Essentials, Fourth Edition26 Driver Software (continued) Installing NIC driver is usually easy  Many operating systems include drivers for most popular NICs or NICs may come with drivers Most installation programs provide GUI to help with installation  Figure 4-4 shows the first screen of the New Connection Wizard  User supplies configuration information if necessary such as IRQ and base I/O port

Guide to Networking Essentials, Fourth Edition27 New Connection Wizard

Guide to Networking Essentials, Fourth Edition28 Driver Software (continued) NIC drivers continue to evolve Check manual for NIC Check vendor’s Web site and technical support line  Many manufacturers supply knowledgebase with problems and resolutions Update drivers when newer one is available

Guide to Networking Essentials, Fourth Edition29 Chapter Summary Network interface cards (NICS) provide interface between computer and networking medium NICs prepare, send, and control data flow across network To send data, NIC must reformat outgoing data from parallel to serial and reverse the process to receive data Each NIC has unique hardware network address called the MAC address

Guide to Networking Essentials, Fourth Edition30 Chapter Summary (continued) NICs have configurable options that must be set for the adapter to make a network connection Some NICs may require unique interrupt request line (IRQ), base I/O port, and base memory address These options may be selected by Plug and Play Edge connector of NIC must match PC slot into which it will plug NICs media attachment must match network medium and connector type to which it will connect

Guide to Networking Essentials, Fourth Edition31 Chapter Summary (continued) NICs have profound effect on overall network performance Options, such as Direct Memory Access (DMA), shared adapter or system memory, and bus mastering, enhance capabilities of NIC Using RAM buffering or incorporating on-board co-processor can improve performance Some NICs include specialized capabilities, such as hot plug, dual ports, security settings, management interfaces, wireless communications, and remote boot support

Guide to Networking Essentials, Fourth Edition32 Chapter Summary (continued) Consider this checklist when selecting a NIC  Bus width: wider is better, use PCI or PCI-X  Bus type: use PCI-X for servers when possible  Memory transfer: shared memory outpaces I/O or DMA  Special features required: security, management, protocol handling, hot-plug capable  Bus mastering: important for servers  Vendor factors: quality, reliability, staying power, reputation

Guide to Networking Essentials, Fourth Edition33 Chapter Summary (continued) When purchasing a wireless NIC, keep in mind the standard in use: a, b, or g Also keep in mind security features such as WEP, WPA, and i

Guide to Networking Essentials, Fourth Edition34 Chapter Summary (continued) Driver software is crucial for NIC to communicate with computer’s operating system  Make sure valid driver is available for your operating system  Always use latest driver version  Make regular driver upgrades part of network maintenance routine