1 / 43

Chapter 6

Chapter 6. Managing Memory. You Will Learn…. About the different kinds of physical memory and how they work How to upgrade and troubleshoot memory How DOS and Windows 9x view and manage memory. Physical Memory Review. Temporarily holds data and instructions as CPU processes them

zamora
Télécharger la présentation

Chapter 6

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Chapter 6 Managing Memory

  2. You Will Learn… • About the different kinds of physical memory and how they work • How to upgrade and troubleshoot memory • How DOS and Windows 9x view and manage memory

  3. Physical Memory Review • Temporarily holds data and instructions as CPU processes them • Two categories • ROM • Retains its data when PC is turned off • Stores data on chips socketed or soldered to circuit boards • RAM • Loses its data when PC is turned off • Housed on SIMMs, DIMMs, or RIMMs

  4. ROM on the Motherboard • Consists of memory chips that contain programs (ROM BIOS) that are acid-etched into the chips and cannot be changed • EPROM (erasable programmable ROM) and EEPROM (electrically erasable programmable ROM) chips can be reprogrammed

  5. ROM on the Motherboard

  6. RAM on the Motherboard • Serves as main memory • Provides a memory cache • Two categories • Dynamic RAM (DRAM) • Needs to be refreshed by the memory controller • Usually stored on DIMMs, less commonly on RIMMs • Static RAM (SRAM)

  7. DRAM Storage

  8. SRAM Storage

  9. SRAM and DRAM

  10. Static RAM Technologies • Provide faster access than DRAM because data does not need to be constantly rewritten to SRAM • SRAM chips are made of transistors that can hold a charge • DRAM chips are made of capacitors that must be recharged • Due to expense of SRAM chips, most computers have a little SRAM and a lot of DRAM

  11. How SRAM Is Used in Different Memory Caches

  12. How Memory Caching Works

  13. Different Types of SRAM • Synchronous SRAM • Burst SRAM • Pipelined burst SRAM • Asynchronous SRAM

  14. Dynamic RAM Technologies • Always stored in SIMMs, DIMMs, or RIMM modules • Major differences among modules: • Width of the data path that each accommodates • The way data moves from system bus to module • Goal is to increase overall throughput while retaining accuracy

  15. Examples of Memory Modules

  16. Summary of DRAM Technologies continued…

  17. Summary of DRAM Technologies

  18. SIMM Technologies • Rated by speed, measured in nanoseconds (ns) • Can use either EDO or FPM technology

  19. DIMM Technologies • Rated by speed and amount of memory they hold • Use either BEDO or synchronous SDRAM (SDRAM) • Variations of SDRAM • Regular SDRAM • DDR SDRAM (SDRAM II) • SyncLink (SLDRAM)

  20. DIMM Technologies

  21. RIMM Technologies • Use a narrower data path than SIMMs or DIMMs in order to provide faster data transmission • Data moves from the system bus sequentially through each RIMM module

  22. RIMM Technologies

  23. Parity and Error Checking • Parity • Error-checking procedure in which every byte has either an even or an odd number of ones • Every byte occupies nine rather than eight bits • ECC (Error-Correcting Code) • New method of error checking that not only detects but also corrects an error in a single bit

  24. Parity

  25. Upgrading Memory • Use type, size, density, and speed of memory that motherboard supports • Match memory modules already installed • Guidelines for selecting high-quality chips • Tin or gold leads • Remanufactured and used modules • Re-marked chips

  26. How Much and What Kind of Memory to Buy • How much memory do I have/need? • How many memory slots on motherboard? What type/size of memory do they support? • How much additional memory is cost-effective? • Match memory modules to the motherboard

  27. How Much Memory Can Fit on the Motherboard?

  28. Example of an RDRAM Memory Configuration

  29. Installing Memory • Protect chips against static electricity • Use a ground bracelet • Turn off power and remove cover to case • Handle memory modules with care

  30. Installing a SIMM Module

  31. Installing a DIMM Module

  32. Installing a DIMM Module

  33. Troubleshooting Memory • What if the computer does not recognize new SIMMs, DIMMs, or RIMMs, or if memory error messages occur? • What if the system locks up or you regularly receive error messages about illegal operations, and General Protection Faults occur during normal operation and you have not just upgraded memory?

  34. How DOS Addresses Physical Memory • Assigning addresses to both RAM and ROM: • Occurs during booting (sometimes called memory mapping) • Is done by every OS

  35. Areas of the Memory Map • Logical divisions determined by memory addresses rather than physical location • Conventional (base): First 640K • Upper: 640K up to 1024K • Extended: Above 1024K • First 64K are called high memory area (HMA)

  36. Areas of the Memory Map

  37. Memory Map of Upper Memory

  38. DOS Utilities That Manage Memory • Himem.sys • Device driver for all memory above 640K • Allows DOS to access memory addresses above1 MB • Emm386.exe • Contains software that loads device drivers and other programs into upper memory

  39. Using Himem.sys

  40. Using Emm386.exe

  41. Creating and Using Upper Memory Blocks

  42. Chapter Summary • How DOS and Windows 9x manage memory • Memory • Required for a system to work • Stored on microchips, which are often stored on memory modules (SIMMs, DIMMs, or RIMMs) • Adding more memory can sometimes greatly improve performance

More Related