A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting

Slides:



Advertisements
Similar presentations
MUHAMMAD AHMED HUSSAIN
Advertisements

CP1610: Introduction to Computer Components
Course ILT Bus structures Unit objectives Describe the primary types of buses Define interrupt, IRQ, I/O address, DMA, and base memory address Describe.
Chapter 2 How Hardware and Software Work Together.
EET 450 Chapter 2 – How hardware and Software Work Together.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 2: Managing Hardware Devices.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 2: Managing Hardware Devices.
1 DOS with Windows 3.1 and 3.11 Operating Environments n Designed to allow applications to have a graphical interface DOS runs in the background as the.
CP1610: Introduction to Computer Components Basic PC Components.
System Configuration Chapter 3. Objectives Distinguish between the various methods used to configure a computer Describe how to replace a motherboard.
System Resources INFO1119 (Fall 2012).
Troubleshooting Hardware Issues Lesson 5. Objectives 2.
Chapter 2 How Computers Work.
How Hardware and Software Work Together
LAB 3 TA: Hu-Hsi Yeh( 葉護熺 ) Date: /21
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.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 2: Managing Hardware Devices.
1 A+ Guide to Managing and Maintaining Your PC, Fifth Edition Hardware Needs Software to Work Hardware  Physical components of a computer  Visible part.
Configuration.
1 System Resources. 2 Interrupt Request (IRQ) Channels Interrupt Request (IRQ) Channels Direct Memory Access (DMA) Channels Direct Memory Access (DMA)
Lab3 for I/O TA: 黃俊輔 jojoman
I/O Resource Management The operating system is responsible for: Issuing commands to I/O devices Handling all interrupts and errors generated by the.
DAT2343 Accessing Services Through Interrupts © Alan T. Pinck / Algonquin College; 2003.
A+ Guide to Software Managing, Maintaining and Troubleshooting THIRD EDITION Chapter 2 How an OS Works with Hardware and Other Software.
Input/ Output By Mohit Sehgal. What is Input/Output of a Computer? Connection with Machine Every machine has I/O (Like a function) In computing, input/output,
Interrupts and DMA CSCI The Role of the Operating System in Performing I/O Two main jobs of a computer are: –Processing –Performing I/O manage and.
Chapter 4 MANAGING DEVICES AND PERIPHERALS. Device Manager Provides a graphic view of hardware installed on the computer Helps to manage and trouble shoot.
4 Linking the Components. © 2005 Pearson Addison-Wesley. All rights reserved Figure 4.1 This chapter focuses on how the hardware layer components are.
How Hardware and Software Work Together
IT Essentials Module 1 Review for Test. Hard Drives Know the three common types of interfaces  SCSII  IDE  SATA  Number of devices/controller for.
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.
7. Peripherals 7.1 Introduction of peripheral devices Computer Studies (AL)
IST 222 Day 3. Homework for Today Take up homework and go over Go to Microsoft website and check out their hardware compatibility list.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 2 How Hardware and Software Work Together.
Managing Hardware Devices Facilitator: Suleiman Mohammed(mcpn, mncs) Institute of Computing & ICT, Ahmadu Bello University, Zaria.
Chapter 8: Installing Linux The Complete Guide To Linux System Administration.
7. IRQ and PIC ENGI 3655 Lab Sessions. Richard Khoury2 Textbook Readings  Interrupts ◦ Section
Interrupts.
What your pc sees as hardware Patrick.j.rice.
PC Maintenance: Preparing for A+ Certification Chapter 14: Configuring Devices in Windows.
1 Chapter Overview  Network Cables  Network Interface Adapters  Network Hubs.
INTRODUCTION TO COMPUTERS. A computer system is an electronic device used to input data, process data, store data for later use and produce output in.
CN1260 Client Operating System Kemtis Kunanuraksapong MSIS with Distinction MCT, MCITP, MCTS, MCDST, MCP, A+
A+ Guide to Managing and Maintaining Your PC, 7e Chapter 1 Introducing Hardware.
Introducing Hardware.
Chapter Objectives In this chapter, you will learn:
A+ Guide to Managing and Maintaining Your PC, 7e
I/O Resource Management: Software
CS 286 Computer Organization and Architecture
Key Terms By: Kelly, Jackson, & Merle
Introduction to Computers
CS703 - Advanced Operating Systems
IRQ, DMA and I/O Ports - Introduction -
Microcomputer Architecture
Chapter Overview Understanding Expansion Buses
Andrew Drayer Kyle Cook Adam Imbert
Device management How does the operating system manage the hardware and peripheral devices? Device Driver: Each device is attached to your computer with.
Installing and Troubleshooting Hardware
Components of a CPU AS Computing - F451.
1.00 Examine the role of hardware and software.
Computer Startup.
Linux+ Guide to Linux Certification, Second Edition
Computer components is a programmable machine that receives input, stores and manipulates data, and provides output in a useful format. Computer The computer.
Memory Addresses.
Chapter 5 Input/Output Tanenbaum, Modern Operating Systems 3 e, (c) 2008 Prentice-Hall, Inc. All rights reserved
4. Computer system.
Presentation transcript:

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting System Resources Tool used by either hardware or software to communicate with the other Four types of system resources Interrupt request numbers (IRQs) Memory addresses I/O addresses Direct memory access (DMA) channels A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting

System Resources (continued) A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting

System Resources (continued) A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting

Interrupt Request Number (IRQ) Method allowing a hardware device to signal the CPU for attention A hardware interrupt Initiated by device when it places a voltage on the designated IRQ line assigned to it This voltage on the line serves as a signal to the CPU that the device a has request that need processing A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting

Interrupt Request Number (continued) A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting

Interrupt Request Number (continued) A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting

Interrupt Request Number (continued) A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting

Interrupt Request Number (continued) A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting Memory Addresses OS relates to memory as a long list of cells to hold data and instructions Each cell is assigned a number Begins with zero A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting

Memory Addresses (continued) A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting I/O Addresses CPU “knows” a hardware device as group of I/O addresses. Each device needs a range of I/O addresses so that the CPU can communicate more than one type of command to it IBM set many address assignments in ’70s for hard drive, floppy drive, keyboard Memorize the first I/O addresses in the I/O address range for significant devices Plug and play devices can use any I/O address or IRQ assigned during boot A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting

I/O Addresses (continued) A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting DMA Channels Shortcut allowing an I/O device to send data directly to memory, bypassing CPU Chip on motherboard contains DMA logic and manages the process Early computers used channels 0, 1, 2, 3 Channels 5, 6, and 7 were added and 4 used to cascade to lower DMA A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting

DMA Channels (continued) A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting

OS Tools to Examine a System Device Manager Tool for information about devices System Information Information useful for troubleshooting Microsoft Diagnostic Utility (MSD) Useful for viewing information about the system A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting

OS Tools to Examine a System (continued) A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting

OS Tools to Examine a System (continued) A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting

OS Tools to Examine a System (continued) A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting