SRAM and DRAM
SRAM and DRAM
4
A)A memory system where performance is the most important goal
Answer is SRAM
B) A memory system where cost is the most important factor
Answer is DRAM
First, Let us discuss What is RAM. RAM is called as Random Access Memory.
Which is placed between hard disc and cpu to minimize data process speed.
Hard disc is typically a slow speed device compared to CPU. CPU always has to
wait to transfer data from hard disc to process. To avoid that we are placing
intermediate high speed memory which is called RAM. RAM is coming in to
different types
1. SRAM
2. DRAM
We will look at the properties of two RAM and conclude which is better for
different factor. Let us first look into SRAM
SRAM
Each SRAM cell stores a bit using a six-transistor circuit and latch. SRAM is
volatile(data may lose if electricity goes off) but if the system is powered,
SRAM retains data values without recharging cells. It is fairly insensitive to
electrical noise, which is unwanted electrical signal that interferes with a
desired signal. Since it is faster and costs more than DRAM, it normally
operates as CPU memory caches or on high-end, high-performance servers.
SRAM system memory is typically 20-40ns (nanoseconds).
DRAM
DRAM: is a memory chip that can hold more data than an SRAM chip, but it
requires more power. Each DRAM cell stores a bit using a single paired
capacitor and transistor. Since single component pairs can create a cell, and
billions of them can fit on a single chip, DRAM is capable of very high densities.
Like SRAM, DRAM if volatile. But unlike SRAM, each cell must be periodically
refreshed since capacitors leak power. It is sensitive to electrical noise. DRAM
speeds usually range between 60ns and 100ns – still fast but slower than
SRAM. Typical per-second speeds are 20-40GB/s, and continual cell recharging
results in higher latency and bandwidth delays than SRAM.
•Cost is Cheaper
•Performance Slower: Off-chip memory with longer access time
•Generally need higher power : Capacitors leak power thanks to imperfect
insulation, requiring regular power refreshes.
•Placed in Motherboard
•Volatile memory but Must have active power supply plus frequent charges
while active.