CHAPTER-4
MEMORY ORGANIZATION
�4.1 INTRODUCTION�
4.2 Types of memory�RAM(Random Access Memory)
There are five basic ROM types:
�4.3.Characteristics of Memory System:�
4.3.1.Access Technique: How are memory contents accessed
Random Access:
Sequential access:
Direct Access: Data items have unique address
Associative access:
�4.4 THE MEMORY HIERARCHY�
The following terminology is used when referring to this memory hierarchy:
Note: Miss Rate = 1 - Hit Rate.
�The memory hierarchy is illustrated in the figure shown below�.
�4.5 CACHE MEMORY�
�4.5.1 Cache Mapping Schemes�
Direct Mapped Cache
214/23 = 211 blocks.
cache
4.5.2. Effective Access Time and Hit Ratio
�4.6 VIRTUAL MEMORY�
Pages—The chunks or blocks into which virtual memory (the logical address space) is divided, each equal in size to a page frame.
-Virtual pages are stored on disk until needed.
4.6.1 Paging
To access data at a given virtual address, the system performs the following steps:
Thank You!