SRAM(Static Random Assessable Memory)-where the word static indicates that it, does not need to be periodically refreshed, as SRAM uses bistable latching circuitry (i.e., flip-flops) to store each bit. Each bit is stored as a voltage.Each memory cell requires six transistors,thus giving chip low density but high speed.However, SRAM is still volatilein the (conventional) sense that data is lost when powered down.
Disadvantages are more expensive and also consumes more power than DRAM.
In high speed processors (such as Pentium), SRAM is known as cache memory and is included on the processor chip.However high-speed cache memory is also included external to the processor to improve total performance.
DRAM(Dynamic Random Assessable Memory)- Its advantage over SRAM is its structural simplicity: only one transistor (MOSFET gates) and a capacitor (to store a bit as a charge) are required per bit, compared to six transistors in SRAM. This allows DRAM to reach very high density.Also it consumes less power and is even cheaper than SRAM (except when the system size is less than 8 K) .
But the disadvantage is that since it stores bit information as charge which leaks;therfore information needs to be read and written again every few milliseconds.This is known as refreshing the memory and it requires extra circuitry,adding to the cost of system.
Refreshed.
the two main types of RAM are: SRAM- static random access memory which is faster but more expensive it also takes up valuable space. It tends to be used for cache memory and it doesnt have to be periocically refreshed. DRAM- dynamic random access memory, the most common type of RAM, an advantage of DRAM is its structural simplicity.
sram based anti-fuse
That would be DDR-3 memory. Some multi-core systems use DDR-2 memory. Then of course there is cache memory, but that is a variation of SRAM, and it has been used ever since the 386 or 486 machines. Nowadays, cache memory is not in discrete chips, but a part of the processor. Placing the cache memory and memory controller on the CPU die greatly improves the throughput.
Conventional DRAM, of the type that has been used in PCs since the original IBM PC days, is said to be asynchronous. This refers to the fact that the memory is not synchronized to the system clock. A memory access is begun, and a certain period of time later the memory value appears on the bus. The signals are not coordinated with the system clock at all, as described in the section discussing memory access. Asynchronous memory works fine in lower-speed memory bus systems but is not nearly as suitable for use in high-speed (>66 MHz) memory systems. A newer type of DRAM, called "synchronous DRAM" or "SDRAM", is synchronized to the system clock; all signals are tied to the clock so timing is much tighter and better controlled. This type of memory is much faster than asynchronous DRAM and can be used to improve the performance of the system. It is more suitable to the higher-speed memory systems of the newest PCs.
dram is material gives sound and sram is the sound itself
sram and dram
DRAM has a lower price. Further details below:
DRAM and SRAM
SRAM is less dense than DRAM because SRAM cells are made up of multiple transistors, typically 6 transistors per cell, which require more space compared to the single transistor used in DRAM cells. This extra space needed for each cell in SRAM makes it less dense in terms of storing data compared to DRAM.
Dynamic Random Access Memory contents need to be continuously refreshed. When its contents are being refreshed, memory can not be read from nor write to. Another point to note is that DRAM is cheap to manufacture (This could be the only advantage it has to SRAM).Where as in Static Random Access Memory, memory need not to be continuosly refreshed and therefore memory can be accessed at any time. SRAM is expensive to manufacture.
SRAM DRAM SDRAM XRAM is not a form of RAM.
SRAM DRAM SDRAM XRAM is not a form of RAM.
DDR and DDR2
•Dynamic cell (DRAM) -Simpler to build, smaller -More dense -Less expensive -Needs refresh -Larger memory units •Static (SRAM) -Faster -Cache
---SRAM--- Static random access memory (SRAM) is a type of semiconductor memory where the word static indicates that it, unlike dynamic RAM (DRAM), does not need to be periodically refreshed, as SRAM uses bistable latching circuitry to store each bit. SRAM exhibits data remanence, but is still volatile in the conventional sense that data is eventually lost when the memory is not powered. The term SDRAM, which stands for synchronous DRAM, should not be confused with SRAM.
SRAM (Static RAM) and DRAM (Dynamic RAM)