SlideShare a Scribd company logo
1 of 18
SCHOOL OF ENGINEERING AND TECHNOLOGY
MEMORY : RAM AND ITS USES
PRESENTED BY :
NAME – ABHAY MATHEW
ROLL NUMBER – 120103002
CLASS – EC (A) G1
COURSE NAME – DIGITAL ELECTRONICS - I
MEMORY : AN INTRODUCTION
Memory is a means for storing data and information in the form of
binary words. It is made up of storage location that can accommodate
one or more bits.
They are of two types:-
Main Memory
Peripheral memory
MAIN MEMORY & PERIPHERAL MEMORY
 Main Memory is internal memory of computer and is very fast. Main
memory is directly accessible to the CPU. The CPU continuously
reads instructions stored there and executes them as required.
Examples of main memory are : RAM , Registers , Cache memory
 Peripheral memory is an add-on memory with very large storage
capacity. It is much slower than main memory and is used as data
memory for storing large quantities of data. Examples are Hard disk
drives , flash memory .
RANDOM ACCESS MEMORY
Random Access Device allows stored data to be accessed directly in any
random order. RAM is type of temporary storage media. It does not
store data permanently. It is a type of Volatile memory. This means that
RAM loses all its data once the power is turned off.
How Does It Work ?
▪ When the computer first starts a program it sends an address to RAM
to begin retrieving that program. The RAM address just consist a
series of 1’s and 0’s representing ‘ON’ and ‘OFF’ wire.
▪ RAM does not do anything with that address until the CPU turns on
the “SET” or “ENABLE” wire. If the enable wire is turned ON the RAM
automatically senses the data corresponding to that address back to
the CPU, that data is then processed by the CPU accordingly.
TYPES OF RAM
RAM is basically of two types:
 Static RAM
Dynamic RAM
Static RAM is a type of RAM that keeps the data fed to it. It never has to
be refreshed. This makes static RAM significantly faster than dynamic
RAM . Static memory cell takes up a lot more space on a chip than a
dynamic memory cell.This makes Static RAM expensive than DRAM.
On the other hand, Dynamic RAM constantly needs to be refreshed
otherwise the stored data will be lost.
TYPES OF DRAM
▪ FRM DRAM (Fast Page Mode Dynamic Random Access Memory):-
It was the original form of DRAM. It waits through the entire process
of locating a bit of data by column and row and then reading the bit
before it starts on the next bit. Maximum transfer rate to L2 cache is
approximately 176 Mbps.
▪ EDO DRAM (Extended data-out Dynamic Random Access
Memory) does not wait for all of the processing of the first bit before
continuing to the next one. As soon as the address of the first bit is
located, EDO DRAM begins looking for the next bit. It is about five
percent faster than FPM. Maximum transfer rate to L2 cache is
approximately 264 Mbps.
▪ SDRAM is a type of dynamic random access memory which is
synchronized with the clock speed that the microprocessor is
optimized for. SDRAM is about five percent faster than EDO RAM
and is the most common form in desktops today. Maximum transfer
rate to L2 cache is approximately 528 Mbps.
▪ DDR SDRAM: Double data rate synchronous dynamic RAM is just
like SDRAM except that is has higher bandwidth, meaning greater
speed. It is a newer variant of SDRAM. Maximum transfer rate to L2
cache is approximately 1,064 Mbps .
RDRAM: Rambus dynamic
random access memory :
Designed by Rambus,
RDRAM uses a Rambus in-
line memory module
(RIMM), which is similar in
size and pin configuration to
a standard DIMM. RDRAM
memory chips work in
parallel to achieve a data
rate of 800 MHz, or 1,600
Mbps. Since they operate at
such high speeds, they
generate much more heat
than other types of chips .
WHAT IS CACHE ?
Cache Memory is fast memory that serves as a buffer between the
processor and main memory. The cache holds data that was recently
used by the processor and saves a trip all the way back to slower main
memory.Types of Cache are:
 L1 Cache
 L2 Cache
 L3 Cache
