SlideShare a Scribd company logo
1 of 17
www.oeclib.in
Submitted By:
Odisha Electronics Control Library
Seminar
On
RANDOM ACCESS
MEMORY (RAM)
Content
 Introduction
 How Does It Work ?
 Types of ram
• Static RAM
• Dynamic RAM
 Limitation of ram
 Future of RAM
 Reference
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 .
 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
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 of VRAM
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
Reference
 www.google.com
 www.wikipedia.org
 www.oeclib.in
Random Access Memory ppt

More Related Content

What's hot

What's hot (20)

Primary memory (main memory)
Primary memory (main memory)Primary memory (main memory)
Primary memory (main memory)
 
RAM (Random Access Memory)
RAM (Random Access Memory)RAM (Random Access Memory)
RAM (Random Access Memory)
 
Memory / Storage Devices
Memory / Storage DevicesMemory / Storage Devices
Memory / Storage Devices
 
Computer Memory
Computer MemoryComputer Memory
Computer Memory
 
introduction to microprocessor and microcomputer
introduction to microprocessor and microcomputerintroduction to microprocessor and microcomputer
introduction to microprocessor and microcomputer
 
register
registerregister
register
 
Memory Hierarchy
Memory HierarchyMemory Hierarchy
Memory Hierarchy
 
Microprocessor
MicroprocessorMicroprocessor
Microprocessor
 
Computer memory presentation
Computer memory presentationComputer memory presentation
Computer memory presentation
 
Ram presentation
Ram presentationRam presentation
Ram presentation
 
RAM(Random Access Memory)
RAM(Random Access Memory)RAM(Random Access Memory)
RAM(Random Access Memory)
 
Types of rom
Types of romTypes of rom
Types of rom
 
Secondary memory
Secondary memorySecondary memory
Secondary memory
 
Cache memory
Cache memoryCache memory
Cache memory
 
Storage devices
Storage devicesStorage devices
Storage devices
 
Memory system
Memory systemMemory system
Memory system
 
SRAM DRAM
SRAM DRAMSRAM DRAM
SRAM DRAM
 
Types of Operating System
Types of Operating SystemTypes of Operating System
Types of Operating System
 
Registers
RegistersRegisters
Registers
 
Direct access memory
Direct access memoryDirect access memory
Direct access memory
 

Similar to Random Access Memory ppt

Similar to Random Access Memory ppt (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
 
Ram ppt
Ram pptRam ppt
Ram ppt
 
Memory - RAM and its types
Memory - RAM and its typesMemory - RAM and its types
Memory - RAM and its types
 
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
 
Memory and storage devices
Memory and storage devicesMemory and storage devices
Memory and storage devices
 
Memory
MemoryMemory
Memory
 
Chapter 5
Chapter 5Chapter 5
Chapter 5
 
Memory System
Memory SystemMemory System
Memory System
 
COMPUTER MEMORY
COMPUTER MEMORYCOMPUTER MEMORY
COMPUTER MEMORY
 
COMPUTER MEMORY
COMPUTER MEMORYCOMPUTER MEMORY
COMPUTER MEMORY
 
Types of RAM
Types of RAMTypes of RAM
Types of RAM
 
RAM :A primary Memory
RAM :A primary MemoryRAM :A primary Memory
RAM :A primary Memory
 
It compter applications
It compter applicationsIt compter applications
It compter applications
 
Ram and types of ram.Cache
Ram and types of ram.CacheRam and types of ram.Cache
Ram and types of ram.Cache
 
RAM pppt.pptx
RAM pppt.pptxRAM pppt.pptx
RAM pppt.pptx
 
H memory
H memoryH memory
H memory
 
memory.pptx
memory.pptxmemory.pptx
memory.pptx
 

More from OECLIB Odisha Electronics Control Library

More from OECLIB Odisha Electronics Control Library (20)

5G technology-ppt
5G technology-ppt5G technology-ppt
5G technology-ppt
 
Futex ppt
Futex  pptFutex  ppt
Futex ppt
 
Distributed Computing ppt
Distributed Computing pptDistributed Computing ppt
Distributed Computing ppt
 
Autonomic Computing PPT
Autonomic Computing PPTAutonomic Computing PPT
Autonomic Computing PPT
 
Asynchronous Chips ppt
Asynchronous Chips pptAsynchronous Chips ppt
Asynchronous Chips ppt
 
Artificial Eye PPT
Artificial Eye PPTArtificial Eye PPT
Artificial Eye PPT
 
Agent Oriented Programming PPT
Agent Oriented Programming PPTAgent Oriented Programming PPT
Agent Oriented Programming PPT
 
Wireless application protocol ppt
Wireless application protocol  pptWireless application protocol  ppt
Wireless application protocol ppt
 
Wireless Communication ppt
Wireless Communication pptWireless Communication ppt
Wireless Communication ppt
 
4G Wireless Systems ppt
4G Wireless Systems ppt4G Wireless Systems ppt
4G Wireless Systems ppt
 
Steganography ppt
Steganography pptSteganography ppt
Steganography ppt
 
Sixth sense technology ppt
Sixth sense technology pptSixth sense technology ppt
Sixth sense technology ppt
 
Soa ppt
Soa pptSoa ppt
Soa ppt
 
Software developement life cycle ppt
Software developement life cycle pptSoftware developement life cycle ppt
Software developement life cycle ppt
 
Voice-over-Internet Protocol (VoIP) ppt
Voice-over-Internet Protocol (VoIP) pptVoice-over-Internet Protocol (VoIP) ppt
Voice-over-Internet Protocol (VoIP) ppt
 
ZIGBEE TECHNOLOGY ppt
ZIGBEE TECHNOLOGY pptZIGBEE TECHNOLOGY ppt
ZIGBEE TECHNOLOGY ppt
 
Wimax ppt
Wimax pptWimax ppt
Wimax ppt
 
Wibree ppt
Wibree pptWibree ppt
Wibree ppt
 
Wearable Computing
Wearable ComputingWearable Computing
Wearable Computing
 
Virtual Private Networks (VPN) ppt
Virtual Private Networks (VPN) pptVirtual Private Networks (VPN) ppt
Virtual Private Networks (VPN) ppt
 

Recently uploaded

如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一
如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一
如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一ga6c6bdl
 
定制加拿大滑铁卢大学毕业证(Waterloo毕业证书)成绩单(文凭)原版一比一
定制加拿大滑铁卢大学毕业证(Waterloo毕业证书)成绩单(文凭)原版一比一定制加拿大滑铁卢大学毕业证(Waterloo毕业证书)成绩单(文凭)原版一比一
定制加拿大滑铁卢大学毕业证(Waterloo毕业证书)成绩单(文凭)原版一比一zul5vf0pq
 
Vip Noida Escorts 9873940964 Greater Noida Escorts Service
Vip Noida Escorts 9873940964 Greater Noida Escorts ServiceVip Noida Escorts 9873940964 Greater Noida Escorts Service
Vip Noida Escorts 9873940964 Greater Noida Escorts Serviceankitnayak356677
 
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,Pooja Nehwal
 
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝soniya singh
 
Hifi Defence Colony Call Girls Service WhatsApp -> 9999965857 Available 24x7 ...
Hifi Defence Colony Call Girls Service WhatsApp -> 9999965857 Available 24x7 ...Hifi Defence Colony Call Girls Service WhatsApp -> 9999965857 Available 24x7 ...
Hifi Defence Colony Call Girls Service WhatsApp -> 9999965857 Available 24x7 ...srsj9000
 
如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查
如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查
如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查awo24iot
 
如何办理萨省大学毕业证(UofS毕业证)成绩单留信学历认证原版一比一
如何办理萨省大学毕业证(UofS毕业证)成绩单留信学历认证原版一比一如何办理萨省大学毕业证(UofS毕业证)成绩单留信学历认证原版一比一
如何办理萨省大学毕业证(UofS毕业证)成绩单留信学历认证原版一比一ga6c6bdl
 
VIP Call Girls Kavuri Hills ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With ...
VIP Call Girls Kavuri Hills ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With ...VIP Call Girls Kavuri Hills ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With ...
VIP Call Girls Kavuri Hills ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With ...Suhani Kapoor
 
如何办理伦敦大学伯贝克学院毕业证(BBK毕业证) 成绩单留信学历认证原版一比一
如何办理伦敦大学伯贝克学院毕业证(BBK毕业证) 成绩单留信学历认证原版一比一如何办理伦敦大学伯贝克学院毕业证(BBK毕业证) 成绩单留信学历认证原版一比一
如何办理伦敦大学伯贝克学院毕业证(BBK毕业证) 成绩单留信学历认证原版一比一ga6c6bdl
 
Russian Call Girls In South Delhi Delhi 9711199012 💋✔💕😘 Independent Escorts D...
Russian Call Girls In South Delhi Delhi 9711199012 💋✔💕😘 Independent Escorts D...Russian Call Girls In South Delhi Delhi 9711199012 💋✔💕😘 Independent Escorts D...
Russian Call Girls In South Delhi Delhi 9711199012 💋✔💕😘 Independent Escorts D...nagunakhan
 
(办理学位证)加州州立大学北岭分校毕业证成绩单原版一比一
(办理学位证)加州州立大学北岭分校毕业证成绩单原版一比一(办理学位证)加州州立大学北岭分校毕业证成绩单原版一比一
(办理学位证)加州州立大学北岭分校毕业证成绩单原版一比一Fi sss
 
VIP Call Girls Hitech City ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With R...
VIP Call Girls Hitech City ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With R...VIP Call Girls Hitech City ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With R...
VIP Call Girls Hitech City ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With R...Suhani Kapoor
 
(ZARA) Call Girls Jejuri ( 7001035870 ) HI-Fi Pune Escorts Service
(ZARA) Call Girls Jejuri ( 7001035870 ) HI-Fi Pune Escorts Service(ZARA) Call Girls Jejuri ( 7001035870 ) HI-Fi Pune Escorts Service
(ZARA) Call Girls Jejuri ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
(SANA) Call Girls Landewadi ( 7001035870 ) HI-Fi Pune Escorts Service
(SANA) Call Girls Landewadi ( 7001035870 ) HI-Fi Pune Escorts Service(SANA) Call Girls Landewadi ( 7001035870 ) HI-Fi Pune Escorts Service
(SANA) Call Girls Landewadi ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一
定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一
定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一ga6c6bdl
 
Beautiful Sapna Call Girls CP 9711199012 ☎ Call /Whatsapps
Beautiful Sapna Call Girls CP 9711199012 ☎ Call /WhatsappsBeautiful Sapna Call Girls CP 9711199012 ☎ Call /Whatsapps
Beautiful Sapna Call Girls CP 9711199012 ☎ Call /Whatsappssapnasaifi408
 
定制(RHUL学位证)伦敦大学皇家霍洛威学院毕业证成绩单原版一比一
定制(RHUL学位证)伦敦大学皇家霍洛威学院毕业证成绩单原版一比一定制(RHUL学位证)伦敦大学皇家霍洛威学院毕业证成绩单原版一比一
定制(RHUL学位证)伦敦大学皇家霍洛威学院毕业证成绩单原版一比一ss ss
 
定制(Salford学位证)索尔福德大学毕业证成绩单原版一比一
定制(Salford学位证)索尔福德大学毕业证成绩单原版一比一定制(Salford学位证)索尔福德大学毕业证成绩单原版一比一
定制(Salford学位证)索尔福德大学毕业证成绩单原版一比一ss ss
 

Recently uploaded (20)

如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一
如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一
如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一
 
定制加拿大滑铁卢大学毕业证(Waterloo毕业证书)成绩单(文凭)原版一比一
定制加拿大滑铁卢大学毕业证(Waterloo毕业证书)成绩单(文凭)原版一比一定制加拿大滑铁卢大学毕业证(Waterloo毕业证书)成绩单(文凭)原版一比一
定制加拿大滑铁卢大学毕业证(Waterloo毕业证书)成绩单(文凭)原版一比一
 
Vip Noida Escorts 9873940964 Greater Noida Escorts Service
Vip Noida Escorts 9873940964 Greater Noida Escorts ServiceVip Noida Escorts 9873940964 Greater Noida Escorts Service
Vip Noida Escorts 9873940964 Greater Noida Escorts Service
 
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,
 
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝
 
Hifi Defence Colony Call Girls Service WhatsApp -> 9999965857 Available 24x7 ...
Hifi Defence Colony Call Girls Service WhatsApp -> 9999965857 Available 24x7 ...Hifi Defence Colony Call Girls Service WhatsApp -> 9999965857 Available 24x7 ...
Hifi Defence Colony Call Girls Service WhatsApp -> 9999965857 Available 24x7 ...
 
如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查
如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查
如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查
 
如何办理萨省大学毕业证(UofS毕业证)成绩单留信学历认证原版一比一
如何办理萨省大学毕业证(UofS毕业证)成绩单留信学历认证原版一比一如何办理萨省大学毕业证(UofS毕业证)成绩单留信学历认证原版一比一
如何办理萨省大学毕业证(UofS毕业证)成绩单留信学历认证原版一比一
 
VIP Call Girls Kavuri Hills ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With ...
VIP Call Girls Kavuri Hills ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With ...VIP Call Girls Kavuri Hills ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With ...
VIP Call Girls Kavuri Hills ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With ...
 
如何办理伦敦大学伯贝克学院毕业证(BBK毕业证) 成绩单留信学历认证原版一比一
如何办理伦敦大学伯贝克学院毕业证(BBK毕业证) 成绩单留信学历认证原版一比一如何办理伦敦大学伯贝克学院毕业证(BBK毕业证) 成绩单留信学历认证原版一比一
如何办理伦敦大学伯贝克学院毕业证(BBK毕业证) 成绩单留信学历认证原版一比一
 
Russian Call Girls In South Delhi Delhi 9711199012 💋✔💕😘 Independent Escorts D...
Russian Call Girls In South Delhi Delhi 9711199012 💋✔💕😘 Independent Escorts D...Russian Call Girls In South Delhi Delhi 9711199012 💋✔💕😘 Independent Escorts D...
Russian Call Girls In South Delhi Delhi 9711199012 💋✔💕😘 Independent Escorts D...
 
(办理学位证)加州州立大学北岭分校毕业证成绩单原版一比一
(办理学位证)加州州立大学北岭分校毕业证成绩单原版一比一(办理学位证)加州州立大学北岭分校毕业证成绩单原版一比一
(办理学位证)加州州立大学北岭分校毕业证成绩单原版一比一
 
VIP Call Girls Hitech City ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With R...
VIP Call Girls Hitech City ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With R...VIP Call Girls Hitech City ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With R...
VIP Call Girls Hitech City ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With R...
 
9953330565 Low Rate Call Girls In Jahangirpuri Delhi NCR
9953330565 Low Rate Call Girls In Jahangirpuri  Delhi NCR9953330565 Low Rate Call Girls In Jahangirpuri  Delhi NCR
9953330565 Low Rate Call Girls In Jahangirpuri Delhi NCR
 
(ZARA) Call Girls Jejuri ( 7001035870 ) HI-Fi Pune Escorts Service
(ZARA) Call Girls Jejuri ( 7001035870 ) HI-Fi Pune Escorts Service(ZARA) Call Girls Jejuri ( 7001035870 ) HI-Fi Pune Escorts Service
(ZARA) Call Girls Jejuri ( 7001035870 ) HI-Fi Pune Escorts Service
 
(SANA) Call Girls Landewadi ( 7001035870 ) HI-Fi Pune Escorts Service
(SANA) Call Girls Landewadi ( 7001035870 ) HI-Fi Pune Escorts Service(SANA) Call Girls Landewadi ( 7001035870 ) HI-Fi Pune Escorts Service
(SANA) Call Girls Landewadi ( 7001035870 ) HI-Fi Pune Escorts Service
 
定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一
定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一
定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一
 
Beautiful Sapna Call Girls CP 9711199012 ☎ Call /Whatsapps
Beautiful Sapna Call Girls CP 9711199012 ☎ Call /WhatsappsBeautiful Sapna Call Girls CP 9711199012 ☎ Call /Whatsapps
Beautiful Sapna Call Girls CP 9711199012 ☎ Call /Whatsapps
 
定制(RHUL学位证)伦敦大学皇家霍洛威学院毕业证成绩单原版一比一
定制(RHUL学位证)伦敦大学皇家霍洛威学院毕业证成绩单原版一比一定制(RHUL学位证)伦敦大学皇家霍洛威学院毕业证成绩单原版一比一
定制(RHUL学位证)伦敦大学皇家霍洛威学院毕业证成绩单原版一比一
 
定制(Salford学位证)索尔福德大学毕业证成绩单原版一比一
定制(Salford学位证)索尔福德大学毕业证成绩单原版一比一定制(Salford学位证)索尔福德大学毕业证成绩单原版一比一
定制(Salford学位证)索尔福德大学毕业证成绩单原版一比一
 

Random Access Memory ppt

  • 1. www.oeclib.in Submitted By: Odisha Electronics Control Library Seminar On RANDOM ACCESS MEMORY (RAM)
  • 2. Content  Introduction  How Does It Work ?  Types of ram • Static RAM • Dynamic RAM  Limitation of ram  Future of RAM  Reference
  • 3. 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.
  • 4. 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.
  • 5.
  • 6. 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.
  • 7. 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.
  • 8.  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 .
  • 9.  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
  • 10. 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
  • 11. 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.
  • 12.  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,
  • 13. 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.
  • 14. 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 of VRAM and is also being employed in Intel’s Pentium III Xeon processors
  • 15. 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