VLSI Question:

Explain the difference between write through and write back cache?

Tweet Share WhatsApp

Answer:

Write Through. After writing in cache memory, main memory is
updated too inmediatly to mantain reliability

Write Back After writing in cache memory a flag bit called
dirty bit is set. When this value need to be replaced that
bit is check, if it is set then the value is taken to main
memory

Download VLSI PDF Read All 17 VLSI Questions
Previous QuestionNext Question
What is the most complicated/valuable program you written in C/C++?What is the term snooping?