Home     Blog

SDRAM (Synchronous Dynamic Random Access Memory)

SDRAM, or Synchronous Dynamic Random Access Memory, is a type of RAM in which memory is synchronized with the computer’s internal system bus via the use of a clock system. While SDRAM requires that data must wait for a predetermined number of clock signals before it is sent to the memory array, new data can be interpreted during this time and all data is sent as one packet, allowing for higher data speeds. This process is the foundation of pipelining and has revolutionized file access speeds in both personal and commercial computers worldwide.

 

How SDRAM Works

SDRAM relies on clock cycling and pipelining to synchronize data from a computer’s system bus with its storage device. In regular DRAM, information from the system bus is automatically sent to the storage device and must be processed before the next set of information is received. In SDRAM, information from the system bus is stored until the clock cycles a predetermined number of times as new sets of information are received and are then sent to the computer’s storage device simultaneously.

SDRAM SDRAM (Synchronous Dynamic Random Access Memory)

 

Applications

SDRAM can be found in most modern computers because it provides much higher memory access speeds than regular DRAM. Because of this, SDRAM systems are often implemented by commercial users who have large amounts of data to be processed on a regular basis. However, SDRAM can also be used by personal users in order to increase the speed and performance of their home computers.

 

Advantages

SDRAM is advantageous because it provides fast access to data and ensures that new operations can be completed if older operations are still being processed. By holding data for a predetermined number of clock cycles, SDRAM ensures that all data is sent and processed together. Despite its increased speeds, SDRAM models are cheaper than regular DRAM models due to their small size and inexpensive material.

VN:F [1.9.17_1161]
Rating: 0.0/10 (0 votes cast)
Follow Will.Spencer on

Leave a Reply

Related Posts

  • DRAM (Dynamic Random Access Memory)

    DRAM is Dynamic Random Access Memory. DRAM is the most common form of RAM. When someone says that a computer has "one gigabyte of RAM", what they really mean is that the computer has one gigabyte of DRAM. DRAM is called dynamic because it must constantly be refreshed or it will lose the data which [...]...


  • SRAM (Static Random Access Memory)

    SRAM, or Static Random Access Memory, is a type of memory device that stores accessed files and commands in a semi-permanent chip that only empties itself of stored data when it is no longer being powered, i.e. when the computer is unplugged or turned off. SRAM differs from DRAM, or Dynamic Random Access Memory, which [...]...


  • Random Access Memory

    Random-access memory is a type of data storage for computers. Commonly known as the acronym RAM or simply memory, random-access memory details the speed in which data that is stored can be accessed at random. This means that the strength of the RAM determines, at random, how fast a piece of data can be pulled [...]...


  • DDR3 SDRAM

    DDR3 SDRAM (Double Data Rate Three Synchronous Dynamic Random Access Memory) is the third generation of DDR SDRAM. DDR3 SDRAM improves on DDR2 SDRAM in several significant ways: Higher bandwidth due to increased clock rate Reduced power consumption due to 90mm fabrication technology Pre-fetch buffer is doubled to 8 bits to further increase performance The [...]...


  • RAM (Random Access Memory)

    RAM (Random Access Memory) usually refers to “temporary” memory, meaning that when the system is shut down, the memory is lost. This is why the memory is considered “random,” as any piece of information can be circulated through the memory regardless of its location and relation to any other information within the RAM. The first [...]...