Memory Management and Cache level Organization
Whenever programs load its always load on computers memory (Main Memory ) and that portion of process or program that are very frequently loaded and which are most probably part of the program and which should be executable next we take it to cache from main memory similarly as we study in previous blogs (Note:- please studies previous memory management blog then it will be easy to understandable) Name Access Type Capacity(memory Size) Access time CPU Register Random In KB Much faster Cache Memory Random In MB Faster Main Memory (Ram) Random Few GB Less faster Disk Memory (S.M Rom) Direct Few TB Slow Tape Memory Sequential 1-20TB Very slow C.P.U has to read something from main memory for processing CPU Access time is faster from cache t...