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.
Step-by-step 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.