What Is RAM Timing and Why Does It Matter?

Ram Timing Featuredhttps://www.maketecheasier.com/assets/uploads/2019/09/ram-timing-featured-200x100.jpg 200w, https://www.maketecheasier.com/assets/uploads/2019/09/ram-timing-featured-800x400.jpg 800w, https://www.maketecheasier.com/assets/uploads/2019/09/ram-timing-featured-400x200.jpg 400w" class="extendsBeyondTextColumn" style="max-width: none; margin: auto; display: block; height: auto; clear: both; width: 786.09375px; margin-inline-start: -70px;">

RAM is a core computer component, but we don’t talk about it much. If it doesn’t have rad heat spreader designs and RGB accessories, RAM rarely gets a day in the sun. The CPU sets the condition that the rest of your build operates under, but you can coax a little more speed out of your PC with faster RAM. Both clock speed and timing, or latency, determine your RAM’s speed.

RelatedBuying Memory/RAM: What to Know

Finding Your RAM’s Clock Speed

The speed of your RAM can be found on the box or the module through software like CPU-Z or within the BIOS/UEFI. The full name of your RAM module will be something like the following:

 

The DDR4 describes the generation of DDR the chip is compatible with. The same number (2, 3, or 4) appears in the PC number, describing the same thing.

The first four-digit number, 3200 in our example, is often said to show the RAM’s clock speed in megahertz. That’s actually a bit of a marketing fib, but don’t feel bad: the misunderstanding is directly encouraged by PC OEMs and retailers. That number actually reports the data rate, measured in megatransfers per second, or 106 data transfer operations per second.

In DDR RAM, the actual clock speed is half the data rate – 1600 MHz, in our example, though even that is stepped up from the RAM’s internal clock speed of 400 MHz through multiplicative pre-fetch bits. But because DDR transfers data twice per tick of the clock, the effective clock speed can be said to be double the real clock speed. As a result, the data rate is effective the same as the RAM’s apparent clock speed in MHz.

 

The PC number, 25600 in our example, shows the transfer rate measured in megabytes per second (MB/s). By multiplying the data rate (in megatransfers) by the width of the I/O bus (64-bits in all modern motherboards), we can determine the maximum possible transfer rate:

3200 megatransfers per second x 64 bits per transfer/8 bits per byte = 25600 MB/s

Each number independently tells you how fast the RAM is. But both numbers provide the same information, just in different forms.

What Are RAM Timings?

Timings are another way of measuring RAM speed. The timings measure the latency between various common operations on a RAM chip. Latency is the delay between operations. It can be thought of as “waiting time.” The minimum timings are set by spec, so you can read a table of the fastest-possible RAM timings for each DDR specification.

We measure RAM timing in clock cycles. Retailers list timings as four numbers separated by dashes, like 16-18-18-38. Smaller numbers are faster. The order of the numbers tells you their meaning.

First number: CAS Latency (CL)

Ram Timings Numbers List 1

The time it takes for the memory to respond to the CPU is the CAS latency (CL). But CL cannot be considered in isolation. This formula converts CL timing into nanoseconds, which is based on the RAM’s transfer rate:

As a result, slower RAM can actually have lower actual latency if it has a shorter CL.

Second number: TRCD 

Ram Timings Numbers List 2

RAM modules use a grid-based design for addressing. The intersection of rows and column numbers indicates a particular memory address. Row address to column address delay (TRCD) measures the minimum latency between entering a new row in the memory and beginning to access columns within it. You can think of it as the time it takes the RAM to “get to” the address. The time it takes to receive the first bit from a previously inactive row is TRCD + CL.

Third Number: TRP

Ram Timings Numbers List 3

Row Precharge Time (TRP) measures the latency involved in opening a new row in memory. Technically, it measures the latency between issuing the precharge command to idle (or close) one row and an activate command to open a different row. It’s often identical to the second number. The same factors affect the latency of both operations.

Fourth Number: TRAS

Ram Timings Numbers List 4

 

Row Active Time (TRAS) measures the minimum amount of cycles a row must remain open to properly write data. Technically, it measures the latency between an activate command on a row and issuing the precharge command on that same row or the minimum time between opening and closing the row. For SDRAM modules, TRCD + CL calculates TRAS.

Conclusion

Ram Timings Numbers Hero With Definitions

These latencies do limit the speed of your RAM. But RAM specifications set the limit, not physics. The memory controller that manages your RAM enforces these timings, meaning they’re tweakable (if the motherboard permits it). You may be able to get performance from your RAM by overclocking and tightening the timings by a couple of cycles.

RAM overclocking is the most temperamental of hardware overclocking techniques, requiring the most freezes and experimentation. But faster RAM shortens the processing time for RAM-bound workloads, improving rendering speed and virtual machine responsiveness.