Define difference between write through and write back cache

Define the difference between write through and write back cache?

E

Expert

Verified

Write Through.
After writing within cache memory, main memory is updated too immediately to maintain reliability

Write Back
After writing within cache memory a flag bit termed as dirty bit is set. While this value requires to be replaced that bit is check, when it is set then the value is taken to primary storage (main memory).

   Related Questions in Programming Languages

©TutorsGlobe All rights reserved 2022-2023.