Skip to main content

Types of RAM Techusers

Welcomec to techusers. Nearly every computer and related device needs RAM. Let's Take a look at your favourite device (e.g. smart phones, tablets, desktops, laptops, graphing calculators, HDTV, handheld gaming systems, etc.), and you should find some information about the RAM. Although all RAM basically serves the same purpose, there are a few different types commonly in use today:
  • Static RAM (SRAM)
  • Dynamic RAM (DRAM)
  • Synchronous Dynamic RAM (SDRAM)
  • Single Data Rate Synchronous Dynamic RAM (SDR SDRAM)
  • Double Data Rate Synchronous Dynamic RAM (DDR SDRAM, DDR2, DDR3, DDR4)
  • Graphics Double Data Rate Synchronous Dynamic RAM (GDDR SDRAM, GDDR2, GDDR3, GDDR4, GDDR5)
  • Flash Memory

What Is RAM?

RAM stands for Random Access Memory, and it gives computers the virtual space needed to manage information and solve problems at the moment. You can think of it like reusable scratch paper that you would write notes, numbers, or drawings on with a pencil. If you run out of room on the paper, you make more by erasing what you no longer need; RAM behaves similarly when it needs more space to deal with temporary information (i.e. running software/programs). Larger pieces of paper allow you to scribble out more (and bigger) ideas at a time before having to erase; more RAM inside of computers shares a similar effect.
RAM comes in a variety of shapes (i.e. the way it physically connects to or interfaces with computing systems), capacities (measured in MB or GB), speeds (measured in MHz or GHz), and architectures. These and other aspects are important to consider when upgrading systems with RAM, as computer systems (e.g. hardware, motherboards) have to adhere to strict compatibility guidelines. For example:
  1. Older-generation computers are unlikely to accommodate the more recent types of RAM technology
  2. Laptop memory won’t fit in desktops (and vice versa)
  3. RAM is not always backward compatible
  4. A system generally can't mix and match different types/generations of RAM together
  5. Static RAM (SRAM)
  • Time in Market: 1990s to present 
  • Popular Products Using SRAM: Digital cameras, routers, printers, LCD screens
One of the two basic memory types (the other being DRAM), SRAM requires a constant power flow in order to function. Because of the continuous power, SRAM doesn’t need to be ‘refreshed’ to remember the data being stored. This is why SRAM is called ‘static’ – no change or action (e.g. refreshing) is needed to keep data intact. However, SRAM is a volatile memory, which means that all the data that had been stored becomes lost once the power is cut off.
The advantages of using SRAM (vs. DRAM) are lower power consumption and faster access speeds. The disadvantages of using SRAM (vs. DRAM) are lesser memory capacities and higher costs of manufacturing. Because of these characteristics, SRAM is typically used in:
  • CPU cache (e.g. L1, L2, L3)
  • Hard drive buffer/cache
  • Digital-to-analog converters (DACs) on video cards

Dynamic RAM (DRAM)

  • Time in Market: 1970s to mid-1990s
  • Popular Products Using DRAM: Video game consoles, networking hardware
One of the two basic memory types (the other being SRAM), DRAM requires a periodic ‘refresh’ of power in order to function. The capacitors that store data in DRAM gradually discharge energy; no energy means the data becomes lost. This is why DRAM is called ‘dynamic’ — constant change or action (e.g. refreshing) is needed to keep data intact. DRAM is also a volatile memory, which means that all the stored data becomes lost once the power is cut off.
The advantages of using DRAM (vs. SRAM) are lower costs of manufacturing and greater memory capacities. The disadvantages of using DRAM (vs. SRAM) are slower access speeds and higher power consumption. Because of these characteristics, DRAM is typically used in:
  • System memory
  • Video graphics memory
In the 1990s, Extended Data Out Dynamic RAM (EDO DRAM) was developed, followed by its evolution, Burst EDO RAM (BEDO DRAM). These memory types had appeal due to increased performance/efficiency at lower costs. However, the technology was rendered obsolete by the development of SDRAM.

Synchronous Dynamic RAM (SDRAM)

  • Time in Market: 1993 to present
  • Popular Products Using SDRAM: Computer memory, video game consoles
SDRAM is a classification of DRAM that operates in sync with the CPU clock, which means that it waits for the clock signal before responding to a data input (e.g. user interface). By contrast, DRAM is asynchronous, which means it responds immediately to data input. But the benefit of synchronous operation is that a CPU can process overlapping instructions in parallel, also known as ‘pipelining’ — the ability to receive (read) a new instruction before the previous instruction has been fully resolved (write).
Although pipelining doesn’t affect the time it takes to process instructions, it does allow more instructions to be completed simultaneously. Processing one read and one write instruction per clock cycle results in higher overall CPU transfer/performance rates. SDRAM supports pipelining due to the way its memory is divided into separate banks, which is what led to its widespread preference over the basic DRAM.

Single Data Rate Synchronous Dynamic RAM (SDR SDRAM)

  • Time in Market: 1993 to present
  • Popular Products Using SDR SDRAM: Computer memory, video game consoles
SDR SDRAM is the expanded term for SDRAM — the two types are one and the same, but most frequently referred to as just SDRAM. The ‘single data rate’ indicates how the memory processes one read and one write instruction per clock cycle. This labeling helps to clarify comparisons between SDR SDRAM and DDR SDRAM:
  • DDR SDRAM is essentially the second generation development of SDR SDRAM

Double Data Rate Synchronous Dynamic RAM (DDR SDRAM)

  • Time in Market: 2000 to present
  • Popular Products Using DDR SDRAM: Computer memory
DDR SDRAM operates like SDR SDRAM, only twice as fast. DDR SDRAM is capable of processing two reads and two write instructions per clock cycle (hence the ‘double’). Although similar in function, DDR SDRAM has physical differences (184 pins and a single notch on the connector) versus SDR SDRAM (168 pins and two notches on the connector). DDR SDRAM also works at a lower standard voltage (2.5 V from 3.3 V), preventing backward compatibility with SDR SDRAM.
  • DDR2 SDRAM is the evolutionary upgrade to DDR SDRAM. While still double data rate (processing two read and two write instructions per clock cycle), DDR2 SDRAM is faster because it can run at higher clock speeds. Standard (not overclocked) DDR memory modules top out at 200 MHz, whereas standard DDR2 memory modules top out at 533 MHz. DDR2 SDRAM runs at a lower voltage (1.8 V) with more pins (240), which prevents backward compatibility.
  • DDR3 SDRAM improves performance over DDR2 SDRAM through advanced signal processing (reliability), greater memory capacity, lower power consumption (1.5 V), and higher standard clock speeds (up to 800 Mhz). Although DDR3 SDRAM shares the same number of pins as DDR2 SDRAM (240), all other aspects prevent backward compatibility.
  • DDR4 SDRAM improves performance over DDR3 SDRAM through more advanced signal processing (reliability), even greater memory capacity, even lower power consumption (1.2 V), and higher standard clock speeds (up to 1600 Mhz). DDR4 SDRAM uses a 288-pin configuration, which also prevents backward compatibility.

    Graphics Double Data Rate Synchronous Dynamic RAM (GDDR SDRAM)

    • Time in Market: 2003 to present
    • Popular Products Using GDDR SDRAM: Video graphics cards, some tablets
    GDDR SDRAM is a type of DDR SDRAM that is specifically designed for video graphics rendering, typically in conjunction with a dedicated GPU (graphics processing unit) on a video card. Modern PC games are known to push the envelope with incredibly realistic high-definition environments, often requiring hefty system specs and the best video card hardware in order to play (especially when using 720p or 1080p high-resolution displays).
    • Similar to DDR SDRAM, GDDR SDRAM has its own evolutionary line (improving performance and lowering power consumption): GDDR2 SDRAM, GDDR3 SDRAM, GDDR4 SDRAM, and GDDR5 SDRAM.
    Despite sharing very similar characteristics with DDR SDRAM, GDDR SDRAM is not exactly the same. There are notable differences with the way GDDR SDRAM operates, particularly regarding how bandwidth is favored over latency. GDDR SDRAM is expected to process massive amounts of data (bandwidth), but not necessarily at the fastest speeds (latency) – think of a 16-lane highway set at 55 MPH. Comparatively, DDR SDRAM is expected to have low latency to immediately respond to the CPU – think of a 2-lane highway set at 85 MPH.

    Flash Memory

    • Time in Market: 1984 to present
    • Popular Products Using Flash Memory: Digital cameras, smartphones/tablets, handheld gaming systems/toys

    Flash memory is a type of non-volatile storage medium that retains all data after power has been cut off. Despite the name, flash memory is closer in form and operation (i.e. storage and data transfer) to solid-state drives than the aforementioned types of RAM.

    Comments

    Popular posts from this blog

    How Redmi give great spec at cheap price?

    5% profit margin Miui ads Spend less on R&D wings Miui Apps 5%profit margin unlike other brands, Redmi have very low profit margin is 5 %.This is the one of the main reason for Redmi sucess in Indian market  MIUI ADS  Miui is the one of the best custom rom but now its slowly fade away due to ads.Until miui 10 there is no ads in miui but after miui 10 ads shows every where , even in setting apps.Eventhough we have the option to disable it but lot of users know about it R&D wings  Unlike samsung and apple,Xiaomi didnot have lot if reasearch and development center because of this xiaomi saves lot of money.But xiaomi in recent slowly opening more R&D wings recently in Finland Miui Apps we all know that google is banned in china so xiaomi created own google platform like micloud,mimusic,mivideo,mipay,miapps etc from ad revenve 

    Top 5 Online video streaming(OTT) company in India

    In today's modern world citizen now turened into netizen with their smartphone and computer.Back in 90's TV channel is major video streaming serice with dish and antenna.But slowly in India Tv channels viewership are fadeaway.It also due to Trai new rules announced in 2019. The people of india pay for channel but still they slow ads in between tv shows,it hurts a lot and censorship is major negative.So people now slowly shift to OTT platforms, Let's find out what are top 5 ott platfom in india .  TOP 5 OTT PLATFORMS NETFLIX AMAZON PRIME VIDEO HOTSTAR ZEE5 AIRTEL XSTREAM  NETFLIX   Netflix is an american OTT service company which  entered india back in 2016. In 2019 Netflix gained more members.Netflix has been called out by some media organizations and competitors for only rarely and selectively releasing its ratings and viewer numbers.  A week after its release, Netflix claimed that it had the biggest seven-day viewing record of any of its origi...

    7 Best Artificial Intelligence Movies You May Watch

     Best Artificial Intelligence Movies to Watch in 2021 Those are the best artificial intelligence movies we think you should watch in 2021. They explore almost every facet of AI, including friendly helper ones, those who feel emotions, and even artificial intelligence that wants to destroy the human race. 1. The Matrix Series (1999) If you haven’t seen The Matrix yet, I want you to stop whatever you are doing right now and start the binge-fest. Yeah, literally. There’s a reason why The Matrix trilogy is one of the critically acclaimed movies in the sci-fi space. The plot is set in a dystopian future and revolves around computer programmer Thomas Anderson, better known under the alias Neo. He learns the truth about the simulated world where Earth’s population is trapped in a simulated reality. What follows is a surreal storyline that is guaranteed to keep you hooked. After completing The Matrix, do not forget to check out its sequels — The Matrix Reloaded (2003) and The Matrix Revolu...