.
HARDWARE - SECONDARY STORAGE - CACHE MEMORY
Cache (Cache memory)
A cache is a specially designed buffer storage
used to improve computer performance by reducing
access time. It holds instructions and data that
are likely to be needed for next operation by the
processor. The cache copies frequently accessed
data and instructions from primary storage (main
memory) or secondary storage (disks).
- Disk Cache: A disk cache is in a
reserved segment of primary memory or in
an extra memory on the disk controller
card. It contains a large block of
frequently accessed data copied from a
disk. The data in a disk cache can be
used to fulfill the following data
requests from a processor in a high speed.
The disk cache lets the processor avoid a
slow disk access.
- Memory Cache: A memory cache is a high-speed
memory storage between memory and the
CPU. It is smaller and much faster than main
memory (primary storage). The memory cache copies
blocks of instructions and data from the main memory so
that execution and data updating are performed in the
higher-speed memory bank.
- Floppy Disks
- Hard Disks
- Optical Disks
- Magnetic Tapes
- Cache Memory
.