Types of RAM, Working of SRAM and DRAM & SRAM vs DRAM

In this article, we are going to learn about the two of the most common types of random access memories which are quite commonly used inside computers. That is SRAM and DRAM.

 

So, this SRAM stands for the Static RAM, while this DRAM stands for the Dynamic RAM.

primary memory classification

The reason it is known as the dynamic RAM because in the case of this memory we need to perform the periodic refresh cycles.

 

And we will learn more about it when we will see the internal structure of this SRAM and the DRAM in the latter part of the article.

 

So, now let’s see the difference between this SRAM and DRAM in terms of the different aspects.

 

So, if you have seen our earlier article on cache memory, then you already might be knowing about this SRAM as well as the DRAM.

 

But anyway, let us see the differences between this SRAM and DRAM in terms of the different Aspects.

 

Differences SRAM and DRAM:

 

So, this SRAM is used as cache memory inside the computer, while this DRAM is used as a main memory inside the computer.

 

1. Speed:

And the reason this SRAM is used as cache memory is, because of its speed. Because this SRAM is the fastest among all the memories.

 

While if you see the speed of this DRAM, this DRAM is faster compared to the primary storage element like a hard disk drive, but it is slower compared to this SRAM.

 

2. Cost:

So, although the speed of this SRAM is quite fast, if you see in terms of the cost then In terms of the cost this SRAM is the costliest among all the memories.

 

While if you see the DRAM, it is cheaper compared to this SRAM.

 

And if you see the density of this SRAM and DRAM, that is the number of memory cells per unit area, then in that case also the SRAM has a lower density compared to the DRAM.

 

So, apart from these aspects, another aspect in which we can compare these two RAMs is power consumption.

 

3. Power consumption: 

So, if you see the power consumption of this SRAM, it is lesser compared to the DRAM.

 

But when we operate this SRAM at higher frequencies, then the power consumption of this SRAM and DRAM is comparable.

 

So, these are the basic differences between the SRAM and the DRAM.

 

Now, let’s understand why these differences are present between this SRAM and DRAM.

 

That means why the speed of this SRAM is fast compared to the DRAM or let’s say why the density of this SRAM is lower compared to the DRAM.

 

So, to understand that we need to see how this SRAM and DRAM works.

 

Working of DRAM:

 

And to see that we need to understand the internal structure of this SRAM as well as the DRAM.

dram internal structure

So, first of all, let us see the internal structure of this DRAM. So, if you see one bit of the DRAM cell, then it consists of one transistor and one capacitor.

 

So, in the case of the DRAM cell, the memory bits are stored in the form of charge across this Capacitor.

 

So, by charging and discharging the capacitor, we can know that whether the bit that is stored inside this capacitor is logic 1 or logic 0.

 

So, now in the case of this DRAM cell, we can access this capacitor by using this pass transistor.

 

So, when this pass transistor is turned ON, then we can read the capacitor data or we can write onto this capacitor.

 

And when this pass transistor is OFF, then the charge across the capacitor should remain as it is.

 

So, in the ideal case, this capacitor should not lose its charge. But in the actual case, if you see, there will be some leakage current and because of that, the capacitor will lose its charge gradually.

 

And that is the reason, this dynamic cell requires periodic refresh cycles. And that is the reason behind it, why this memory is known as the Dynamic RAM.

 

So, now as we know about the internal structure of this dynamic RAM, let us see how to read and write operations are being performed on this dynamic RAM.

 

So, like I said, to read the data of this DRAM, first of all, we need to turn on this pass Transistor.

 

And that can be done by applying the voltage to this word line. So, once the voltage is being applied to this word line, then the charge across this capacitor will be available at this bit line.

 

So, just by using the sense amplifier, we can read the voltage that is available at this bit line.

 

So, now if you observe this read cycle, in this read cycle once this pass transistor is ON, then the data or the charge across this capacitor will be available at the bit line.

 

So, eventually, this capacitor will lose its charge during the read operation. So, such kind of read operation is known as the destructive read operation.

 

And to avoid that we need to perform the refresh operation after every read cycle so that the capacitor can get its original charge.

 

So, now to increase the read operation speed this bit line is charged with the finite voltage.

 

Now, let us understand why this precharge is very important. So, let’s say, initially, the voltage across the capacitor is 2V.

 

And the 2V represents logic 1. And the 0V represents the logic 0.

 

So, once the read operation starts, this pass transistor will be turned ON. and the voltage across this capacitor gradually will be available at the bit line.

 

So, the bit line will start charging from the 0V to the 2V. And once it will reach from 0 to 2V, then this sense amplifier will get to know that The voltage across the capacitor is 2V or logic 1.

 

But instead of that suppose if we have precharged this bit line to the 1V, then the time that is required to reach from 1V to the 2V will be almost half.

 

So, in this way, by pre-charging this bit line by some finite value, we can reduce the read time or we can increase the read speed.

 

And further, we can increase this reading speed, just by sensing the trend in which this bit line voltage is going.

 

So, instead of waiting for this bit line to reach from 1V to 2V, suppose if we just measure the incremental voltage across this bit line and if we amplify it after the sense amplifier, then the time of this read operation will further reduce.

 

So, in this way, by using this method, we can reduce the read time of this dynamic RAM.

 

So, similarly now let’s see how they write operation is being performed.

 

So, during the write operations, all the bit lines are being pre-charged with some finite Value.

 

And for the particular bit line on which we want to write, the bit voltage is applied to that particular bit line.

 

So, let’s say, we want to charge this capacitor then the bit voltage will be applied to this particular bit line.

 

And then after this pass, the transistor is turned ON. So, whatever voltage is available at this bit line, will be transferred to this capacitor.

 

And in this way, we can write on this DRAM.

 

So, this is how the read and write operations are being performed on this DRAM.

 

So, now as this DRAM involves the capacitors, so the reading and writing speed of this DRAM

depends upon the charging and discharging time of these capacitors.

 

Working of SRAM:

Similarly, let us see the internal structure of this SRAM and let us see how reading and writing are performed on this SRAM.

sram internal structure

So, if you see the internal structure of this SRAM, it consists of 6 transistors.

 

So, out of the 6 transistors, the two transistors are the pass transistors which will give access to the bit lines, while the remaining four transistors are the two cross-coupled inverters.

 

So, here this transistor 1 and 2, is the first CMOS inverter pair and the transistor 3 and 4 are the second CMOS inverter pair.

 

So, if you see the simplified circuit, then the simplified circuit will look like this.

 

So, in the case of this SRAM cell, the memory bit is stored between these two cross-coupled inverters.

So, let us say if we have latched logical 1 then at the output of the first inverter we will have logic 0.

 

And again at the output of the second inverter, we will have logic 1.

 

So, as far as the power is supplied to this SRAM, logic 1 will be circulated between these two inverter pairs.

 

So, unlike in the case of the dynamic RAM cell, we do not require any kind of refresh cycles during this SRAM operation.

 

And that is the reason, this SRAM is known as the static RAM.

 

So, apart from the 6 transistor design of this SRAM cell, we also have 4 transistor designs.

 

So, in the case of this 4 transistor design, the p-MOS are replaced by the high impedance resistors.

 

So, in this way by using the 4 transistor design, we can reduce the number of bits that are required for the 1 bit of storage.

 

But the disadvantage of this 4 transistor design is that the continuous power will be dissipated across these resistors.

 

So, whenever we require less power consumption, then the 6T design is preferred over this 4 transistor design.

 

So, as you can see in the case of this SRAM cell, the number of transistors that are required is 6 times more compared to the DRAM.

 

And that is the reason, the density in the case of the DRAM is more than the SRAM cell. And that is the reason why this SRAM is costlier compared to the DRAM.

 

Because the cost per bit in the case of the SRAM will increase compared to the DRAM.

 

So, that is being said, now let us understand how to read and write operations are being performed on this SRAM.

 

Now, to perform the read operation, first of all, these two pass transistors, are turned ON by applying the voltage to this word line.

 

So, once these pass transistors are turned ON, then whatever voltage that is available at this point, let’s say Q, will be available at the bit line.

 

And whatever voltage that is available at this point, let’s say Q bar, that will be available at the bit line bar.

 

So, suppose at this point let us say we have logical 1, then at bit line, we will get logical 1.

 

And at this point, we will get logical 0. And using the sense amplifier, we can sense this voltage and we can read that voltage of this SRAM cell.

 

Now, you might ask that this can be performed only by the single bit line, so what is the need of having two bit-lines.

 

So, two-bit lines are required to increase the speed of this read and write operations.

 

So, let’s understand how these two-bit lines will enhance the speed of this read and write operation.

 

So, here in the case of the SRAM also, these bit lines are pre-charged with some finite value. So, let’s say if this SRAM has two volts as logical 1, and 0 volts as logical 0, then generally these bit lines are pre-charged with the voltage of 1 V.

 

Now, let’s also assume that the voltage that is being read through this SRAM is logical 1.

 

So, at this point, we will have 2 V of voltage, and at this point, we will have 0 V of voltage. So, as soon as this pass transistor is turned ON, the voltage at the bit line will be equal to 2 V.

 

But this transition from 1 V to 2V will take some time. Similarly, at this bit line bar, we will have voltage from 1 V to 0 V.

 

And this transition will also take some time. So, instead of waiting for the voltage to reach from 1 V to 2V, and from 1 V to 0V, if we simply see the trend in which h the voltage is going then we can increase the speed of this read cycle.

 

So, as you can see here, we are taking the difference between the bit line and the bit line bar voltages.

 

So, here if the voltage is increased from 1 V to 1.1 V, and let’s say here the voltage is reduced from 1V to 0.9 V then if we just differentiate these two voltages and amplify them then we can easily sense that voltage.

 

And in this way, we can increase the read speed or reduce the read time. Similarly, let us see how the write operation is being performed.

 

So, during the write operation, whatever voltage we want to write on this inverter pair, we need to apply that voltage to these bit lines.

 

So, let’s say we are applying logical 1 to this bit line. And the initial voltage or initial bit that is being stored inside this inverter pair is logical 0.

 

So, at the bit line bar we will apply the logical 0. So, now whenever we turn ON this pass transistor, the bit line voltage will be applied to this inverter.

 

And this inverter will try to reduce the voltage of this bit line to the logical 0. But at the same time, if you see over here, this logical 0 will be applied to the input of this inverter.

 

So, that will drive the output of this inverter to logic 1. And that logic 1 will drive the output of the first inverter to logic 0.

 

So, in this way, the value of logical 1 will be latched inside this inverter. So, in this way, by having the two-bit lines, we can drive the bit line voltages into this inverter pair very easily.

 

So, by having two-bit lines, we can increase the speed of reading and write operations.

 

So, so far as we have seen in the case of the SRAM cell, it does not involve any kind of Capacitors.

 

So, the transition from 1 to 0 will be faster in the case of SRAM compared to the DRAM, where It involves the charging and discharging of the capacitors.

sram and dram

And that is the reason, this SRAM is quite faster compared to the DRAM.

 

So, as we have seen so far, this SRAM consists of 6 transistors, while the DRAM consists of only 1 transistor.

 

And that is the reason this SRAM is quite costly compared to the DRAM, as well as the density of this SRAM is low compared to the DRAM.

 

And as this DRAM involves the capacitor charging and discharging, as well as the refresh cycles, so the speed of this DRAM is less compared to the SRAM.

 

So, this is all about the differences between SRAM and DRAM. So, in the next article, we will learn more about dynamic RAM.

 

We will see the different types of dynamic RAMs and we will also understand the timings and the latencies in the DRAM.

 

So, I hope in this article you understood the basic differences between SRAM and DRAM. And how to read and to write operations are being performed on this SRAM as well as the DRAM.

 

know more about the RAM on Wikipedia official page

 

Hey, if you want to give any suggestions to the Tech Geek, then comment down below.

You can also follow Tech Geek on Social Media For More Daily Tech Updates @ TwitterInstagramFacebookPinterest

Leave a Comment