Introduction to Computers

Slides:



Advertisements
Similar presentations
Module 3 Configuring Hardware on a Computer Running Windows XP Professional.
Advertisements

Device Drivers.
Chapter Six Networking Hardware.
2.1 © 2004 Pearson Education, Inc. Exam Managing and Maintaining a Microsoft® Windows® Server 2003 Environment Lesson 2: Installing Windows Server.
Chapter 2 Managing Hardware Devices. MIS 431 Chapter 22 Hardware Categories in WS03 Disk drives CD-ROM/DVD-ROM Modem Network adapter card Printers and.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 2: Managing Hardware Devices.
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.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 2: Managing Hardware Devices.
Installing and Troubleshooting Hardware Device and Drivers Chapter 6 powered by dj.
System Resources INFO1119 (Fall 2012).
Troubleshooting Hardware Issues Lesson 5. Objectives 2.
How Hardware and Software Work Together
Computer Maintenance Unit Subtitle: Basic Input/Output System (BIOS) Excerpted from 1 Copyright © Texas Education Agency, All.
ITE 1 Chapter 5. Chapter 5 is a Large Chapter It has a great deal of useful information about operating systems. You will find this VERY helpful when.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 2: Managing Hardware Devices.
Copyright © 2007 Heathkit Company, Inc. All Rights Reserved PC Fundamentals Presentation 43 – The Network Interface Card (NIC)
Hands-On Microsoft Windows Server 2003 Administration Chapter 2 Managing Windows Server 2003 Hardware and Software.
Managing Windows Server 2008 R2 Lesson 2. Objectives.
A+ Guide to Software Managing, Maintaining and Troubleshooting THIRD EDITION Chapter 2 How an OS Works with Hardware and Other Software.
Device Drivers.
Chapter 4 MANAGING DEVICES AND PERIPHERALS. Device Manager Provides a graphic view of hardware installed on the computer Helps to manage and trouble shoot.
© Cisco Systems, Inc. All rights reserved. Cisco Public ITE PC v4.1 Chapter 4 1 Chapter 12: Advanced Troubleshooting IT Essentials v5.0.
Module 2: Adding Hardware to Windows XP Professional Clients.
How Hardware and Software Work Together
Chapter 3 System Configuration The Complete A+ Guide to PC Repair 5/e Update.
11 INSTALLING AND MANAGING HARDWARE Chapter 6. Chapter 6: Installing and Managing Hardware2 INSTALLING AND MANAGING HARDWARE  Install hardware in a Microsoft.
Instructor Suleiman Muhammad (mcpn,mncs)
IT1001 – Personal Computer Hardware & System Operations Week5- Installation and configuration of driver software.
Tutorial 12 Managing Hardware and Networks
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.
11 MANAGING DEVICES AND PERIPHERALS Chapter 4. Chapter 4: Managing Devices and Peripherals2 CHAPTER OVERVIEW  Implement, manage, and troubleshoot input.
PC Maintenance: Preparing for A+ Certification Chapter 14: Configuring Devices in Windows.
Computer Maintenance I
2: Operating Systems Networking for Home & Small Business.
Securing a Host Computer BY STEPHEN GOSNER. Definition of a Host  Host  In networking, a host is any device that has an IP address.  Hosts include.
ICAICT201A USE COMPUTER OPERATING SYSTEM. USING THE CONTROL PANEL The Control Panel contains many options for configuring your computer, including: adding.
CN1260 Client Operating System Kemtis Kunanuraksapong MSIS with Distinction MCT, MCITP, MCTS, MCDST, MCP, A+
How to Install a HP Printer Without the Installation Disk If you lost installation disk and you need to install on another system then you.
How to Fix the Blue Screen of Death on Windows
Chapter 6 Protecting Your Files
Managing Windows Server
Chapter 1: Introduction to the Personal Computer
Managing Windows Devices
Chapter Objectives In this chapter, you will learn:
Chapter 3: Computer Assembly
Computer Maintenance Unit Subtitle: Basic Input/Output System (BIOS)
SUPPORTING DISPLAY DEVICES, I/O DEVICES, AND ACPI
Run Standard Diagnostic Tests
Key Terms By: Kelly, Jackson, & Merle
Introduction to Computers
Introduction to Computers
IRQ, DMA and I/O Ports - Introduction -
Instructor Materials Chapter 1: Introduction to the Personal Computer
Introduction to Computers
CONFIGURING HARDWARE DEVICE & START UP PROCESS
Plug-and-Play.
Chapter Overview Understanding Expansion Buses
Andrew Drayer Kyle Cook Adam Imbert
Goals Identify pre-installation tasks
Lesson #7 MCTS Cert Guide Microsoft Windows 7, Configuring Chapter 7 Configuring Devices and Updates.
Complete CompTIA A+ Guide to PCs, 6e
Training Module Introduction to the TB9100/P25 CG/P25 TAG Customer Service Software (CSS) Describes Release 3.95 for Trunked TB9100 and P25 TAG Release.
Installing and Troubleshooting Hardware
Chapter 11 Supporting Printers and Scanners
Chapter 6: Server Configuration
A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting
Memory Addresses.
Presentation transcript:

Introduction to Computers Device Management

Device Basics Most modern devices will not need extensive configuration after installation. Most of the time, devices will automatically be assigned the proper communication channels and resources they need, and assign themselves an appropriate device driver There are times however, when the default will not work correctly, so we’ll need to know how it works in order to fix it

System Resources There are three different system resources that hardware gets allocated IO Address (Also called Port Address) This is a hexadecimal address that allows different components to talk to each other Each address must be unique IRQ (Interrupt Request Line) This is used to send interrupt messages to the CPU to request processing resources In modern computers, this resource can be shared DMA (Direct Memory Access Channel) This bypasses the CPU entirely and allows the device to communicate directly with system memory. This is mostly seen in FireWire devices This address must be unique

Plug-And-Play Devices that don’t need to be manually assigned these resources are called plug-and-play Older devices that do not support this technology are considered legacy devices Almost all modern devices support plug-and-play Operating systems reserve IRQ 0-15 for legacy devices that are not plug-and play

Device Driver Review Device Drivers are programs that facilitate communication between the operating system and hardware They are used when BIOS and CMOS aren’t enough to support the device. Usually because it is removable or highly customizable We can get drivers from 3 main locations: CD included with the hardware the manufacturer’s website Windows Update The CD will usually be an appropriate but outdated driver, Windows Update will usually be an outdated or default driver, and the manufacturer’s website will have the updated specific driver

Device Driver Additional Information Device Drivers require administrator access to be installed. This is done to prevent malicious actions as well as to prevent uninformed users from assigning the wrong driver to a device Device drivers are both hardware AND operating system specific, so we have to make sure we are using the right driver when we install it Device drivers use a digital signature to verify they are from the correct manufacturer and that the driver is compatible with the installed OS. You can install a driver with a missing or incorrect signature, but your OS will warn you against it, since it cannot verify its stability, compatibility or security Device drivers must be updated occasionally to fix bugs, patch vulnerabilities and increase compatibility and software support

Installing Device Drivers Using Windows Update will usually result in us getting a basic driver that will support a minimal level of functionality This works well for devices with minimal requirements and functionality, like a USB drive but wouldn’t work well for a device like a video card which provides an intricate service Installing from a CD is usually used when an internet connection isn’t available, when using outdated hardware or when needing to keep a lot of hardware consistent It is usually a better practice however to replace the CD driver with an updated driver from the manufacturer’s website

Safely Remove Hot-Swappable Hardware If a device can be attached and removed when the computer is running, it is called hot-swappable USB devices, display devices and some SATA hardware can all be hot- Just because a device is hot-swappable though doesn’t mean it’s safe to remove while the computer is running If you remove a storage device while it is being written to your data could become corrupt It is always best to stop the device by choosing “Safely remove hardware” first

Windows There are three great tools for diagnosing hardware in Windows Device Manager is used when we want to be able to manipulate the hardware, such as change drivers MSINFO32 is used when we want information, but we are unable to make changes through it Device and Printers is used for external devices

Device Manager Shows us a list of devices in the system Allows us to see any device status errors Events tab shows a list of events relate to the device Driver tab shows driver info and allows us to update, roll back or even remove the relevant driver

MSinfo32 Also called system information in newer versions of Windows Shows basic system information as well as hardware details This is a useful tool for diagnostics and system research, but we are unable to change any details here

Device and Printers Useful for researching and managing external devices such as printers, scanners, external storage, game controllers, etc Right click will open a context sensitive menu for the device