<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic What is RAM? in Tech Talk</title>
    <link>https://r2.community.samsung.com/t5/Tech-Talk/What-is-RAM/m-p/4129300#M58211</link>
    <description>&lt;H1 class="main-article-title" style="font-size: 20px; letter-spacing: -0.02em; margin-top: 0px; margin-bottom: 10px; color: rgb(50, 50, 50); font-family: Arial, sans-serif;"&gt;RAM (Random Access Memory)&lt;/H1&gt;&lt;H2 class="main-article-subtitle" style="font-size: 13px; margin: 10px 0px 20px; color: rgb(50, 50, 50); font-family: Arial, sans-serif;"&gt;RAM (Random Access Memory) is the hardware in a computing device where the operating system (OS), application programs and data in current use are kept so they can be quickly reached by the device's processor.&lt;/H2&gt;&lt;DIV&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;RAM (Random Access Memory) is the hardware in a computing device where the operating system (&lt;A href="https://whatis.techtarget.com/definition/operating-system-OS" target="_top" style="color: rgb(0, 179, 172);"&gt;OS&lt;/A&gt;), application programs and data in current use are kept so they can be quickly reached by the device's&amp;nbsp;&lt;A href="https://whatis.techtarget.com/definition/processor" target="_top" style="color: rgb(0, 179, 172);"&gt;processor&lt;/A&gt;. RAM is the main memory in a computer, and it is much faster to read from and write to than other kinds of storage, such as a hard disk drive (&lt;A href="https://searchstorage.techtarget.com/definition/hard-disk-drive" target="_top" style="color: rgb(0, 179, 172);"&gt;HDD&lt;/A&gt;), solid-state drive (&lt;A href="https://searchstorage.techtarget.com/definition/SSD-solid-state-drive" target="_top" style="color: rgb(0, 179, 172);"&gt;SSD&lt;/A&gt;) or optical drive.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Random Access Memory is volatile. That means data is retained in RAM as long as the computer is on, but it is lost when the computer is turned off. When the computer is rebooted, the OS and other files are reloaded into RAM, usually from an HDD or SSD.&lt;/P&gt;&lt;H3 style="color: rgb(50, 50, 50); font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Function of RAM&lt;/H3&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Because of its volatility, RAM can't store permanent data. RAM can be compared to a person's short-term memory, and a hard disk drive to a person's long-term memory. Short-term memory is focused on immediate work, but it can only keep a limited number of facts in view at any one time. When a person's short-term memory fills up, it can be refreshed with facts stored in the brain's long-term memory.&lt;/P&gt;&lt;SPAN style="color: rgb(102, 102, 102); font-family: Arial, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);"&gt;A computer also works this way. If RAM fills up, the computer's processor must repeatedly go to the hard disk to overlay the old data in RAM with new data. This process slows the computer's operation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://r2.community.samsung.com/t5/image/serverpage/image-id/862075i7E6D3462980F75C7/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;FIGCAPTION data-before="Image description" class="badge" tabindex="0"&gt;RAM modules&lt;/FIGCAPTION&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;A computer's hard disk can become completely full of data and unable to take any more, but RAM won't run out of memory. However, the combination of RAM and storage memory can be completely used up.&lt;/P&gt;&lt;H3 style="color: rgb(50, 50, 50); font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;How does RAM work?&lt;/H3&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;The term&amp;nbsp;&lt;EM&gt;random access&amp;nbsp;&lt;/EM&gt;as applied to RAM comes from the fact that any storage location, also known as any memory address, can be accessed directly. Originally, the term&amp;nbsp;&lt;EM&gt;Random Access Memory&amp;nbsp;&lt;/EM&gt;was used to distinguish regular core memory from offline memory.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Offline memory typically referred to&amp;nbsp;&lt;A href="https://searchdatabackup.techtarget.com/definition/magnetic-tape" target="_top" style="color: rgb(0, 179, 172);"&gt;magnetic tape&amp;nbsp;&lt;/A&gt;from which a specific piece of data could only be accessed by locating the address sequentially, starting at the beginning of the tape. RAM is organized and controlled in a way that enables data to be stored and retrieved directly to and from specific locations.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Other types of storage -- such as the hard drive and&amp;nbsp;&lt;A href="https://whatis.techtarget.com/definition/CD-ROM" target="_top" style="color: rgb(0, 179, 172);"&gt;CD-ROM&lt;/A&gt;-- are also accessed directly or randomly, but the term&amp;nbsp;&lt;EM&gt;random access&amp;nbsp;&lt;/EM&gt;isn't used to describe these other types of storage.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;RAM is similar in concept to a set of boxes in which each box can hold a 0 or a 1. Each box has a unique address that is found by counting across the columns and down the rows. A set of RAM boxes is called an&amp;nbsp;&lt;A href="https://searchstorage.techtarget.com/definition/array" target="_top" style="color: rgb(0, 179, 172);"&gt;array&lt;/A&gt;, and each box is known as a cell.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;To find a specific cell, the RAM controller sends the column and row address down a thin electrical line etched into the chip. Each row and column in a RAM array has its own address line. Any data that's read flows back on a separate data line.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;RAM is physically small and stored in&amp;nbsp;&lt;A href="https://whatis.techtarget.com/definition/microchip" target="_top" style="color: rgb(0, 179, 172);"&gt;microchips&lt;/A&gt;. It's also small in terms of the amount of data it can hold. A typical laptop computer may come with 8 gigabytes of RAM, while a hard disk can hold 10 terabytes.&lt;/P&gt;&lt;A href="https://youtu.be/JvkhG-p7KkI" target="_blank"&gt;https://youtu.be/JvkhG-p7KkI&lt;/A&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;I style="color: rgb(50, 50, 50); font-family: Arial, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);"&gt;In this video, Logical Increments&lt;BR /&gt;describes how RAM works.&lt;/I&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;I style="color: rgb(50, 50, 50); font-family: Arial, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);"&gt;&lt;BR /&gt;&lt;/I&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;RAM microchips are gathered together into memory&amp;nbsp;&lt;A href="https://whatis.techtarget.com/definition/module" target="_top" style="color: rgb(0, 179, 172);"&gt;modules&lt;/A&gt;, which plug into slots in a computer's&amp;nbsp;&lt;A href="https://whatis.techtarget.com/definition/motherboard" target="_top" style="color: rgb(0, 179, 172);"&gt;motherboard&lt;/A&gt;. A&amp;nbsp;&lt;A href="https://searchstorage.techtarget.com/definition/bus" target="_top" style="color: rgb(0, 179, 172);"&gt;bus&lt;/A&gt;, or a set of electrical paths, is used to connect the motherboard slots to the processor.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;A hard drive, on the other hand, stores data on the magnetized surface of what looks like a vinyl record. And, alternatively, an SSD stores data in memory chips that, unlike RAM, are nonvolatile, don't depend on having constant power and won't lose data once the power is turned off.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Most PCs enable users to add RAM modules up to a certain limit. Having more RAM in a computer cuts down on the number of times the processor must read data from the hard disk, an operation that takes longer than reading data from RAM. RAM access time is in&amp;nbsp;&lt;A href="https://whatis.techtarget.com/definition/nanosecond-ns-or-nsec" target="_top" style="color: rgb(0, 179, 172);"&gt;nanoseconds&lt;/A&gt;, while storage memory access time is in&amp;nbsp;&lt;A href="https://whatis.techtarget.com/definition/millisecond" target="_top" style="color: rgb(0, 179, 172);"&gt;milliseconds&lt;/A&gt;.&lt;/P&gt;&lt;H3 style="color: rgb(50, 50, 50); font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;How much RAM do you need?&lt;/H3&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;The amount of RAM needed all depends on what the user is doing. When video editing, for example, it's recommended that a system have at least 16&amp;nbsp;&lt;A href="https://searchstorage.techtarget.com/definition/gigabyte" target="_top" style="color: rgb(0, 179, 172);"&gt;GB&lt;/A&gt;&amp;nbsp;RAM, though more is desirable. For photo editing using Photoshop, Adobe recommends a system have at least 3GB of&amp;nbsp;RAM&amp;nbsp;to run&amp;nbsp;Photoshop&amp;nbsp;CC on a Mac. However, if the user is working with other applications at the same time, even 8GB of RAM can slow things down.&lt;/P&gt;&lt;H3 style="color: rgb(50, 50, 50); font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Types of RAM&lt;/H3&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;RAM comes in two primary forms:&lt;/P&gt;&lt;UL class="default-list" style="margin: 0px 0px 20px 25px; padding: 0px; color: rgb(50, 50, 50); font-family: Arial, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);"&gt;&lt;LI style="color: rgb(102, 102, 102); margin: 10px 0px;"&gt;&lt;STRONG&gt;Dynamic Random Access Memory (&lt;/STRONG&gt;&lt;A href="https://searchstorage.techtarget.com/definition/DRAM" target="_top" style="text-decoration-line: none; color: rgb(0, 179, 172);"&gt;&lt;STRONG&gt;DRAM&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&amp;nbsp;makes up the typical computing device's RAM and, as was previously noted, it needs that power to be on to retain stored data.&lt;/LI&gt;&lt;/UL&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255); padding-left: 30px;"&gt;Each DRAM cell has a charge or lack of charge held in an electrical capacitor. This data must be constantly refreshed with an electronic charge every few milliseconds to compensate for leaks from the capacitator. A transistor serves as a gate, determining whether a capacitor's value can be read or written.&lt;/P&gt;&lt;UL class="default-list" style="margin: 0px 0px 20px 25px; padding: 0px; color: rgb(50, 50, 50); font-family: Arial, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);"&gt;&lt;LI style="color: rgb(102, 102, 102); margin: 10px 0px;"&gt;&lt;STRONG&gt;Static Random Access Memory (&lt;/STRONG&gt;&lt;A href="https://whatis.techtarget.com/definition/SRAM-static-random-access-memory" target="_top" style="text-decoration-line: none; color: rgb(0, 179, 172);"&gt;&lt;STRONG&gt;SRAM&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&amp;nbsp;also needs constant power to hold on to data, but it doesn't need to be continually refreshed the way DRAM does.&lt;/LI&gt;&lt;/UL&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255); padding-left: 30px;"&gt;In SRAM, instead of a capacitor holding the charge, the transistor acts as a switch, with one position serving as 1 and the other position as 0. Static RAM requires several transistors to retain one bit of data compared to dynamic RAM which needs only one transistor per bit. As a result, SRAM chips are much larger and more expensive than an equivalent amount of DRAM.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;However, SRAM is significantly faster and uses less power than DRAM. The price and speed differences mean static RAM is mainly used in small amounts as&amp;nbsp;&lt;A href="https://searchstorage.techtarget.com/definition/cache-memory" target="_top" style="color: rgb(0, 179, 172);"&gt;cache memory&lt;/A&gt;&amp;nbsp;inside a computer's processor.&lt;/P&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://r2.community.samsung.com/t5/image/serverpage/image-id/862072iE8564E8D2EAFC579/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;H3 style="color: rgb(50, 50, 50); font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;History of RAM: RAM vs. SDRAM&lt;/H3&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;RAM was originally&amp;nbsp;&lt;A href="https://searchnetworking.techtarget.com/definition/asynchronous" target="_top" style="color: rgb(0, 179, 172);"&gt;asynchronous&lt;/A&gt;&amp;nbsp;because the RAM microchips had a different&amp;nbsp;&lt;A href="https://whatis.techtarget.com/definition/clock-speed" target="_top" style="color: rgb(0, 179, 172);"&gt;clock speed&lt;/A&gt;&amp;nbsp;than the computer's processor. This was a problem as processors became more powerful and RAM couldn't keep up with the processor's requests for data.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;In the early 1990s, clock speeds were synchronized with the introduction of synchronous dynamic RAM, or&amp;nbsp;&lt;A href="https://whatis.techtarget.com/definition/SDRAM-synchronous-DRAM" target="_top" style="color: rgb(0, 179, 172);"&gt;SDRAM&lt;/A&gt;. By synchronizing a computer's memory with the inputs from the processor, computers were able to execute tasks faster.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;However, the original single data rate SDRAM (SDR SDRAM) reached its limit quickly. Around the year 2000, double data rate synchronous Random Access Memory (DDR SRAM) was developed. This moved data twice in a single clock cycle, at the start and the end.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;DDR SDRAM has evolved three times, with DDR2, DDR3 and DDR4, and each iteration has brought improved data throughput speeds and reduced power use. However, each DDR version has been incompatible with earlier ones because, with each iteration, data is handled in larger batches.&lt;/P&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://r2.community.samsung.com/t5/image/serverpage/image-id/862074iEB73DC701FFE7851/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;FIGCAPTION data-before="Image description" class="badge" tabindex="0"&gt;Images of the various DDR formats&lt;/FIGCAPTION&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;H3 style="color: rgb(50, 50, 50); font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;GDDR SDRAM&lt;/H3&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Graphics double data rate (GDDR) SDRAM is used in graphics and video cards. Like DDR SDRAM, the technology enables data to be moved at various points in a CPU clock cycle. However, it runs at higher voltages and has less strict timing than DDR SDRAM.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;With parallel tasks, such as 2D and 3D video&amp;nbsp;&lt;A href="https://whatis.techtarget.com/definition/rendering" target="_top" style="color: rgb(0, 179, 172);"&gt;rendering&lt;/A&gt;, tight access times aren't as necessary, and GDDR can enable the higher speeds and memory bandwidth needed for GPU performance.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Similar to DDR, GDDR has gone through several generations of development, with each providing more performance and lower power consumption. GDDR6 is the latest generation of graphics memory.&lt;/P&gt;&lt;H3 style="color: rgb(50, 50, 50); font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;RAM vs. virtual memory&lt;/H3&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;A computer can run short on memory, especially when running multiple programs simultaneously. Operating systems can compensate for physical memory shortfalls by creating&amp;nbsp;&lt;A href="https://searchstorage.techtarget.com/definition/virtual-memory" target="_top" style="color: rgb(0, 179, 172);"&gt;virtual memory&lt;/A&gt;.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;With virtual memory, data is temporarily transferred from RAM to disk storage, and virtual address space is increased using active memory in RAM and inactive memory in an HDD to form contiguous addresses that hold an application and its data. Using virtual memory, a system can load larger programs or multiple programs running at the same time, letting each operate as if it has infinite memory without having to add more RAM.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Virtual memory is able to handle twice as many addresses as RAM. A program's instructions and data are initially stored at&amp;nbsp;&lt;A href="https://whatis.techtarget.com/definition/virtual-address" target="_top" style="color: rgb(0, 179, 172);"&gt;virtual addresses&lt;/A&gt;, and once the program is executed, those addresses are turned into actual memory addresses.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;One downside to virtual memory is that it can slow a computer because data must be mapped between the virtual and physical memory. With physical memory alone, programs work directly from RAM.&lt;/P&gt;&lt;H3 style="color: rgb(50, 50, 50); font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;RAM vs. flash memory&lt;/H3&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;A href="https://searchstorage.techtarget.com/definition/flash-memory" target="_top" style="color: rgb(0, 179, 172);"&gt;Flash memory&lt;/A&gt;&amp;nbsp;and RAM are both comprised of solid-state chips, but they play different roles in computer systems because of differences in the way they're made, their performance specifications and cost. Flash memory is used for storage memory, while RAM is used as active memory that performs calculations on the data retrieved from storage.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;One significant difference between RAM and flash memory is that data must be erased from&amp;nbsp;&lt;A href="https://searchstorage.techtarget.com/definition/NAND-flash-memory" target="_top" style="color: rgb(0, 179, 172);"&gt;NAND flash memory&lt;/A&gt;&amp;nbsp;in entire blocks, making it slower than RAM, where data can be erased in individual bits.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;However, NAND flash memory is less expensive than RAM, and it's also nonvolatile; unlike RAM, it can hold data even when the power is off. Because of its slower speed, nonvolatility and lower cost, flash is often used for storage memory in SSDs.&lt;/P&gt;&lt;H3 style="color: rgb(50, 50, 50); font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;RAM vs. ROM&lt;/H3&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Read-only memory, or&amp;nbsp;&lt;A href="https://whatis.techtarget.com/definition/read-only-memory-ROM" target="_top" style="color: rgb(0, 179, 172);"&gt;ROM&lt;/A&gt;, is computer memory containing data that can only be read, not written to. ROM contains boot-up programming that is used each time a computer is turned on. It generally can't be altered or reprogrammed.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;The data in ROM is nonvolatile and isn't lost when the computer power is turned off. As a result, read-only memory is used for permanent data storage. Random Access Memory, on the other hand, can only hold data temporarily. ROM is generally several megabytes of storage, while RAM is several gigabytes.&lt;/P&gt;&lt;H3 style="color: rgb(50, 50, 50); font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Trends and future directions&lt;/H3&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Resistive Random Access Memory (RRAM or&amp;nbsp;&lt;A href="https://searchstorage.techtarget.com/definition/RRAM-or-ReRAM-resistive-RAM" target="_top" style="color: rgb(0, 179, 172);"&gt;ReRAM&lt;/A&gt;) is nonvolatile storage that can alter the resistance of the solid dielectric material it's composed of. ReRAM devices contain a memristor in which the resistance varies when different voltages are applied.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;ReRAM creates oxygen vacancies, which are physical defects in a layer of oxide material. These vacancies represent two values in a binary system, similar to a semiconductor's electrons and holes.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;ReRAM has a higher switching speed compared to other nonvolatile storage technologies, such as NAND flash. It also holds the promise of high storage density and less power consumption than NAND flash, making ReRAM a good option for memory in sensors used for industrial, automotive and internet of things applications.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Vendors have struggled for years to develop ReRAM technology and get chips into production. A few vendors are currently shipping them.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;3D XPoint technology, such as Intel's Optane, could eventually fill the gap between dynamic RAM and NAND flash memory. 3D XPoint has a transistor-less, cross-point architecture in which selectors and memory cells are at the intersection of perpendicular wires. 3D XPoint isn't as fast as DRAM, but it is nonvolatile memory.&lt;/P&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://r2.community.samsung.com/t5/image/serverpage/image-id/862073i10DE16190A8ABE72/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;FIGCAPTION data-before="Image description" class="badge" tabindex="0"&gt;Intel's 3D XPoint-based Optane SSD&lt;/FIGCAPTION&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;In terms of performance and price, 3D XPoint technology is between fast, but costly DRAM and slower, less expensive NAND flash. As the technology develops, it may blur the distinction between RAM and storage.&lt;/P&gt;&lt;H3 style="color: rgb(50, 50, 50); font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;5G and the RAM market&lt;/H3&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;In February 2019, the&amp;nbsp;&lt;A href="https://searchstorage.techtarget.com/definition/JEDEC" target="_top" style="color: rgb(0, 179, 172);"&gt;JEDEC&lt;/A&gt;&amp;nbsp;Solid State Technology Association&amp;nbsp;published the&amp;nbsp;JESD209-5, Low Power Double Data Rate 5 (LPDDR5). LPDDR5 will eventually operate at an&amp;nbsp;&lt;A href="https://whatis.techtarget.com/definition/input-output-I-O" target="_top" style="color: rgb(0, 179, 172);"&gt;I/O&lt;/A&gt;&amp;nbsp;rate of 6400 MT/s, 50 percent higher than that of the first version of LPDDR4, which will significantly boost memory speed and efficiency for a variety of applications including mobile computing devices such as smartphones, tablets and ultra-thin notebooks.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;LPDDR5 was published with a data rate of 6400 MT/s, compared to 3200 MT/s for LPDDR4 at its publication in 2014.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;In July 2019, Samsung Electronics began mass producing the industry’s first 12-gigabit LPDDR5 mobile DRAM, which it said has been optimized for enabling&amp;nbsp;&lt;A href="https://searchnetworking.techtarget.com/definition/5G" target="_top" style="color: rgb(0, 179, 172);"&gt;5G&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://searchenterpriseai.techtarget.com/definition/AI-Artificial-Intelligence" target="_top" style="color: rgb(0, 179, 172);"&gt;AI&lt;/A&gt;&amp;nbsp;features in future smartphones.&lt;/P&gt;&lt;H3 style="color: rgb(50, 50, 50); font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Cost of RAM&lt;/H3&gt;&lt;P style="color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;SPAN style="font-size: 15px;"&gt;By the summer of 2019, DRAM prices remained depressed from earlier levels -- but volatile, nonetheless. A number of variables contributed to the volatility, including a supply glut, market tensions between South Korea and Japan (home to the world's two largest memory chip makers, Samsung and SK Hynix), the introduction of the next-generation mobile chip, the LPDDR5 and the increased adoption of 5G&amp;nbsp;technology. Also influencing prices was an anticipated increase in demand for consumer electronics in the Internet of Things (&lt;A href="https://internetofthingsagenda.techtarget.com/definition/thing-in-the-Internet-of-Things" target="_top" style="color: rgb(0, 179, 172);"&gt;IoT&lt;/A&gt;), such as automobiles and&amp;nbsp;&lt;A href="https://internetofthingsagenda.techtarget.com/definition/wearable-computer" target="_top" style="color: rgb(0, 179, 172);"&gt;wearable devices&lt;/A&gt;, which use the chips.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;FONT size="4"&gt;&lt;B&gt;#GalaxyTechfluencer&amp;nbsp;&lt;/B&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 23 Apr 2020 09:49:39 GMT</pubDate>
    <dc:creator>KomalJain</dc:creator>
    <dc:date>2020-04-23T09:49:39Z</dc:date>
    <item>
      <title>What is RAM?</title>
      <link>https://r2.community.samsung.com/t5/Tech-Talk/What-is-RAM/m-p/4129300#M58211</link>
      <description>&lt;H1 class="main-article-title" style="font-size: 20px; letter-spacing: -0.02em; margin-top: 0px; margin-bottom: 10px; color: rgb(50, 50, 50); font-family: Arial, sans-serif;"&gt;RAM (Random Access Memory)&lt;/H1&gt;&lt;H2 class="main-article-subtitle" style="font-size: 13px; margin: 10px 0px 20px; color: rgb(50, 50, 50); font-family: Arial, sans-serif;"&gt;RAM (Random Access Memory) is the hardware in a computing device where the operating system (OS), application programs and data in current use are kept so they can be quickly reached by the device's processor.&lt;/H2&gt;&lt;DIV&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;RAM (Random Access Memory) is the hardware in a computing device where the operating system (&lt;A href="https://whatis.techtarget.com/definition/operating-system-OS" target="_top" style="color: rgb(0, 179, 172);"&gt;OS&lt;/A&gt;), application programs and data in current use are kept so they can be quickly reached by the device's&amp;nbsp;&lt;A href="https://whatis.techtarget.com/definition/processor" target="_top" style="color: rgb(0, 179, 172);"&gt;processor&lt;/A&gt;. RAM is the main memory in a computer, and it is much faster to read from and write to than other kinds of storage, such as a hard disk drive (&lt;A href="https://searchstorage.techtarget.com/definition/hard-disk-drive" target="_top" style="color: rgb(0, 179, 172);"&gt;HDD&lt;/A&gt;), solid-state drive (&lt;A href="https://searchstorage.techtarget.com/definition/SSD-solid-state-drive" target="_top" style="color: rgb(0, 179, 172);"&gt;SSD&lt;/A&gt;) or optical drive.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Random Access Memory is volatile. That means data is retained in RAM as long as the computer is on, but it is lost when the computer is turned off. When the computer is rebooted, the OS and other files are reloaded into RAM, usually from an HDD or SSD.&lt;/P&gt;&lt;H3 style="color: rgb(50, 50, 50); font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Function of RAM&lt;/H3&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Because of its volatility, RAM can't store permanent data. RAM can be compared to a person's short-term memory, and a hard disk drive to a person's long-term memory. Short-term memory is focused on immediate work, but it can only keep a limited number of facts in view at any one time. When a person's short-term memory fills up, it can be refreshed with facts stored in the brain's long-term memory.&lt;/P&gt;&lt;SPAN style="color: rgb(102, 102, 102); font-family: Arial, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);"&gt;A computer also works this way. If RAM fills up, the computer's processor must repeatedly go to the hard disk to overlay the old data in RAM with new data. This process slows the computer's operation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://r2.community.samsung.com/t5/image/serverpage/image-id/862075i7E6D3462980F75C7/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;FIGCAPTION data-before="Image description" class="badge" tabindex="0"&gt;RAM modules&lt;/FIGCAPTION&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;A computer's hard disk can become completely full of data and unable to take any more, but RAM won't run out of memory. However, the combination of RAM and storage memory can be completely used up.&lt;/P&gt;&lt;H3 style="color: rgb(50, 50, 50); font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;How does RAM work?&lt;/H3&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;The term&amp;nbsp;&lt;EM&gt;random access&amp;nbsp;&lt;/EM&gt;as applied to RAM comes from the fact that any storage location, also known as any memory address, can be accessed directly. Originally, the term&amp;nbsp;&lt;EM&gt;Random Access Memory&amp;nbsp;&lt;/EM&gt;was used to distinguish regular core memory from offline memory.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Offline memory typically referred to&amp;nbsp;&lt;A href="https://searchdatabackup.techtarget.com/definition/magnetic-tape" target="_top" style="color: rgb(0, 179, 172);"&gt;magnetic tape&amp;nbsp;&lt;/A&gt;from which a specific piece of data could only be accessed by locating the address sequentially, starting at the beginning of the tape. RAM is organized and controlled in a way that enables data to be stored and retrieved directly to and from specific locations.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Other types of storage -- such as the hard drive and&amp;nbsp;&lt;A href="https://whatis.techtarget.com/definition/CD-ROM" target="_top" style="color: rgb(0, 179, 172);"&gt;CD-ROM&lt;/A&gt;-- are also accessed directly or randomly, but the term&amp;nbsp;&lt;EM&gt;random access&amp;nbsp;&lt;/EM&gt;isn't used to describe these other types of storage.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;RAM is similar in concept to a set of boxes in which each box can hold a 0 or a 1. Each box has a unique address that is found by counting across the columns and down the rows. A set of RAM boxes is called an&amp;nbsp;&lt;A href="https://searchstorage.techtarget.com/definition/array" target="_top" style="color: rgb(0, 179, 172);"&gt;array&lt;/A&gt;, and each box is known as a cell.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;To find a specific cell, the RAM controller sends the column and row address down a thin electrical line etched into the chip. Each row and column in a RAM array has its own address line. Any data that's read flows back on a separate data line.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;RAM is physically small and stored in&amp;nbsp;&lt;A href="https://whatis.techtarget.com/definition/microchip" target="_top" style="color: rgb(0, 179, 172);"&gt;microchips&lt;/A&gt;. It's also small in terms of the amount of data it can hold. A typical laptop computer may come with 8 gigabytes of RAM, while a hard disk can hold 10 terabytes.&lt;/P&gt;&lt;A href="https://youtu.be/JvkhG-p7KkI" target="_blank"&gt;https://youtu.be/JvkhG-p7KkI&lt;/A&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;I style="color: rgb(50, 50, 50); font-family: Arial, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);"&gt;In this video, Logical Increments&lt;BR /&gt;describes how RAM works.&lt;/I&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;I style="color: rgb(50, 50, 50); font-family: Arial, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);"&gt;&lt;BR /&gt;&lt;/I&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;RAM microchips are gathered together into memory&amp;nbsp;&lt;A href="https://whatis.techtarget.com/definition/module" target="_top" style="color: rgb(0, 179, 172);"&gt;modules&lt;/A&gt;, which plug into slots in a computer's&amp;nbsp;&lt;A href="https://whatis.techtarget.com/definition/motherboard" target="_top" style="color: rgb(0, 179, 172);"&gt;motherboard&lt;/A&gt;. A&amp;nbsp;&lt;A href="https://searchstorage.techtarget.com/definition/bus" target="_top" style="color: rgb(0, 179, 172);"&gt;bus&lt;/A&gt;, or a set of electrical paths, is used to connect the motherboard slots to the processor.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;A hard drive, on the other hand, stores data on the magnetized surface of what looks like a vinyl record. And, alternatively, an SSD stores data in memory chips that, unlike RAM, are nonvolatile, don't depend on having constant power and won't lose data once the power is turned off.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Most PCs enable users to add RAM modules up to a certain limit. Having more RAM in a computer cuts down on the number of times the processor must read data from the hard disk, an operation that takes longer than reading data from RAM. RAM access time is in&amp;nbsp;&lt;A href="https://whatis.techtarget.com/definition/nanosecond-ns-or-nsec" target="_top" style="color: rgb(0, 179, 172);"&gt;nanoseconds&lt;/A&gt;, while storage memory access time is in&amp;nbsp;&lt;A href="https://whatis.techtarget.com/definition/millisecond" target="_top" style="color: rgb(0, 179, 172);"&gt;milliseconds&lt;/A&gt;.&lt;/P&gt;&lt;H3 style="color: rgb(50, 50, 50); font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;How much RAM do you need?&lt;/H3&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;The amount of RAM needed all depends on what the user is doing. When video editing, for example, it's recommended that a system have at least 16&amp;nbsp;&lt;A href="https://searchstorage.techtarget.com/definition/gigabyte" target="_top" style="color: rgb(0, 179, 172);"&gt;GB&lt;/A&gt;&amp;nbsp;RAM, though more is desirable. For photo editing using Photoshop, Adobe recommends a system have at least 3GB of&amp;nbsp;RAM&amp;nbsp;to run&amp;nbsp;Photoshop&amp;nbsp;CC on a Mac. However, if the user is working with other applications at the same time, even 8GB of RAM can slow things down.&lt;/P&gt;&lt;H3 style="color: rgb(50, 50, 50); font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Types of RAM&lt;/H3&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;RAM comes in two primary forms:&lt;/P&gt;&lt;UL class="default-list" style="margin: 0px 0px 20px 25px; padding: 0px; color: rgb(50, 50, 50); font-family: Arial, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);"&gt;&lt;LI style="color: rgb(102, 102, 102); margin: 10px 0px;"&gt;&lt;STRONG&gt;Dynamic Random Access Memory (&lt;/STRONG&gt;&lt;A href="https://searchstorage.techtarget.com/definition/DRAM" target="_top" style="text-decoration-line: none; color: rgb(0, 179, 172);"&gt;&lt;STRONG&gt;DRAM&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&amp;nbsp;makes up the typical computing device's RAM and, as was previously noted, it needs that power to be on to retain stored data.&lt;/LI&gt;&lt;/UL&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255); padding-left: 30px;"&gt;Each DRAM cell has a charge or lack of charge held in an electrical capacitor. This data must be constantly refreshed with an electronic charge every few milliseconds to compensate for leaks from the capacitator. A transistor serves as a gate, determining whether a capacitor's value can be read or written.&lt;/P&gt;&lt;UL class="default-list" style="margin: 0px 0px 20px 25px; padding: 0px; color: rgb(50, 50, 50); font-family: Arial, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);"&gt;&lt;LI style="color: rgb(102, 102, 102); margin: 10px 0px;"&gt;&lt;STRONG&gt;Static Random Access Memory (&lt;/STRONG&gt;&lt;A href="https://whatis.techtarget.com/definition/SRAM-static-random-access-memory" target="_top" style="text-decoration-line: none; color: rgb(0, 179, 172);"&gt;&lt;STRONG&gt;SRAM&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&amp;nbsp;also needs constant power to hold on to data, but it doesn't need to be continually refreshed the way DRAM does.&lt;/LI&gt;&lt;/UL&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255); padding-left: 30px;"&gt;In SRAM, instead of a capacitor holding the charge, the transistor acts as a switch, with one position serving as 1 and the other position as 0. Static RAM requires several transistors to retain one bit of data compared to dynamic RAM which needs only one transistor per bit. As a result, SRAM chips are much larger and more expensive than an equivalent amount of DRAM.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;However, SRAM is significantly faster and uses less power than DRAM. The price and speed differences mean static RAM is mainly used in small amounts as&amp;nbsp;&lt;A href="https://searchstorage.techtarget.com/definition/cache-memory" target="_top" style="color: rgb(0, 179, 172);"&gt;cache memory&lt;/A&gt;&amp;nbsp;inside a computer's processor.&lt;/P&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://r2.community.samsung.com/t5/image/serverpage/image-id/862072iE8564E8D2EAFC579/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;H3 style="color: rgb(50, 50, 50); font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;History of RAM: RAM vs. SDRAM&lt;/H3&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;RAM was originally&amp;nbsp;&lt;A href="https://searchnetworking.techtarget.com/definition/asynchronous" target="_top" style="color: rgb(0, 179, 172);"&gt;asynchronous&lt;/A&gt;&amp;nbsp;because the RAM microchips had a different&amp;nbsp;&lt;A href="https://whatis.techtarget.com/definition/clock-speed" target="_top" style="color: rgb(0, 179, 172);"&gt;clock speed&lt;/A&gt;&amp;nbsp;than the computer's processor. This was a problem as processors became more powerful and RAM couldn't keep up with the processor's requests for data.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;In the early 1990s, clock speeds were synchronized with the introduction of synchronous dynamic RAM, or&amp;nbsp;&lt;A href="https://whatis.techtarget.com/definition/SDRAM-synchronous-DRAM" target="_top" style="color: rgb(0, 179, 172);"&gt;SDRAM&lt;/A&gt;. By synchronizing a computer's memory with the inputs from the processor, computers were able to execute tasks faster.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;However, the original single data rate SDRAM (SDR SDRAM) reached its limit quickly. Around the year 2000, double data rate synchronous Random Access Memory (DDR SRAM) was developed. This moved data twice in a single clock cycle, at the start and the end.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;DDR SDRAM has evolved three times, with DDR2, DDR3 and DDR4, and each iteration has brought improved data throughput speeds and reduced power use. However, each DDR version has been incompatible with earlier ones because, with each iteration, data is handled in larger batches.&lt;/P&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://r2.community.samsung.com/t5/image/serverpage/image-id/862074iEB73DC701FFE7851/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;FIGCAPTION data-before="Image description" class="badge" tabindex="0"&gt;Images of the various DDR formats&lt;/FIGCAPTION&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;H3 style="color: rgb(50, 50, 50); font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;GDDR SDRAM&lt;/H3&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Graphics double data rate (GDDR) SDRAM is used in graphics and video cards. Like DDR SDRAM, the technology enables data to be moved at various points in a CPU clock cycle. However, it runs at higher voltages and has less strict timing than DDR SDRAM.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;With parallel tasks, such as 2D and 3D video&amp;nbsp;&lt;A href="https://whatis.techtarget.com/definition/rendering" target="_top" style="color: rgb(0, 179, 172);"&gt;rendering&lt;/A&gt;, tight access times aren't as necessary, and GDDR can enable the higher speeds and memory bandwidth needed for GPU performance.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Similar to DDR, GDDR has gone through several generations of development, with each providing more performance and lower power consumption. GDDR6 is the latest generation of graphics memory.&lt;/P&gt;&lt;H3 style="color: rgb(50, 50, 50); font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;RAM vs. virtual memory&lt;/H3&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;A computer can run short on memory, especially when running multiple programs simultaneously. Operating systems can compensate for physical memory shortfalls by creating&amp;nbsp;&lt;A href="https://searchstorage.techtarget.com/definition/virtual-memory" target="_top" style="color: rgb(0, 179, 172);"&gt;virtual memory&lt;/A&gt;.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;With virtual memory, data is temporarily transferred from RAM to disk storage, and virtual address space is increased using active memory in RAM and inactive memory in an HDD to form contiguous addresses that hold an application and its data. Using virtual memory, a system can load larger programs or multiple programs running at the same time, letting each operate as if it has infinite memory without having to add more RAM.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Virtual memory is able to handle twice as many addresses as RAM. A program's instructions and data are initially stored at&amp;nbsp;&lt;A href="https://whatis.techtarget.com/definition/virtual-address" target="_top" style="color: rgb(0, 179, 172);"&gt;virtual addresses&lt;/A&gt;, and once the program is executed, those addresses are turned into actual memory addresses.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;One downside to virtual memory is that it can slow a computer because data must be mapped between the virtual and physical memory. With physical memory alone, programs work directly from RAM.&lt;/P&gt;&lt;H3 style="color: rgb(50, 50, 50); font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;RAM vs. flash memory&lt;/H3&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;A href="https://searchstorage.techtarget.com/definition/flash-memory" target="_top" style="color: rgb(0, 179, 172);"&gt;Flash memory&lt;/A&gt;&amp;nbsp;and RAM are both comprised of solid-state chips, but they play different roles in computer systems because of differences in the way they're made, their performance specifications and cost. Flash memory is used for storage memory, while RAM is used as active memory that performs calculations on the data retrieved from storage.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;One significant difference between RAM and flash memory is that data must be erased from&amp;nbsp;&lt;A href="https://searchstorage.techtarget.com/definition/NAND-flash-memory" target="_top" style="color: rgb(0, 179, 172);"&gt;NAND flash memory&lt;/A&gt;&amp;nbsp;in entire blocks, making it slower than RAM, where data can be erased in individual bits.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;However, NAND flash memory is less expensive than RAM, and it's also nonvolatile; unlike RAM, it can hold data even when the power is off. Because of its slower speed, nonvolatility and lower cost, flash is often used for storage memory in SSDs.&lt;/P&gt;&lt;H3 style="color: rgb(50, 50, 50); font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;RAM vs. ROM&lt;/H3&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Read-only memory, or&amp;nbsp;&lt;A href="https://whatis.techtarget.com/definition/read-only-memory-ROM" target="_top" style="color: rgb(0, 179, 172);"&gt;ROM&lt;/A&gt;, is computer memory containing data that can only be read, not written to. ROM contains boot-up programming that is used each time a computer is turned on. It generally can't be altered or reprogrammed.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;The data in ROM is nonvolatile and isn't lost when the computer power is turned off. As a result, read-only memory is used for permanent data storage. Random Access Memory, on the other hand, can only hold data temporarily. ROM is generally several megabytes of storage, while RAM is several gigabytes.&lt;/P&gt;&lt;H3 style="color: rgb(50, 50, 50); font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Trends and future directions&lt;/H3&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Resistive Random Access Memory (RRAM or&amp;nbsp;&lt;A href="https://searchstorage.techtarget.com/definition/RRAM-or-ReRAM-resistive-RAM" target="_top" style="color: rgb(0, 179, 172);"&gt;ReRAM&lt;/A&gt;) is nonvolatile storage that can alter the resistance of the solid dielectric material it's composed of. ReRAM devices contain a memristor in which the resistance varies when different voltages are applied.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;ReRAM creates oxygen vacancies, which are physical defects in a layer of oxide material. These vacancies represent two values in a binary system, similar to a semiconductor's electrons and holes.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;ReRAM has a higher switching speed compared to other nonvolatile storage technologies, such as NAND flash. It also holds the promise of high storage density and less power consumption than NAND flash, making ReRAM a good option for memory in sensors used for industrial, automotive and internet of things applications.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Vendors have struggled for years to develop ReRAM technology and get chips into production. A few vendors are currently shipping them.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;3D XPoint technology, such as Intel's Optane, could eventually fill the gap between dynamic RAM and NAND flash memory. 3D XPoint has a transistor-less, cross-point architecture in which selectors and memory cells are at the intersection of perpendicular wires. 3D XPoint isn't as fast as DRAM, but it is nonvolatile memory.&lt;/P&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://r2.community.samsung.com/t5/image/serverpage/image-id/862073i10DE16190A8ABE72/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;FIGCAPTION data-before="Image description" class="badge" tabindex="0"&gt;Intel's 3D XPoint-based Optane SSD&lt;/FIGCAPTION&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;In terms of performance and price, 3D XPoint technology is between fast, but costly DRAM and slower, less expensive NAND flash. As the technology develops, it may blur the distinction between RAM and storage.&lt;/P&gt;&lt;H3 style="color: rgb(50, 50, 50); font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;5G and the RAM market&lt;/H3&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;In February 2019, the&amp;nbsp;&lt;A href="https://searchstorage.techtarget.com/definition/JEDEC" target="_top" style="color: rgb(0, 179, 172);"&gt;JEDEC&lt;/A&gt;&amp;nbsp;Solid State Technology Association&amp;nbsp;published the&amp;nbsp;JESD209-5, Low Power Double Data Rate 5 (LPDDR5). LPDDR5 will eventually operate at an&amp;nbsp;&lt;A href="https://whatis.techtarget.com/definition/input-output-I-O" target="_top" style="color: rgb(0, 179, 172);"&gt;I/O&lt;/A&gt;&amp;nbsp;rate of 6400 MT/s, 50 percent higher than that of the first version of LPDDR4, which will significantly boost memory speed and efficiency for a variety of applications including mobile computing devices such as smartphones, tablets and ultra-thin notebooks.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;LPDDR5 was published with a data rate of 6400 MT/s, compared to 3200 MT/s for LPDDR4 at its publication in 2014.&lt;/P&gt;&lt;P style="font-size: 15px; color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;In July 2019, Samsung Electronics began mass producing the industry’s first 12-gigabit LPDDR5 mobile DRAM, which it said has been optimized for enabling&amp;nbsp;&lt;A href="https://searchnetworking.techtarget.com/definition/5G" target="_top" style="color: rgb(0, 179, 172);"&gt;5G&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://searchenterpriseai.techtarget.com/definition/AI-Artificial-Intelligence" target="_top" style="color: rgb(0, 179, 172);"&gt;AI&lt;/A&gt;&amp;nbsp;features in future smartphones.&lt;/P&gt;&lt;H3 style="color: rgb(50, 50, 50); font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Cost of RAM&lt;/H3&gt;&lt;P style="color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;SPAN style="font-size: 15px;"&gt;By the summer of 2019, DRAM prices remained depressed from earlier levels -- but volatile, nonetheless. A number of variables contributed to the volatility, including a supply glut, market tensions between South Korea and Japan (home to the world's two largest memory chip makers, Samsung and SK Hynix), the introduction of the next-generation mobile chip, the LPDDR5 and the increased adoption of 5G&amp;nbsp;technology. Also influencing prices was an anticipated increase in demand for consumer electronics in the Internet of Things (&lt;A href="https://internetofthingsagenda.techtarget.com/definition/thing-in-the-Internet-of-Things" target="_top" style="color: rgb(0, 179, 172);"&gt;IoT&lt;/A&gt;), such as automobiles and&amp;nbsp;&lt;A href="https://internetofthingsagenda.techtarget.com/definition/wearable-computer" target="_top" style="color: rgb(0, 179, 172);"&gt;wearable devices&lt;/A&gt;, which use the chips.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: rgb(102, 102, 102); margin: 1.5em 0px; font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;FONT size="4"&gt;&lt;B&gt;#GalaxyTechfluencer&amp;nbsp;&lt;/B&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 23 Apr 2020 09:49:39 GMT</pubDate>
      <guid>https://r2.community.samsung.com/t5/Tech-Talk/What-is-RAM/m-p/4129300#M58211</guid>
      <dc:creator>KomalJain</dc:creator>
      <dc:date>2020-04-23T09:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: What is RAM?</title>
      <link>https://r2.community.samsung.com/t5/Tech-Talk/What-is-RAM/m-p/4130295#M58228</link>
      <description>Good explanation and photos.&lt;BR /&gt;nice post &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":victory_hand:"&gt;✌️&lt;/span&gt;</description>
      <pubDate>Thu, 23 Apr 2020 12:01:58 GMT</pubDate>
      <guid>https://r2.community.samsung.com/t5/Tech-Talk/What-is-RAM/m-p/4130295#M58228</guid>
      <dc:creator>immi007</dc:creator>
      <dc:date>2020-04-23T12:01:58Z</dc:date>
    </item>
  </channel>
</rss>

