Ask Question
3 September, 20:30

What is the difference between write back and write through?

A. With write back, main memory is updated immediately, but with write through, the memory is updated only when the block is replaced.

B. With write through, main memory is updated immediately, but with write back, the memory is updated only when the block is replaced.

C. With write through, the block is replaced when it is written, but with write back, it is replaced when it is read.

D. With write through, the block is replaced when it is read, but with write back, it is replaced when it is written.

E. They are two names for the same thing.

+4
Answers (1)
  1. 3 September, 21:50
    0
    The difference between write back and write through is With write through, the block is replaced when it is read, but with write back, it is replaced when it is written.

    D. With write through, the block is replaced when it is read, but with write back, it is replaced when it is written.

    Explanation:

    Write back and write through difference as follows.

    Write back update the memory cache at specific intervals times with specific conditions. Memory cache is update on corresponding memory location, which makes faster to desktop or workstation or tablet.

    Written through is copied caching techniques data copied to higher level caches. Basically it copy from memory cache only. In write through mode just refresh main memory.

    So write back update memory cache on specific intervals whereas write through copy the cache and make memory refresh with fresh updates.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “What is the difference between write back and write through? A. With write back, main memory is updated immediately, but with write ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers