Error » Hardware Error!! » Hardware tutorials » What Is Random Access Memory

Hardware tutorials All Knowledge Info and links to posted here

Post New Thread Reply
  What Is Random Access Memory
LinkBack Thread Tools Display Modes
Old 02-Jan-2007, 05:50 AM   #1 (permalink)
Administrator
 
Anilrgowda's Avatar

Posts: 18,704
Join Date: Jan 2006
Rep Power: 10 Anilrgowda is on a distinguished road

IM:
Default What Is Random Access Memory

RAM is considered volatile storage because as soon as the power supply is stopped, the contents of RAM are lost. Hence, the data in RAM stays as long as the computer is running. RAM is much faster to read from and write to, when compared to other storage devices like hard disk, CDROM, Floppy disk etc. RAM can be both read and written; therefore, it is sometimes also called read-write memory.
There are two fundamental types of RAM:
(a) Dynamic RAM (DRAM) (b) Static RAM (SRAM)
(a) Dynamic RAM (DRAM): Dynamic random access memory is the most common kind of RAM, which stores each bit of a data in a separate capacitor and a transistor. Capacitors tend to leak electrons, thus the need for recharging arises. Hence, DRAM, unlike SRAM needs to have its storage cells refreshed or given an electric charge every few milliseconds. This refresh requirement operation is from where dynamic RAM gets its name. DRAM is a volatile memory because it loses data when the power supply is stopped.
DRAM’s structural simplicity gives it an advantage over SRAM. It consists of only one transistor and a capacitor per bit, due to which it has very high density. SRAM, on the other hand, requires six transistors.
There are three basic types of DRAM:
(i) Synchronous DRAM (SDRAM): While all the other types of DRAM work asynchronously to the system clock, Synchronous dynamic random access memory is a type of DRAM that synchronizes itself with the microprocessor clock speed. It is a type of RAM that is twice as fast as EDO DRAM. The speed of SDRAM is rated in MHz than in nanoseconds. SDRAM chips are mounted on DIMM memory modules. These memory modules are classified according to the CPU speed that they are designed to support.
(ii) RAMBus DRAM ( RDRAM): Rambus dynamic random access memory is a type of synchronous dynamic RAM, developed by Rambus Corporation. It is a high speed memory technology, which transfers data up to 800 MHz. Since, RDRAM narrows the memory bus to 16-bit, systems get more speed by running channels in parallel. RDRAM has heatsinks to dissipate heat, which is a major issue with RDRAM. Manufacturing of RDRAM is expensive as compared to other RAMs
RDRAM memory modules (RIMM) can only be used on the motherboards specifically designed for them. A 16-bit and 32-bit RDRAM RIMMS have 184 and 232 pins respectively.
(iii) DDR-SDRAM: stands for double-data-rate synchronous dynamic random access memory. It is a type of Memory integrated circuits that are used in computers. DDR transfers data over the bus over both (rising and falling) edges of the clock cycle, doubling the data throughput over that of standard SDRAM. DDR memory runs at bus speeds up to 400 MHz. DDR memory chips are mounted on 184-pin DIMM modules. DDR SDRAM consumes less power, hence is best suited for laptops.
(b) Static RAM (SRAM): Static random access memory is the kind of RAM that holds its data without external refresh, as long the power remains applied, unlike DRAM that needs to be periodically refreshed. It is a type of memory that is faster and more reliable than DRAM (Dynamic RAM). Since, Static RAM operates on the principle of moving current, it is a volatile memory.
There are three basic types of Static RAM (SRAM):
• Async SRAM: Short for asynchronous Static Random Access Memory. It is an older type of SRAM, which works independently of the system clock, that is, asynchronous.
• Sync SRAM: Short for synchronous Static Random Access Memory. This type of memory is synchronous with the system clock. This SRAM is more expensive.
• Pipeline Burst SRAM: This is the commonly used memory. Pipeline means larger packets of data are re sent to the memory at once and is acted on very quickly. This type of SRAM can operate at bus speed higher than 66 MHz.
Anilrgowda is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
   


   
Post New Thread Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT -8. The time now is 12:46 AM.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0

DMCA Policy

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227