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.

Slides:



Advertisements
Similar presentations
BY: SHIVANI SHARMA G.P.C.G PATIALA. There are many standards for I/O buses and interfaces Standards allow open architectures Many vendors can provide.
Advertisements

Bus Architecture.
Expansion Bus Chapter 5.
Copyright © 2007 Heathkit Company, Inc. All Rights Reserved PC Fundamentals Presentation 35 – Buses.
Bus structures Unit objectives:
Course ILT Bus structures Unit objectives Describe the primary types of buses Define interrupt, IRQ, I/O address, DMA, and base memory address Describe.
Basic PC Maintenance, Upgrade and Repair
International Test Instruments Corporation
I/O Interfaces.
PC Maintenance: Preparing for A+ Certification
Introduction Computer Hardware Jess 2006 EXPANSION CARDS BUS ARCHITECTURE AND CONNECTORS.
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.
Bus A bus is an interface between a generic computer and a specific adapter that you install.
1 Introduction to Computers Day 6. 2 Main Circuit Board of a PC The main circuit board (motherboard or system board) is the central nervous system of.
Understanding Computers: Today and Tomorrow, 13th Edition 1 The Motherboard Computer chip: Circuit board: Motherboard or system board: –All devices must.
LOGO. Types of System Boards  Nonintegrated System Board  Nonintegrated system boards can be easily identified because each expansion slot is usually.
PHY 201 (Blum) Buses Warning: some of the terminology is used inconsistently within the field.
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.
XP Practical PC, 3e Chapter 17 1 Upgrading and Expanding your PC.
Chapter 2 How Computers Work.
Computer Maintenance Introduction to PCs: How Computers Work 1 Copyright © Texas Education Agency, All rights reserved.
Interconnection Structures
How Hardware and Software Work Together
Expansion Bus Chapter 5.
9/28: Buses & Communication Buses: highways of the motherboard –system buses –local buses: PCI, ISA, EISA –expansion slots plug & play laptops: PCMCIA.
1 Chapter Overview Understanding Expansion Buses Configuring Expansion Cards Cables and Connectors.
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.
CSC 370 (Blum)1 Communicating with Devices: Buses, Bridges, etc.
Computer Maintenance Unit Subtitle: Bus Structures Excerpted from Copyright © Texas Education Agency, All rights reserved.
LOGO BUS SYSTEM Members: Bui Thi Diep Nguyen Thi Ngoc Mai Vu Thi Thuy Class: 1c06.
System Resources.
Exercise 2 The Motherboard
Buses Warning: some of the terminology is used inconsistently within the field.
©Richard L. Goldman 1 AT Style System Board (Animated Presentation) ©Richard L. Goldman April 25, 2002.
Network Communications: Chapter 3 Introduction to Computer Architecture.
The Components of a System Unit
I T Essentials I Chapter 1 JEOPARDY HardwareConnector/CablesMemoryAcronymsPotpourri
BUS IN MICROPROCESSOR. Topics to discuss Bus Interface ISA VESA local PCI Plug and Play.
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.
Copyright © 2007 Heathkit Company, Inc. All Rights Reserved PC Fundamentals Presentation 3 – The Motherboard.
© 2007 The McGraw-Hill Companies, Inc. All rights reserved Expansion Bus Chapter 1: Part 6.
Chapter 3 System Configuration The Complete A+ Guide to PC Repair 5/e Update.
The BUS The Central Communications Network Copyright © Curt Hill.
CS-350 TERM PROJECT COMPUTER BUSES By : AJIT UMRANI.
CHAPTER Microcomputer as a Communication Device. Chapter Objectives Examine the components of the motherboard that relate to communication Describe a.
AmendmentsAmendments Advanced Higher. The PCI bus was adequate for many years, providing enough bandwidth for all the peripherals most users might want.
1. Overview In this chapter you will learn how to: Identify the structure and function of the expansion bus Identify the modern expansion bus slot Explain.
PC Internal Components Lesson 4.  Intel is perhaps the most recognizable microprocessor manufacturer. List some others.
PCI Buses Peripheral Component Interconnect Interface.
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.
System Buses Blane Adcock Eric Bartel Kevin Estep Jason Losco.
System Bus.
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.
3/22 How a Bus Works. Roll Call Lecture: –general traces addresses sizes types –How a PCI bus works.
Learning Outcomes Identify the location of the Central Processing Unit (CPU), expansion slots, RAM slots, path and connectors on the motherboard Identify.
Lesson 5 Installation and Configuration Core Hardware Fundamentals.
Introduction to PCs: How Computers Work
THE COMPUTER MOTHERBOARD AND ITS COMPONENTS Compiled By: Jishnu Pradeep.
Input / Output.
Components of Computer
IRQ, DMA and I/O Ports - Introduction -
Physics 413 Chapter 10.
Motherboard and its component What is Motherboard? Location Function.
Chapter Overview Understanding Expansion Buses
I/O BUSES.
Five Key Computer Components
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.
A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting
Presentation transcript:

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 not run at speed of CPU –Regulated by the expansion bus crystal

External Data Bus: Two buses make up external data bus: –expansion bus, which conects expansion slots and runs at speed of expansion bus crystal –system bus, which supports RAM and the CPU and runs at speed of system crystal

History of Buses The 8088 had 8 bit external data bus and ran at 4.77 MHz The 286 had a 16 bit external data bus and ran at 8.33 MHz For many years the only choice in expansion slots were 8 and 16 bit ISA’s

IO address All different patterns used by CPU to talk to devices All devices must have an I/O address No two devices can share an I/O address When used, the first 16 bits of the address bus are occupied I/O addresses are hexadecimal numbers The 0 is dropped at the end

Interrupts A way for a device to “interrupt” the CPU to get its attention No 2 devices can share an IRQ Original IBM’s only had 8 IRQ’s When more serial ports were added they had to share an IRQ –This was possible as long as the sharing devices didn’t use the Interrupt at the same time

LPT Ports Used for Parallel connections Printers use Parallel connections which use LPT ports COM and LPT’s are just the IO address and IRQ, they are not physical things The Parallel connectors, 25 pin female and the Serial connectors 9 pin and 25 pin males, are physical things

Interrupts expanded More IRQ’s were needed for more devices Another 8259 chip had to be added –In the early PC’s an 8259 chip controlled the first 8 interupts –Now another 8259 would be added to add 8 more interupts –The new 8259 chip had to use IRQ 2 –IRQ 9 was cascaded to IRQ 2 for devices that had been using IRQ 2

DMA Direct Memory Access –Allows devices to access memory directly –The 8237 chip controls DMA the way the two 8259 chips control IRQ’s –Only floppy drives and sound card use DMA’s

New Expansion Buses MCA- Micro Channel Architecture –Came with 386 –First 32 bit bus (matched bit external data bus) –Had problems, is now dead, not used The EISA bus and the VL-bus didn’t last long either

PCI Predominant expansion bus of the PC world Capabilities independent of CPU Uses own PCI bus to connect with expansion bus Masters or takes over the external data bus

In Order to use Plug and Play The system BIOS must support PnP The motherboard and its chipset must support PnP The operating system running on the PC must support PnP The bus of the expansion slot that the device occupies must be compatible with PnP

Plug and Play continued All PC devices are Plug and Play Non-Plug and play devices are considered to be legacy equipment