Random Access Memory What computers use to think with.

Slides:



Advertisements
Similar presentations
Computer Organization and Architecture
Advertisements

CP1610: Introduction to Computer Components Primary Memory.
LOGO.  Concept:  Is read-only memory.  Do not lose data when power is lost.  ROM memory is used to produce chips with integrated.
DRAM Packages. Physical DRAM Packages Physically, the main memory in a system is a collection of –Chips or –Modules containing chips that are usually.
Memory Chapter 3. Slide 2 of 14Chapter 1 Objectives  Explain the types of memory  Explain the types of RAM  Explain the working of the RAM  List the.
Memory RAM and CACHE. RAM Stands for Random Access Memory Stands for Random Access Memory It is volatile in nature It is volatile in nature Loses its.
RAM. RAM on the Motherboard Loses all data when PC is turned off (except data stored on CMOS chip) Loses all data when PC is turned off (except data stored.
A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, Sixth Edition Memory.
© 2007 The McGraw-Hill Companies, Inc. All rights reserved RAM Chapter 4.
A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, Sixth Edition Chapter 4 Supporting Processors and Upgrading Memory.
Semester One 2001/2002 Sheffield Hallam University1 The Motherboard Major circuit board in PC Holds CPU where calculations and instructions on data are.
Memory Terms and Definitions. Chapter Objectives After completing this chapter you will: Understand memory-related terminology. Be able to install and.
A+ Certification Guide Chapter 5 Random Access Memory.
* Definition of -RAM (random access memory) :- -RAM is the place in a computer where the operating system, application programs & data in current use.
RAM (random access memory)
PC Maintenance: Preparing for A+ Certification
Memory COMPUTER ORGANIZATION – ITC CPU (processing) Random Access Memory RAM Temporarily holds Data or Instruction 3.
RAM Chapter 3.
Memory Computer Service and Repair Chapter 6 Ch 61.
CSIT 301 (Blum)1 Memory. CSIT 301 (Blum)2 Types of DRAM Asynchronous –The processor timing and the memory timing (refreshing schedule) were independent.
© 2010 The McGraw-Hill Companies, Inc. All rights reserved Mike Meyers’ CompTIA A+ ® Guide to Managing and Troubleshooting PCs Third Edition RAM Chapter.
Chapter 1 Upgrading Memory Prepared by: Khurram N. Shamsi.
Memory. Random Access Memory Defined What is memory? operating system and other system software that control the usage of the computer equipment application.
YouTube Tuesday.
A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, Sixth Edition Chapter 4 Supporting Processors and Upgrading Memory.
Computer Hardware Mr. Richard Orr Technology Teacher Bednarcik Jr. High School.
Chapter Objectives In this chapter, you will learn:
 Computer memory is device that is used to store data or programs (sequences of instructions) on a temporary or permanent basis for use in an electronic.
Main Memory -Victor Frandsen. Overview Types of Memory The CPU & Main Memory Types of RAM Properties of DRAM Types of DRAM & Enhanced DRAM Error Detection.
Memory Objectives In this chapter, you will: -Learn the differences between the three key types of physical memory: ROM, DRAM and SRAM. -Be able to identify.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 6 Managing Memory.
9/26: Memory ROM vs. RAM ROM –BIOS RAM –changeable –different kinds & uses inc. VRAM, SRAM –how it works image courtesy of How Computers Work CD.
A+ Guide to Managing and Maintaining your PC, 6e Chapter 7 Upgrading Memory (v0.1)
Memory Chapter 6. Objectives After completing this chapter you will be able to Differentiate between different memory technologies Plan for a memory installation.
It is the work space for the CPU Temporary storage for data/programs the CPU is working with. Started as a collection of IC’s on Motherboard. Two main.
A+ Guide to Hardware, 4e Chapter 6 Upgrading Memory.
A+ Guide to Managing and Maintaining your PC, 6e Chapter 7 Upgrading Memory.
1 HW3 Name some of the third-party CMOS save-and-restore utility programs ?
1.  RAM is our working memory storage. All the data, which the PC uses and works with during operation, are stored here.  Data are stored on drives,
MEMORIA (RAM) Miguel A. Guillermo Castillo Prof.Ruddy.
Computer Architecture Lecture 24 Fasih ur Rehman.
UPGRADING MEMORY BY : tuan mohd fariz.  Choosing and Installing Memory.
A+ Guide to Managing and Maintaining your PC, 6e Chapter 7 Upgrading Memory.
Semiconductor Memory Types
1 Adapted from UC Berkeley CS252 S01 Lecture 18: Reducing Cache Hit Time and Main Memory Design Virtucal Cache, pipelined cache, cache summary, main memory.
Chapter 5 Internal Memory. contents  Semiconductor main memory - organisation - organisation - DRAM and SRAM - DRAM and SRAM - types of ROM - types of.
Computer Architecture Chapter (5): Internal Memory
“With 1 MB RAM, we had a memory capacity which will NEVER be fully utilized” - Bill Gates.
Types of RAM (Random Access Memory) Information Technology.
A+ Guide to Managing and Maintaining Your PC, 7e Chapter 5 Upgrading Memory.
A+ Guide to Managing and Maintaining Your PC, 7e
Random Access Memory (RAM)
Types of RAM (Random Access Memory)
A+ Guide to Managing and Maintaining Your PC, 7e
Computer Memory.
RAM Chapter 5.
A+ Certification Guide
William Stallings Computer Organization and Architecture 8th Edition
Memory.
RAM Chapter 1 part 4.
William Stallings Computer Organization and Architecture 8th Edition
Chapter 4: MEMORY.
William Stallings Computer Organization and Architecture 8th Edition
Bob Reese Micro II ECE, MSU
Presentation transcript:

Random Access Memory What computers use to think with

Running Programs Stored on hard disk drive (or other media) Copied into RAM from media Then the program is run CPU can’t get to hard disk drive contents from the Address Bus fast enough

DRAM Uses transistor and capacitor to form memory:

Organizing Memory Our computer thinks in terms of bits; we think in terms of Bytes. 2 GB of RAM is really 2 billion by 8 bits of memory.

Early RAM Dual Inline Pin Package (DIPPs)

Parity Early memory had a bad habit of forgetting data Parity is adding a ninth bit to a memory row for error checking Some early memory errors were traced to Alpha waves/particles from substrate Current thinking focuses on cosmic rays and no, I did not make this up!

Parity, cont. Here’s how it works: Even Odd One’s Zero’s Ninth bit

Parity, cont. Here’s how it works: Even Odd One’s Zero’s 0 Ninth bit

Parity, cont. Here’s how it works: Even Odd One’s Zero’s 0 1 Ninth bit

Parity, cont. Here’s how it works: Even Odd One’s Zero’s 01 1 Ninth bit

Parity, cont. Here’s how it works: Even Odd One’s Zero’s Ninth bit

Banking Memory must be as wide as External Data Bus 386 and 486 were 32-bit EDB, so 72-pin was wide enough Pentiums are 64-bits wide, so we need two 32’s (32+32=64). Should be matched pair of 72-pin memory, or one 64-bit DIMM Total system memory is sum of modules 22

SDRAM Synchronous DRAM came along Tied to FSB speed (System Clock), so we did not have to wait quite as long Faster than EDO in general, overall result is 4 to 6 times faster Speeds: 66, 100, 133 (MHz) Uses Serial Presence Detect (SPD) chip on each module to set timings

168-pin DIMMs SDRAM Dual, or Different signals on opposite sides of module; Synchronous Dynamic RAM 64-bits wide – only need one module per bank with Pentium Notice two notches to orient module

ECC Error Correction Code Used in high-end servers Unlike Parity, can find and correct one-bit errors; can find two-bit errors but not able to correct Uses 8 bits over 64 bits of data This one is still around

Registered DRAM Uses registers as buffers for control signals Again, found in high-end servers What we use is UNBUFFERED memory in desktop systems

More Speed Rambus developed a method for faster RAM Had to use two sticks at a time They did not learn from history: collected a lot of patents and developed expensive licenses Intel thought it was great for earliest P4’s Ran very hot – required a heat spreader Has gone away except for replacement sticks Betamaxed: Good technology, small market share drives it to extinction.

DDR AMD went with Double Data Rate SDRAM Rambus had coined bus speeds (200, 400) DDR is 184-pins, 64-bits wide, one off-center notch DDR uses throughput volumes: FSBEffective FSBDesignation DDR200/PC DDR266/PC DDR333/PC DDR400/PC 3200

Next Stop Dual-Channel Architecture Get some data from one module, some from another module Theory is great; used for about six months Have to use matched pairs; total system memory is sum of modules Still supported today

DDR2 Next generation of DDR – faster 240-pins, 64-bit wide, won’t fit in DDR slot Electrical improvements allow for faster speeds and less power consumption Dual channel still supported PC to PC2-8000

DDR3 240-pin module – not compatible with DDR2 Higher speeds, more efficient architecture, around 30% lower power consumption

DDR3 Some modules include XMP (Extended Memory Profile) – allows user to overclock RAM Others support Triple Channel Memory (stack three modules together logically) Doubles the buffer from 4 to 8 bits to get bandwidth improvements PC3-6400, 8500, 10667, 12800

Double Sided Memory Memory can come either single-sided, Or double-sided Some motherboards have trouble with double-sided memory

CAS Column Array Strobe – One element of the fetch-from-memory process; measured in FSB clock ticks. Think of it as RAM getting up off the couch. Another name is Latency There are four or five different “tech” numbers used with RAM – not to worry about them; the gamers will

Buffering Buffering, or Registered, DRAM is used by servers using large amounts of memory Extra chip on memory module, rather like a cache We don’t use it in desktop systems; we use non-ECC and unbuffered DRAM

Installing DIMMs DIMMs go straight down into slots, held in place by tabs at each end

Do you need memory? Probably the quickest and cheapest speed improvement you can make – to a point. System Speed Amount of RAM Win 98 – 128 MB, 512 Max Win 2000 – 256 MB Win XP – 1 Gig, 2-3G Max Vista and Win 7 – 2 Gig, 4G Max

Easier than CPU-Z!

Replacing/Upgrading Memory Beware the evil ESD! And that 5v on the (ATX) motherboard. Check what you have, what your motherboard supports, empty slots Get the right stuff for your application Try not to mix speeds or capacities

6

If it doesn’t add up Many motherboards have “on-board video” System properties will show less than what you installed because 8 to 64 MB is set aside for video use. That’s where the difference lies. If you examine the numbers closely, you may find 386Kb “missing” as it is turned off for Upper Memory Area (BIOS).

Troubleshooting RAM Parity errors create a Non-Maskable Interrupt (NMI). System halts. Can also get other Blue Screens of Death (BSOD) with memory addresses (in Hex). True memory errors will show same address each time; other system errors will give different addresses (think about changing the power supply).

Memory Map Conventional Memory Upper Memory High Memory 64 KB Ex ten ded Memory (for a while was Ex pan ded Memory) KB 1 MB 2 GB 384 KB

Bank A slots Bank B slots

RAM Pricing Overall, memory tends to decrease in price over time. We have seen this as DDR3 dropped from $300/module to $15/module. Memory gets “pushed around” more than any other component – Vista drove prices up for six months, so did Win 7. There are only a limited number of factories for RAM and if one breaks… up goes the prices.

Troubleshooting Single bit failure – NMI and system halts Module failure – Series of beeps at startup that continue until you turn system off Sometimes system just will not POST Keep some good memory handy Remember the short parts list: unplug hard disk drive, optical, pull expansion cards and try restart.