5 pts.
 Cache Memory
What is the difference between Main memory cache and hdd cache..??How do u find that ? what is L2 cache?

Software/Hardware used:
xp
ASKED: Dec 31, 2011  10:38 PM GMT
UPDATED: February 28, 2012  12:56:59 PM GMT
3,665 pts.

Answer Wiki:
Cache memory is random access memory (RAM ) that a computer microprocessor can access more quickly than it can access regular RAM. As the microprocessor processes data, it looks first in the cache memory and if it finds the data there (from a previous reading of data), it does not have to do the more time-consuming reading of data from larger memory .

Hard disk cache will hold files in memory that are used quite often or for prefetching. Memory transfers will always be faster than reading off hard drives. So the more cache you have the more files can be held in memory, the faster the drive will be for those files. Once it has to pull off the hard drive you're back to normal speeds.

L2 cache memory is on a separate chip (possibly on an expansion card) that can be accessed more quickly than the larger "main" memory. A popular L2 cache memory size is 1,024 kilobytes (one megabyte).
Last Wiki Answer Submitted:  Jan 2, 2012  7:30 AM (GMT)  by  Pdsathishkumar   3,665 pts.
To see other answers submitted to the Answer Wiki View Answer History.
Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _




 

hdd cache will make the hard disk run faster.

L2 is from the cpu that will be able to make the cpu run faster too.

anyway for more detailed explanation u can read here

 12,100 pts.