RAM은 Random Access Memory의 약자로(RAM stands for Random Access Memory) 컴퓨터가 작동하는 데 필요한 매우 중요한 전자 부품이며 RAM 은 (RAM)CPU 가 현재 작업 데이터를 임시로 저장하는 데 사용하는 저장 장치의 한 형태입니다 . 스마트폰, PC, 태블릿, 서버 등과 같은 모든 종류의 컴퓨팅 장치에서 찾을 수 있습니다.
정보나 데이터에 무작위로 접근하기 때문에 데이터가 순차적으로 저장되거나 검색되는 CD-ROM 이나 하드 디스크(Hard Disk) 드라이브 와 같은 다른 저장 매체에 비해 읽기 및 쓰기 시간이 훨씬 빠르며 결과적으로 검색하는 프로세스가 훨씬 느립니다. 시퀀스 중간에 저장된 소량의 데이터라도 전체 시퀀스를 거쳐야 합니다.
RAM 이 작동하려면 전원이 필요하므로 (RAM)RAM 에 저장된 정보 는 컴퓨터가 꺼지는 즉시 지워집니다. 따라서 (Hence)휘발성 메모리(Volatile Memory) 또는 임시 저장소 라고도 합니다 .
마더보드(Motherboard) 에는 다양한 수의 메모리 슬롯이 있을 수 있으며 일반 소비자 마더보드(Motherboard) 에는 2~4개가 있습니다.
데이터(Data) 나 프로그램이 컴퓨터에서 실행되기 위해서는 먼저 램에 로드해야 합니다 .
따라서 데이터 또는 프로그램은 먼저 하드 드라이브에 저장된 다음 하드 드라이브에서 검색되어 RAM 으로 로드됩니다 . 일단 로드되면 CPU 는 이제 데이터에 액세스하거나 프로그램을 실행할 수 있습니다.
다른 것보다 더 자주 액세스하는 정보나 데이터가 많기 때문에 메모리가 너무 낮으면 CPU(CPU) 가 필요 로 하는 모든 데이터를 보유하지 못할 수 있습니다 . 이런 일이 발생하면 초과 데이터 중 일부가 하드 드라이브에 저장되어 메모리 부족을 보상합니다.
또한 읽기: (Also Read:) Windows 레지스트리란 무엇이며 어떻게 작동합니까?(What is the Windows Registry & How it Works?)
따라서 데이터가 RAM 에서 CPU 로 직접 이동하는 대신 액세스 속도가 매우 느린 하드 드라이브에서 데이터를 검색해야 하며 이 프로세스는 컴퓨터 속도를 크게 저하시킵니다. 이 문제는 컴퓨터에서 사용할 수 있는 RAM 의 양을 늘리면 쉽게 해결할 수 있습니다 .
두 가지 다른 유형의 RAM
i) DRAM 또는 동적 RAM( DRAM or Dynamic RAM)
Dram 은 전기를 저장하는 작은 양동이와 같은 커패시터를 포함하는 메모리이며 이러한 커패시터에 정보를 저장합니다. 드램에는 지속적으로 전기를 공급해야 하는 커패시터가 있기 때문에 충전이 오래 지속되지 않습니다. 커패시터는 동적으로 새로 고쳐져야 하기 때문에 그 이름을 따온 것입니다. 이러한 형태의 RAM 기술은 앞에서 논의할 훨씬 효율적이고 빠른 RAM 기술 의 개발로 인해 더 이상 활발히 사용되지 않습니다 .
ii) SDRAM 또는 동기식 DRAM(SDRAM or Synchronous DRAM)
이것은 현재 우리 전자 제품에 널리 사용되는 RAM 기술입니다. (RAM)SDRAM 에도 DRAM 과 유사한 커패시터가 있지만 SDRAM과 DRAM의 차이점(difference between SDRAM and DRAM) 은 속도입니다. 이전 DRAM 기술은 (DRAM)CPU 보다 느리게 실행되거나 비동기식으로 작동 하므로 신호가 조정되지 않기 때문에 전송 속도가 지연됩니다.
SDRAM 은 시스템 클록과 동기화되어 실행되기 때문에 (SDRAM)DRAM 보다 빠릅니다 . 모든 신호는 타이밍을 더 잘 제어하기 위해 시스템 클록에 연결됩니다.
RAM 은 (RAM)SIMM(단일 인라인 메모리 모듈) 및 DIMM(이중 인라인 메모리 모듈)(SIMMs (Single in-line memory modules) and DIMMs (dual in-line memory modules)) 이라고 하는 사용자 분리 가능 모듈 형태로 마더보드에 연결됩니다 . SIMM(SIMMs) 은 한쪽에 핀이 한 줄만 있는 반면, 이 핀은 양쪽에 하나씩 두 개의 독립적인 행이 있기 때문에 DIMM(DIMMs) 이라고 합니다 . 모듈의 각 측면에는 168, 184, 240 또는 288 핀이 있습니다.
RAM 의 메모리 용량이 (RAM)DIMM(DIMMs) 으로 두 배로 늘어났기 때문에 SIMM(SIMMs) 의 사용 은 이제 더 이상 사용되지 않습니다 .
이러한 DIMM(DIMMs) 은 128MB에서 2TB 사이의 다양한 메모리 용량으로 제공됩니다. DIMM(DIMMs) 은 한 번 에 32비트의 데이터 를 전송하는 (Data)SIMM(SIMMs) 에 비해 한 번에 64비트의 데이터(Data) 를 전송 합니다.
SDRAM도 다른 속도로 평가되지만 자세히 알아보기 전에 데이터 경로가 무엇인지 이해하겠습니다.
CPU 속도는 클록 주기로 측정되므로 한 클록 주기에서 32비트 또는 64비트의 데이터가 CPU 와 RAM 간에 전송 되며 이 전송을 데이터 경로라고 합니다.
따라서 CPU 의 클럭 속도가 높을수록 컴퓨터가 빨라집니다.
권장 사항: (Recommended:) 컴퓨터 속도를 높이는 15가지 팁(15 Tips To Increase Your Computer Speed)
마찬가지로 SDRAM 에도 읽기 및 쓰기가 수행될 수 있는 클럭 속도가 있습니다. 따라서 RAM 의 클록 속도가 빠를수록 작업이 더 빨리 발생하여 프로세서 성능이 향상됩니다. 이것은 메가헤르츠로 계산하여 수행할 수 있는 사이클 수로 측정됩니다. 따라서 RAM 이 1600MHz로 평가 되면(MHz) 초당 16억 사이클을 수행합니다.
따라서 이것이 RAM(RAM) 및 다양한 유형의 RAM 기술이 작동 하는 방식을 이해하는 데 도움이 되었기를 바랍니다 .
What is RAM? | Random Access Memory Definition
RAM stands for Random Access Memory, it is a very crucial electronic component that is required for a computer to run, RAM is a form of storage that CPU uses to store the current working data temporarily. It can be found in all kinds of computing devices such as Smartphones, PCs, tablets, servers, etc.
Since the information or data is randomly accessed, the read and write times are much faster compared to other storage mediums such as CD-ROM or Hard Disk Drives where the data is stored or retrieved sequentially which is far slower a process as a result to retrieve even a small amount of data stored in the middle of the sequence we will have to go through the entire sequence.
RAM requires power to work, so the information stored in RAM gets erased as soon as the computer is switched off. Hence, it is also known as Volatile Memory or Temporary Storage.
A Motherboard can have a various number of memory slots, the average consumer Motherboard will have between 2 and 4 of them.
In order for Data or programs to be executed on a computer, it needs to be loaded into ram first.
So the data or program is first stored on to the hard drive then from the hard drive, it is retrieved and loaded into RAM. Once it’s loaded, the CPU can now access the data or run the program now.
There is a lot of information or data that gets accessed more frequently than others, if the memory is too low it might not be able to hold all the data that the CPU needs. When this happens then some of the excess data gets stored on the hard drive to compensate for the low memory.
Also Read: What is the Windows Registry & How it Works?
So instead of the data directly going from RAM to the CPU, it has to retrieve it from the hard drive that has very slow access speed, this process significantly slows down the computer. This can be easily tackled by increasing the amount of RAM available for the computer to use.
Two Different types of RAM
i) DRAM or Dynamic RAM
Dram is a memory that contains capacitors, which is like a small bucket that stores electricity, and it’s in these capacitors it holds the information. Because dram has capacitors that require to be refreshed with electricity constantly, they do not hold a charge for very long. Because the capacitors have to be dynamically refreshed, that’s where they get the name from. This form of RAM technology is no longer being actively used due to the development of far efficient and faster RAM technology which we will discuss ahead.
ii) SDRAM or Synchronous DRAM
This is the RAM technology that is widely used in our electronics now. SDRAM also has capacitors similar to DRAM, however, the difference between SDRAM and DRAM is the speed, the older DRAM technology runs slower or operates asynchronously than the CPU, this makes the transfer speed to lag because the signals are not coordinated.
SDRAM runs in sync with the system clock, which is why it is faster than DRAM. All the signals are tied to the system clock for a better-controlled timing.
RAM is plugged into the motherboard in the form of user-removable modules that are called SIMMs (Single in-line memory modules) and DIMMs (dual in-line memory modules). It is called DIMMs because it has two independent rows of these pins one on each side whereas SIMMs only have one row of pins on one side. Each side of the module has either 168, 184, 240 or 288 pins.
The usage of SIMMs is now obsolete since the memory capacity of the RAM doubled with DIMMs.
These DIMMs come in different memory capacities, that range anywhere between 128 MB to 2 TB. DIMMs transfer 64 bits of Data at a time compared to SIMMs which transfer 32 bits of Data at a time.
SDRAM is also rated at different speeds, but before we delve into that, let us understand what data path is.
The speed of CPU is measured in clock cycles, so in one clock cycle, either 32 or 64 bits of data get transferred between the CPU and RAM, this transfer is known as data path.
So the higher the clock speed of a CPU the faster the computer will be.
Recommended: 15 Tips To Increase Your Computer Speed
Similarly, even SDRAM has a clock speed at which the read and write can take place. So the faster the RAM’s clock speed the faster the operations occur boosting the processor performance. This is measured in the number of cycles it can perform counted in megahertz. So, if RAM is rated at 1600 MHz, it performs 1.6 billion cycles per second.
So, we hope this helped you understand how RAM and different types of RAM technologies work.