Cache Memory in Computer Architecture

Cache Memory is in between the main memory and CPU. when we want to search any data, if it is available in cache memory then we easily fetch the data from cache memory otherwise we fetch those data from main memory.when the data is not available in cache memory then fetching the data from main memory is time consuming  process so when fetching the data from main memory we also make a copy of same data in cache memory so in future when we need a same data we easily fetch it from the cache memory, no need to go in the main memory.

Cache Memory
Cache Memory

Advantage:

  1. Time Saving.
  2. High Speed.
  3. More Flexible.
  4. More Versatile.
  5. More Scalable.
(Visited 1,498 times, 1 visits today)
Cache Memory
Share with Friends :
Tagged on:         

3 thoughts on “Cache Memory

  • 16/08/2018 at 12:53 am
    Permalink

    It works quite well for me

    Reply
  • 19/08/2018 at 2:44 am
    Permalink

    I spent a great deal of time to find something
    similar to this

    Reply
  • 22/08/2018 at 4:23 pm
    Permalink

    This is actually useful, thanks.

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *