Moe Trin wrote:
> On Fri, 22 May 2009, in the Usenet newsgroup alt.computer.security, in article
> <39c3f60a-b733-4571-afb0->,
> GreenXenon wrote:
>
> NOTE: Posting from groups.google.com (or some web-forums) dramatically
> reduces the chance of your post being seen. Find a real news server.
>
>> I would like a computer that uses the above. I want a PC that is free
>> of non-volatile RAM. The only two memories should be mask-programmed
>> ROM and capacitor-free dynamic volatile RAM.
>
> I assume you'll be programming the mask-programmed ROM yourself so
> that it doesn't contain spyware. Static (flip-flops) RAM will be much
> slower, and physically about 10 times larger.
When I did electronics at university SRAM was much faster than DRAM and
you didn't need the refresh cycles. Have things changed? They are larger
(physically) and more expensive because each cell uses multiple transistors.
Indeed wikipedia has
http://en.wikipedia.org/wiki/Static_..._access_memory
Characteristics
SRAM is more expensive, but faster and significantly less power hungry
(especially idle) than DRAM. It is therefore used where either bandwidth
or low power, or both, are principal considerations. SRAM is also easier
to control (interface to) and generally more truly random access than
modern types of DRAM. Due to a more complex internal structure, SRAM is
less dense than DRAM and is therefore not used for high-capacity,
low-cost applications such as the main memory in personal computers.