Interviewer And Interviewee Guide

Computer Architecture Interview Question:

Whats the difference between Write-Through and Write-Back Caches? Explain advantages and disadvantages of each?

Submitted by: Administrator
The comparison can be made out of two factors

1) Performance and
2) Integrity of Data

Write through is better in integrity as it will flush for each writes.
Write back holds up the write till the same cache line has to be used up for a read, which question the data integrity when multiple processors access the same region of data using its own internal cache.

Write Back - gives a good performance, as it save many memory write cycles /write.

Write Through - Doesn't give this performance compared to the write-back.
Submitted by: Administrator

Read Online Computer Architecture Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.