RAM Generations: Difference between revisions

From HPCWIKI
Jump to navigation Jump to search
(Created page with "All computer devices use random-access memory (RAM) to store the short-term data. As computer process evolve, RAM  improves too. Each generation of RAM increases speed and frequency while decreasing power consumption. This page summarize the differences between the generations of RAM<ref>https://www.crucial.com/articles/about-memory/difference-among-ddr2-ddr3-ddr4-and-ddr5-memory</ref>. {| class="wikitable sortable" |+ !Generation !History !Prefetch !Data Rate(MT/s) !T...")
 
(Fix: remove --- horizontal lines (7 removed))
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Status
|status=Draft
|owner=Knowledge Agent
|last_update=2026-07-16
|review=Pending
}}
{{TOC}}
== Overview ==
RAM Generations에 대한 기술 문서입니다.
=== Summary ===
* 무엇인가? - RAM Generations
* 왜 필요한가? - HPC 및 서버 환경에서 필수 개념
* 언제 사용하는가? - 서버 구성, 성능 튜닝, 문제 해결 시
== Purpose ==
이 문서가 존재하는 이유
* Goal: RAM Generations에 대한 기술 정보 제공
* Scope: RAM Generations의 개념, 사용법, 설정
* Non-goals: 다른 주제로의 확장
== Key Concepts ==
{| class="wikitable"
! Concept
! Description
! Related
|-
| RAM Generations
| HPC/서버 환경에서 중요한 기술 개념
| [[Linux]], [[Server]]
|}
== Detailed Explanation ==
All computer devices use random-access memory (RAM) to store the short-term data. As computer process evolve, RAM  improves too. Each generation of RAM increases speed and frequency while decreasing power consumption.
All computer devices use random-access memory (RAM) to store the short-term data. As computer process evolve, RAM  improves too. Each generation of RAM increases speed and frequency while decreasing power consumption.
This page summarize the differences between the generations of RAM<ref>https://www.crucial.com/articles/about-memory/difference-among-ddr2-ddr3-ddr4-and-ddr5-memory</ref>.
This page summarize the differences between the generations of RAM<ref>https://www.crucial.com/articles/about-memory/difference-among-ddr2-ddr3-ddr4-and-ddr5-memory</ref>.
{| class="wikitable sortable"
{| class="wikitable sortable"
Line 20: Line 63:
|-
|-
|DDR
|DDR
(Double Data Rate)
|2000
|2 - Bit
|266 - 400
|2.1 - 3.2
|2.5 - 2.6
|-
|DDR2
|2003
|4 - Bit
|533 - 800
|4.2 - 6.4
|1.8
|-
|DDR3
|2007
|8 - Bit
|1066 - 1600
|8.5 - 14.9
|1.35 - 1.5   
|-
|DDR4
|2014
|Bit per Bank
|2133 - 5100
|17 - 25.6
|1.2  
|-
|DDR5
|2021
|16 - Bit
|3200 - 6400
|38.4 - 51.2
|1.1
|}


== CAS (Column Address Signal) Latency ==
DDR4’s major advantage over DDR5 is its lower latency. The lower the latency, the faster the CPU can access the instructions it temporarily stored in the RAM to perform the tasks. Total latency is determined by both a DIMM module’s speed and its CAS (Column Address Signal) latency. For CAS latency ratings, lower numbers are better.


A DDR4-3200 CL20 module, for instance, has a CAS latency rating of 20. Most DDR5 modules have CL40 CAS latency. So, that DDR4-3200 CL20 RAM will have snappier performance than a DDR5-4800 CL40 module.
== Best Practices ==
 
* 최신 버전 사용 권장
* 공식 문서 참고
* 테스트 환경에서 먼저 검증
 
 
== References ==
 
* [https://wiki.hpcmate.com RAM Generations]
 
 
== Related Pages ==
 
* [[Linux]]
* [[Server]]
* [[Hardware]]
* [[Network]]
 


== Capacity vs Latency ==
[[Category:Server]]
Although DDR4 tops out at 64GB per module (RAM stick), DDR5 can top out at a whopping 512GB per module. Better specs are great, but they won’t matter if they don’t translate into better performance. Because of DDR5’s high latencies, its performance is not notably better than DDR4 modules.
== Knowledge Graph ==


Related


[https://reviewed.usatoday.com/laptops/features/ddr4-vs-ddr5 A report] said their Nvidia-based graphics benchmarks systems actually performed worse on DDR5 setup than DDR4.
[[Linux]]
→ [[Server]]
→ [[Hardware]]
→ [[Network]]


== References ==
[[Category:Reference]]
<references />

Latest revision as of 11:30, 17 July 2026

Template:Status

Template:TOC

Overview

RAM Generations에 대한 기술 문서입니다.

Summary

  • 무엇인가? - RAM Generations
  • 왜 필요한가? - HPC 및 서버 환경에서 필수 개념
  • 언제 사용하는가? - 서버 구성, 성능 튜닝, 문제 해결 시


Purpose

이 문서가 존재하는 이유

  • Goal: RAM Generations에 대한 기술 정보 제공
  • Scope: RAM Generations의 개념, 사용법, 설정
  • Non-goals: 다른 주제로의 확장


Key Concepts

Concept Description Related
RAM Generations HPC/서버 환경에서 중요한 기술 개념 Linux, Server


Detailed Explanation

All computer devices use random-access memory (RAM) to store the short-term data. As computer process evolve, RAM  improves too. Each generation of RAM increases speed and frequency while decreasing power consumption. This page summarize the differences between the generations of RAM[1].

Generation History Prefetch Data Rate(MT/s) Transfer Rate (GB/s) Voltage (V)
SDRAM

(Synchronous Dynamic Random Access Memory)

1988 1 - Bit 100 - 166 0.8 - 1.3 3.3
DDR


Best Practices

  • 최신 버전 사용 권장
  • 공식 문서 참고
  • 테스트 환경에서 먼저 검증


References


Related Pages

Knowledge Graph

Related

LinuxServerHardwareNetwork