MEMORY HIERARCHY
The memory structure of PCs is
often thought of as just main
memory, but it's really a five or
six level structure.
The first two levels of memory
are contained in the processor
itself consisting of the processor's
small internal memory, or
registers, and L1 cache, which is
the first level of cache, usually
contained in the processor.
▪ The third level of memory is the L2 cache, usually contained on the
motherboard.
▪ The fourth level, is being referred to as L3 cache. This cache used to
be the L2 cache on the motherboard, but now that some processors
include L1 and L2 cache on the chip, it becomes L3 cache. Usually, it
runs slower than the processor, but faster than main memory.
▪ The fifth level (or fourth if you have no "L3 cache") of memory is the
main memory itself.
▪ The sixth level is a piece of the hard disk used by the Operating
System, usually called virtual memory. Most operating systems use
this when they run out of main memory,
LIMITATION OF RAM
One of the biggest drawback of Random Access Memory is that it is a
volatile memory. This means that whenever the computer is switched
off all the data that was stored in the RAM is lost.
Another limitation of RAM is space limitation. The cost per bit for
RAM is high as compared to ROM, because of this reason it is not
used for mass storage.
CONCLUSION
The amount of RAM matters more than the type of RAM.This is
because more the RAM available in a system, more number of tasks
can be performed simultaneously without any performance drop.
Computers used nowadays comes with DDR2, DDR3 RAM. While
RDRAM did not become popular due to high licensing fees, high cost,
being a proprietary standard, and low performance advantages for
the increased cost. It is being used in some graphics accelerator
boards in place ofVRAM and is also being employed in Intel’s
Pentium III Xeon processors
FUTURE OF RAM…
▪ Future computers and electronic gadgets will need memory chips that are
smaller, faster and cheaper than those of today .
▪ RRRAM (Resistive RAM) and Z-RAM (Zero-capacitor RAM) are runners in the
global technology race as the next generation RAM.
▪ Innovative Silicon, developer of Z-RAM claims the technology offers memory
access speeds similar to a standard SDRAM used in cache memory but uses only
a single transistor, therefore affording much higher packing densities.
▪ On the other hand crossbar , a U.S based tech firm claims to have achieved a
"simple and scalable" memory cell structure of RRAM consisting of three layers.
The structure means cells can be stacked in 3D, squeezing terabytes of storage
capacity onto a single chip the size of a postage stamp
Memory - RAM and its types

More Related Content

What's hot (20)

Computer memory
Computer memoryComputer memory
Computer memory
 
Ram and its types
Ram and its typesRam and its types
Ram and its types
 
Random access memory
Random access memoryRandom access memory
Random access memory
 
RAM(Random Access Memory)
RAM(Random Access Memory)RAM(Random Access Memory)
RAM(Random Access Memory)
 
RAM/ROM and its TYPES
RAM/ROM and its TYPESRAM/ROM and its TYPES
RAM/ROM and its TYPES
 
COMPUTER MEMORY
COMPUTER MEMORYCOMPUTER MEMORY
COMPUTER MEMORY
 
Computer Memory
 Computer Memory Computer Memory
Computer Memory
 
Memory presentation
Memory presentationMemory presentation
Memory presentation
 
Cache memory
Cache memoryCache memory
Cache memory
 
Computer memory
Computer memoryComputer memory
Computer memory
 
Flash Memory
Flash MemoryFlash Memory
Flash Memory
 
Ram presentation
Ram presentationRam presentation
Ram presentation
 
Ram & rom memories
Ram & rom memoriesRam & rom memories
Ram & rom memories
 
Memory organization
Memory organizationMemory organization
Memory organization
 
Random access memory
Random access memoryRandom access memory
Random access memory
 
Internal memory
Internal memoryInternal memory
Internal memory
 
Basic information about Computer memory
Basic information about Computer memoryBasic information about Computer memory
Basic information about Computer memory
 
Presentation on computer memory
Presentation on computer memory Presentation on computer memory
Presentation on computer memory
 
Types of RAM
Types of RAMTypes of RAM
Types of RAM
 
Memory types
Memory typesMemory types
Memory types
 

Viewers also liked

A practical computer program that diagnoses diseases in actual patients.
A practical computer program that diagnoses diseases in actual patients.A practical computer program that diagnoses diseases in actual patients.
A practical computer program that diagnoses diseases in actual patients.carlos_feder
 
Computer storage devices
Computer storage devicesComputer storage devices
Computer storage devicesRizwan Qamar
 
Chapter 01 Planning Computer Program (re-upload)
Chapter 01 Planning Computer Program (re-upload)Chapter 01 Planning Computer Program (re-upload)
Chapter 01 Planning Computer Program (re-upload)bluejayjunior
 
basics of computer system ppt
basics of computer system pptbasics of computer system ppt
basics of computer system pptSuaj
 

Viewers also liked (8)

La memoria ram
La memoria ramLa memoria ram
La memoria ram
 
Gaurav ppt
Gaurav pptGaurav ppt
Gaurav ppt
 
A practical computer program that diagnoses diseases in actual patients.
A practical computer program that diagnoses diseases in actual patients.A practical computer program that diagnoses diseases in actual patients.
A practical computer program that diagnoses diseases in actual patients.
 
Ram presentation
Ram presentationRam presentation
Ram presentation
 
Computer storage devices
Computer storage devicesComputer storage devices
Computer storage devices
 
Chapter 01 Planning Computer Program (re-upload)
Chapter 01 Planning Computer Program (re-upload)Chapter 01 Planning Computer Program (re-upload)
Chapter 01 Planning Computer Program (re-upload)
 
Presentation on storage device
Presentation on storage devicePresentation on storage device
Presentation on storage device
 
basics of computer system ppt
basics of computer system pptbasics of computer system ppt
basics of computer system ppt
 

Similar to Memory - RAM and its types (20)

Topic 10- Random Access Memory (RAM).pptx
Topic 10- Random Access Memory (RAM).pptxTopic 10- Random Access Memory (RAM).pptx
Topic 10- Random Access Memory (RAM).pptx
 
Random Access Memory ppt
Random Access Memory pptRandom Access Memory ppt
Random Access Memory ppt
 
Ram ppt
Ram pptRam ppt
Ram ppt
 
06 - Memory.ppt
06 - Memory.ppt06 - Memory.ppt
06 - Memory.ppt
 
RAM And ROM
RAM And ROMRAM And ROM
RAM And ROM
 
Basics Of Semiconductor Memories
Basics Of Semiconductor MemoriesBasics Of Semiconductor Memories
Basics Of Semiconductor Memories
 
Memory
MemoryMemory
Memory
 
Chapter 5
Chapter 5Chapter 5
Chapter 5
 
Memory and storage devices
Memory and storage devicesMemory and storage devices
Memory and storage devices
 
Random access memory
Random access memoryRandom access memory
Random access memory
 
Memory System
Memory SystemMemory System
Memory System
 
memory.pptx
memory.pptxmemory.pptx
memory.pptx
 
Memory
MemoryMemory
Memory
 
Primary memory (main memory)
Primary memory (main memory)Primary memory (main memory)
Primary memory (main memory)
 
Storage devices
Storage devicesStorage devices
Storage devices
 
Comp App Lect 3.pptx
Comp App Lect 3.pptxComp App Lect 3.pptx
Comp App Lect 3.pptx
 
Memorydevices 110602031611-phpapp02
Memorydevices 110602031611-phpapp02Memorydevices 110602031611-phpapp02
Memorydevices 110602031611-phpapp02
 
Ram and types of ram.Cache
Ram and types of ram.CacheRam and types of ram.Cache
Ram and types of ram.Cache
 
COMPUTER MEMORY
COMPUTER MEMORYCOMPUTER MEMORY
COMPUTER MEMORY
 
Lincoln khan computer presentation
Lincoln khan computer presentationLincoln khan computer presentation
Lincoln khan computer presentation
 

Recently uploaded

CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 

Recently uploaded (20)

CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 

