Computer Memory Systems Flashcards
+What types of memory are there?
Internal ( main memory, cache ) and External Memory ( optical disks, tapes )
Capacity of memory
Number of Words
Number of Bytes
Unit of Transfer - memory
Bits ( main memory)
Word
Blocks
Access Method of memory
Sequential Access (linear sequences) - Tape Units
Direct Access - Disk Units
Random Access - Main memory, Cache systems
Associative Access - Cache System
Performance of memory
Access time (latency)
Cycle Time
Transfer rate (1/cycle time)
Physical Type of memory
Semiconductors
Magnetic
Optical
Magneto-optical
Physical Characteristics of memory
Volatile/non-volatile
Erasable/non-erasable
Memory design:
Greater Capacity - -Lower Cost per unit
Greater Capacity - Slower Access time
Faster Access time - Greater Cost
Memory Hierarchy - Main Memory > Storage > Magnetic Storage
- Decreasing cost per bit
- Increasing capacity
- Increasing access time
- Decreasing frequency of access of the memory by processor
Cache Memory
Combine fast and expensive memory with less expensive and lower speed.
Cache contains a copy of portions of memory.
Multiple level cache organisation
CPU to Level 1 Cache, Level 2 Cache, Level 3, Main Memory.
As you go down the memory access is slower and slower.