RAMはランダムアクセスメモリの略で(RAM stands for Random Access Memory)、コンピュータの実行に必要な非常に重要な電子コンポーネントです。RAMは、 (RAM)CPUが現在の作業データを一時的に保存するために使用するストレージの形式です。スマートフォン、PC、タブレット、サーバーなど、あらゆる種類のコンピューティングデバイスに搭載されています。
情報またはデータはランダムにアクセスされるため、読み取りおよび書き込み時間は、データが順次保存または取得されるCD-ROMやハードディスク(Hard Disk)ドライブなどの他のストレージメディアと比較してはるかに高速であり、取得の結果としてプロセスがはるかに遅くなります。シーケンスの途中に保存された少量のデータでも、シーケンス全体を実行する必要があります。
RAMは動作するために電力を必要とするため、RAMに保存されている情報は、コンピューターの電源を切るとすぐに消去されます。したがって、(Hence)揮発性メモリ(Volatile Memory)または一時ストレージとも呼ばれます。
マザーボード(Motherboard)にはさまざまな数のメモリスロットを搭載できますが、平均的な消費者向けマザーボード(Motherboard)には2〜4個のメモリスロットがあります。
データ(Data)またはプログラムをコンピューターで実行するには、最初にRAMにロードする必要があります。
したがって、データまたはプログラムは最初にハードドライブに保存され、次にハードドライブから取得されてRAMにロードされます。ロードされると、CPUはデータにアクセスしたり、プログラムを実行したりできるようになります。
他のデータよりも頻繁にアクセスされる情報やデータはたくさんあります。メモリが少なすぎると、CPUが必要とするすべてのデータを保持できない可能性があります。これが発生すると、メモリ不足を補うために、余分なデータの一部がハードドライブに保存されます。
また読む:(Also Read:) Windowsレジストリとは何ですか?それはどのように機能しますか?(What is the Windows Registry & How it Works?)
したがって、 RAM(RAM)からCPUに直接データを送信する代わりに、アクセス速度が非常に遅いハードドライブからデータを取得する必要があります。このプロセスにより、コンピューターの速度が大幅に低下します。これは、コンピューターが使用できるRAMの量を増やすことで簡単に対処できます。
2つの異なるタイプのRAM
i)DRAMまたはダイナミックRAM( DRAM or Dynamic RAM)
ドラム(Dram)は、電気を蓄える小さなバケツのようなコンデンサを含むメモリであり、これらのコンデンサに情報を保持します。ドラムにはコンデンサがあり、常に電気でリフレッシュする必要があるため、充電を長時間保持することはありません。コンデンサは動的にリフレッシュする必要があるため、そこから名前が付けられます。この形式のRAMテクノロジは、これから説明するはるかに効率的で高速な(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)は片側に1列のピンしかないのに対し、 DIMM(DIMMs)と呼ばれるのは、これらのピンの2つの独立した列が両側に1つずつあるためです。モジュールの両側には、168、184、240、または288ピンがあります。
RAMのメモリ容量が(RAM)DIMM(DIMMs)で2倍になったため、 SIMM(SIMMs)の使用は廃止されました。
これらのDIMM(DIMMs)には、128MBから2TBの範囲のさまざまなメモリ容量があります。DIMM(DIMMs)は一度に64ビットのデータを転送しますが、 (Data)SIMM(SIMMs)は一度に32ビットのデータ(Data)を転送します。
SDRAMもさまざまな速度で評価されていますが、それを掘り下げる前に、データパスとは何かを理解しましょう。
CPUの速度はクロックサイクルで測定されるため、1クロックサイクルで32ビットまたは64ビットのデータがCPUとRAMの間で転送され、この転送はデータパスと呼ばれます。
したがって、 CPU(CPU)のクロック速度が高いほど、コンピューターは高速になります。
推奨:(Recommended:) コンピューターの速度を上げるための15のヒント(15 Tips To Increase Your Computer Speed)
同様に、SDRAMでさえ、読み取りと書き込みを実行できるクロック速度を備えています。したがって、RAMのクロック速度が速いほど、動作が速くなり、プロセッサのパフォーマンスが向上します。これは、メガヘルツでカウントして実行できるサイクル数で測定されます。したがって、RAMの定格が1600 MHzの場合、1秒あたり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.