Memory - RAM and its types

  • 1. SCHOOL OF ENGINEERING AND TECHNOLOGY
  • 2. MEMORY : RAM AND ITS USES PRESENTED BY : NAME – ABHAY MATHEW ROLL NUMBER – 120103002 CLASS – EC (A) G1 COURSE NAME – DIGITAL ELECTRONICS - I
  • 3. MEMORY : AN INTRODUCTION Memory is a means for storing data and information in the form of binary words. It is made up of storage location that can accommodate one or more bits. They are of two types:- Main Memory Peripheral memory
  • 4. MAIN MEMORY & PERIPHERAL MEMORY  Main Memory is internal memory of computer and is very fast. Main memory is directly accessible to the CPU. The CPU continuously reads instructions stored there and executes them as required. Examples of main memory are : RAM , Registers , Cache memory  Peripheral memory is an add-on memory with very large storage capacity. It is much slower than main memory and is used as data memory for storing large quantities of data. Examples are Hard disk drives , flash memory .
  • 5. RANDOM ACCESS MEMORY Random Access Device allows stored data to be accessed directly in any random order. RAM is type of temporary storage media. It does not store data permanently. It is a type of Volatile memory. This means that RAM loses all its data once the power is turned off.
  • 6. How Does It Work ? ▪ When the computer first starts a program it sends an address to RAM to begin retrieving that program. The RAM address just consist a series of 1’s and 0’s representing ‘ON’ and ‘OFF’ wire. ▪ RAM does not do anything with that address until the CPU turns on the “SET” or “ENABLE” wire. If the enable wire is turned ON the RAM automatically senses the data corresponding to that address back to the CPU, that data is then processed by the CPU accordingly.
  • 7.
  • 8. TYPES OF RAM RAM is basically of two types:  Static RAM Dynamic RAM Static RAM is a type of RAM that keeps the data fed to it. It never has to be refreshed. This makes static RAM significantly faster than dynamic RAM . Static memory cell takes up a lot more space on a chip than a dynamic memory cell.This makes Static RAM expensive than DRAM. On the other hand, Dynamic RAM constantly needs to be refreshed otherwise the stored data will be lost.
  • 9. TYPES OF DRAM ▪ FRM DRAM (Fast Page Mode Dynamic Random Access Memory):- It was the original form of DRAM. It waits through the entire process of locating a bit of data by column and row and then reading the bit before it starts on the next bit. Maximum transfer rate to L2 cache is approximately 176 Mbps. ▪ EDO DRAM (Extended data-out Dynamic Random Access Memory) does not wait for all of the processing of the first bit before continuing to the next one. As soon as the address of the first bit is located, EDO DRAM begins looking for the next bit. It is about five percent faster than FPM. Maximum transfer rate to L2 cache is approximately 264 Mbps.
  • 10. ▪ SDRAM is a type of dynamic random access memory which is synchronized with the clock speed that the microprocessor is optimized for. SDRAM is about five percent faster than EDO RAM and is the most common form in desktops today. Maximum transfer rate to L2 cache is approximately 528 Mbps. ▪ DDR SDRAM: Double data rate synchronous dynamic RAM is just like SDRAM except that is has higher bandwidth, meaning greater speed. It is a newer variant of SDRAM. Maximum transfer rate to L2 cache is approximately 1,064 Mbps .
  • 11. RDRAM: Rambus dynamic random access memory : Designed by Rambus, RDRAM uses a Rambus in- line memory module (RIMM), which is similar in size and pin configuration to a standard DIMM. RDRAM memory chips work in parallel to achieve a data rate of 800 MHz, or 1,600 Mbps. Since they operate at such high speeds, they generate much more heat than other types of chips .
  • 12. WHAT IS CACHE ? Cache Memory is fast memory that serves as a buffer between the processor and main memory. The cache holds data that was recently used by the processor and saves a trip all the way back to slower main memory.Types of Cache are:  L1 Cache  L2 Cache  L3 Cache
  • 13. MEMORY HIERARCHY The memory structure of PCs is often thought of as just main memory, but it's really a five or six level structure. The first two levels of memory are contained in the processor itself consisting of the processor's small internal memory, or registers, and L1 cache, which is the first level of cache, usually contained in the processor.
  • 14. ▪ The third level of memory is the L2 cache, usually contained on the motherboard. ▪ The fourth level, is being referred to as L3 cache. This cache used to be the L2 cache on the motherboard, but now that some processors include L1 and L2 cache on the chip, it becomes L3 cache. Usually, it runs slower than the processor, but faster than main memory. ▪ The fifth level (or fourth if you have no "L3 cache") of memory is the main memory itself. ▪ The sixth level is a piece of the hard disk used by the Operating System, usually called virtual memory. Most operating systems use this when they run out of main memory,
  • 15. LIMITATION OF RAM One of the biggest drawback of Random Access Memory is that it is a volatile memory. This means that whenever the computer is switched off all the data that was stored in the RAM is lost. Another limitation of RAM is space limitation. The cost per bit for RAM is high as compared to ROM, because of this reason it is not used for mass storage.
  • 16. CONCLUSION The amount of RAM matters more than the type of RAM.This is because more the RAM available in a system, more number of tasks can be performed simultaneously without any performance drop. Computers used nowadays comes with DDR2, DDR3 RAM. While RDRAM did not become popular due to high licensing fees, high cost, being a proprietary standard, and low performance advantages for the increased cost. It is being used in some graphics accelerator boards in place ofVRAM and is also being employed in Intel’s Pentium III Xeon processors
  • 17. FUTURE OF RAM… ▪ Future computers and electronic gadgets will need memory chips that are smaller, faster and cheaper than those of today . ▪ RRRAM (Resistive RAM) and Z-RAM (Zero-capacitor RAM) are runners in the global technology race as the next generation RAM. ▪ Innovative Silicon, developer of Z-RAM claims the technology offers memory access speeds similar to a standard SDRAM used in cache memory but uses only a single transistor, therefore affording much higher packing densities. ▪ On the other hand crossbar , a U.S based tech firm claims to have achieved a "simple and scalable" memory cell structure of RRAM consisting of three layers. The structure means cells can be stacked in 3D, squeezing terabytes of storage capacity onto a single chip the size of a postage stamp