What exactly is Cache memory?

Prakash Bhargav

Prakash Bhargav

@prakash-bhargav-cXzgHL Oct 26, 2024
Hey friends...what exactly you mean by Cache memory and how exactly it increases the performance of a processor? Need some expert to throw some light on this.

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • safwan

    safwan

    @safwan-NH7W5Y Oct 6, 2009

    Brother here is link of wikipedia. <a href="https://en.wikipedia.org/wiki/CPU_cache" target="_blank" rel="nofollow noopener noreferrer">Cpu Cache</a>
  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk Oct 6, 2009

    Can I call it "Processor's Internal RAM" ? 😁
  • Sahithi Pallavi

    Sahithi Pallavi

    @sahithi-oJZaYj Oct 6, 2009

    safwan
    Brother here is link of wikipedia. <a href="https://en.wikipedia.org/wiki/CPU_cache" target="_blank" rel="nofollow noopener noreferrer">Cpu Cache</a>
    thanks for your link.

    @prakash bhargav : I hope, this will give you all information about cache memory..
  • MaRo

    MaRo

    @maro-Ce3knx Oct 6, 2009

    Yes, you can.
  • dipen30

    dipen30

    @dipen30-hGOPpa Oct 6, 2009

    cache memory is placed between cpu and RAM. In cache memory all data which is frequently accessed by processor is stored . so when processor want to access the data processor first check in cache memory ane if not fount in cache memory then it check in the RAM.
  • Muffy

    Muffy

    @muffy-KKO5Hf Oct 6, 2009

    More importantly , Cache memory (static memory) is much much faster than the ddr ram memory (dynamic memory), which are the main memory modules. The processor fetches most of the data and instructions from the cache , thus enabling them to run at higher speeds and waste less time waiting for data to arrive from main memory modules. The data from main memory modules are buffered by the cache.