Please enable JavaScript.
Coggle requires JavaScript to display documents.
The memory System (Cache Memories (Memory Address (word (4 bits word is…
The memory System
Cache Memories
-
-
-
-
-
-
-
-
-
Memory Address
-
-
tag
5 bits tag is used to identify one of the 32 blocks in the main memory currently resides in the cache
Compare the tag bits (leading 5 bits) of the address with the tag of the line. If it matches, the block is in the cache.
-
-
-
Secondary Storage
-
Magnetic disk
A thin magnetic film is deposited on each platter (disk), both sides
-
-
Disk Structure
Each surface is divided into concentric tracks, each track is divided into sectors
-
Data are preceded by a sector header, which contains ID to find the desired sector on the selected track
There are additional bits for ECC (error correcting code): used to detect and correct errors during writing/reading the data bytes
Optical disk
-
Operation
A laser beam is directed onto a spinning disk, with tiny indentation arranged to for a long spiral track on its surface
Indentation reflects the focused beam toward a photodetector, which detects the stored binary patterns
Bright spot: when light reflects solely from a pit or land, binary 0
Dark spot: no reflects from light detected by the photodetector, binary 1
-
Memory Hierarchy
-
Dynamic memories
Slow, small, higher density, high power
-
-
-
Semiconductor RAM
RAM
-
Dynamic RAM (DRAM)
-
-
-
-
-
DRAM Types
(SDR) Single Data Rate, Synchronous DRAM
-
-
-
-