What are different types of RAM (Random Access Memory) in computer architecture?


RAM is an element of the main memory that is directly usable by the CPU (Central Processing Unit). Memory can save programs and information during computer operations. The major technology used for the main memory depends on semiconductor integrated circuits.

The feature of RAM is that it is volatile. A RAM should be supported with a fixed power supply. If the power is disrupted, therefore the data is hidden. Therefore, RAM can be used only as temporary storage. RAM technology has been divided into technologies which are as follows −

  • Static RAM − Memories that include circuits that are adequate for maintaining their state as long as power is used are called static memories. The figure shows how a static RAM (SRAM) cell can be executed. Two converters are cross-linked to form a latch. The latch is linked to two-bit lines by transistors T1 and T2.

These transistors operate as switches that can be opened or closed under the supervision of the word line. When the word line is at ground level, the transistors are revolved off, and the latch maintains its state. For example, let us consider that the cell is in state 1 if the logic value at point X is 1 and at point, Y is 0. This state is preserved considering the signal on the word line is at ground level.

Read Operation − It can read the state of the SRAM cell, the word line is triggered to close switches T1 and T2. If the cell is in state 1, the signal on bit line b is high and the signal on the bit line b’ is low. The conflict is true if the cell is in state 0. Therefore, b and b’ are complements of each other. Sense/write circuits at the end of the bit lines oversee the state of b and b’ and set the output subsequently.

Write Operation − The state of the cell is set by locating the suitable value on bit line b and its complement on b’, and thus stimulating the word line. This causes the cell into the equivalent state. The appropriate signals on the bit lines are created by the sense/write circuit.

  • Dynamic RAM − Static RAM is fast, but they come at a high cost because their cells require several transistors. Less costly RAMs can be executed if simpler cells are used. There are such cells that do not maintain their state indefinitely, therefore they are known as dynamic RAMs (DRAM).

In dynamic memory, data is saved in the form of a charge on a capacitor. A DRAM is capable of saving data for only a few milliseconds. Because each cell is generally needed to save data for a much longer time, its contents should be periodically updated by restoring the capacitor charge to its complete value.

Updated on: 23-Jul-2021

439 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements