Consider two set-associative cache memory architectures: WBC, which uses the…

2024

Consider two set-associative cache memory architectures: WBC, which uses the write back policy, and WTC, which uses the write through policy. Both of them use the LRU (Least Recently Used) block replacement policy. The cache memory is connected to the main memory. Which of the following statements is/are TRUE?

  1. A.

    A read miss in WBC never evicts a dirty block

  2. B.

    A read miss in WTC never triggers a write back operation of a cache block to main memory

  3. C.

    A write hit in WBC can modify the value of the dirty bit of a cache block

  4. D.

    A write miss in WTC always writes the victim cache block to main memory before loading the missed block to the cache

Attempted by 114 students.

A video solution is available for this question — log in and enroll to watch it.

Explore the full course: Gate Guidance By Sanchit Sir