<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://diff.wiki/index.php?action=history&amp;feed=atom&amp;title=Differences_between_DDR_and_SDRAM</id>
	<title>Differences between DDR and SDRAM - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://diff.wiki/index.php?action=history&amp;feed=atom&amp;title=Differences_between_DDR_and_SDRAM"/>
	<link rel="alternate" type="text/html" href="https://diff.wiki/index.php?title=Differences_between_DDR_and_SDRAM&amp;action=history"/>
	<updated>2026-04-08T00:02:27Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>https://diff.wiki/index.php?title=Differences_between_DDR_and_SDRAM&amp;diff=2047&amp;oldid=prev</id>
		<title>Dwg: Article written and Venn diagram created.</title>
		<link rel="alternate" type="text/html" href="https://diff.wiki/index.php?title=Differences_between_DDR_and_SDRAM&amp;diff=2047&amp;oldid=prev"/>
		<updated>2025-12-08T19:52:53Z</updated>

		<summary type="html">&lt;p&gt;Article written and Venn diagram created.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Differences between DDR and SDRAM ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Double Data Rate (DDR) SDRAM&amp;#039;&amp;#039;&amp;#039; is a type of synchronous dynamic random-access memory that succeeded Single Data Rate (SDR) SDRAM.&amp;lt;ref name=&amp;quot;ref1&amp;quot; /&amp;gt; Both are types of SDRAM, but the primary difference is that DDR memory transfers data on both the rising and falling edges of the clock signal, effectively doubling the data transfer rate without increasing the clock frequency.&amp;lt;ref name=&amp;quot;ref2&amp;quot; /&amp;gt;&amp;lt;ref name=&amp;quot;ref3&amp;quot; /&amp;gt; This improvement allows for significantly higher bandwidth compared to its predecessor.&amp;lt;ref name=&amp;quot;ref4&amp;quot; /&amp;gt; SDR SDRAM, which transfers data only once per clock cycle, was common in computers before 2002, after which DDR SDRAM became the mainstream technology.&amp;lt;ref name=&amp;quot;ref2&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Due to architectural and physical differences, DDR SDRAM and SDR SDRAM are not forward or backward compatible.&amp;lt;ref name=&amp;quot;ref5&amp;quot; /&amp;gt; Motherboards and controllers are designed to support only one type of memory.&amp;lt;ref name=&amp;quot;ref2&amp;quot; /&amp;gt; The memory modules are physically keyed with notches to prevent incorrect installation in an incompatible slot.&lt;br /&gt;
&lt;br /&gt;
=== Comparison Table ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Feature !! SDR SDRAM !! DDR SDRAM&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Full Name&amp;#039;&amp;#039;&amp;#039; || Single Data Rate Synchronous Dynamic Random-Access Memory || Double Data Rate Synchronous Dynamic Random-Access Memory&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Data Transfers per Clock Cycle&amp;#039;&amp;#039;&amp;#039; || 1 || 2&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Clock Signal Edge Used&amp;#039;&amp;#039;&amp;#039; || Rising edge only&amp;lt;ref name=&amp;quot;ref3&amp;quot; /&amp;gt; || Rising and falling edges&amp;lt;ref name=&amp;quot;ref3&amp;quot; /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Prefetch Buffer Size&amp;#039;&amp;#039;&amp;#039; || 1n (1 data word per access) || 2n (2 data words per access)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Operating Voltage&amp;#039;&amp;#039;&amp;#039; || 3.3 V || 2.5 V / 2.6 V&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;DIMM Module Pins&amp;#039;&amp;#039;&amp;#039; || 168 pins&amp;lt;ref name=&amp;quot;ref1&amp;quot; /&amp;gt; || 184 pins&amp;lt;ref name=&amp;quot;ref1&amp;quot; /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;DIMM Notches&amp;#039;&amp;#039;&amp;#039; || Two || One&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[File:Venn_diagram_Differences_between_DDR_versus_SDRAM_comparison.png|thumb|center|800px|alt=Venn diagram for Differences between DDR and SDRAM|Venn diagram comparing Differences between DDR and SDRAM]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Technical Architecture ===&lt;br /&gt;
The key to DDR SDRAM&amp;#039;s increased performance is its 2n prefetch architecture. The internal memory bus fetches two words of data from the memory array during a single clock cycle and places them in an I/O buffer. The memory module then transfers these two words of data consecutively on the rising and falling edges of the clock signal. In contrast, SDR SDRAM uses a 1n prefetch, transferring only one word of data per clock cycle.&lt;br /&gt;
&lt;br /&gt;
This &amp;quot;double pumping&amp;quot; technique allows a DDR module to achieve twice the bandwidth of an SDR module running at the same core clock speed. For example, an SDR SDRAM module on a 133 MHz bus has a transfer rate of 133 MT/s (megatransfers per second), while a DDR SDRAM module on the same 133 MHz bus can achieve 266 MT/s.&amp;lt;ref name=&amp;quot;ref1&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Physical Characteristics ===&lt;br /&gt;
SDR SDRAM and DDR SDRAM modules have distinct physical differences that prevent them from being interchangeable. Standard desktop modules, known as DIMMs, have different pin counts and notch locations. An SDR SDRAM DIMM has 168 pins and two notches on its connecting edge.&amp;lt;ref name=&amp;quot;ref5&amp;quot; /&amp;gt; A DDR SDRAM DIMM has 184 pins and only a single notch.&amp;lt;ref name=&amp;quot;ref5&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Additionally, DDR memory operates at a lower voltage than SDR memory. Standard DDR SDRAM modules run at 2.5 volts, compared to the 3.3 volts required for SDR SDRAM. This reduction in voltage results in lower power consumption.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Comparisons]]&lt;/div&gt;</summary>
		<author><name>Dwg</name></author>
		
	</entry>
</feed>