Explain the difference between write through and write back
cache.

Answers were Sorted based on User's Feedback



Explain the difference between write through and write back cache...

Answer / sudeep

This is cache write hit policy,
1. write through:- The information is written to both the
cache and the main memory upon a hit,
2. write back:- The inforamtion is written to only cache,
the main memory is updated upon a read miss.

Is This Answer Correct ?    24 Yes 1 No

Explain the difference between write through and write back cache...

Answer / achal ubbott

1. Write Through policy is relatively slower. but offers
advantage of coherence between cache and main memory.

2. Write Back is faster and frquently used. It makes use of
Dirty bit. If the data in cache is not in coherence with
one in main memory then Dirty bit is set.

Is This Answer Correct ?    12 Yes 0 No

Post New Answer

More VLSI Interview Questions

What is the difference between nmos and pmos technologies?

0 Answers  


Suppose you have a combinational circuit between two registers driven by a clock. What will you do if the delay of the combinational circuit is greater than your clock signal? (You can't resize the combinational circuit transistors)

6 Answers  


What does the above code synthesize to?

0 Answers   Intel,


Draw the SRAM Write Circuitry

0 Answers   Infosys,


Explain the Charge Sharing problem while sampling data from a Bus?

0 Answers  


What happens when the gate oxide is very thin?

3 Answers   Intel,


Draw the Layout of an Inverter?

0 Answers   Intel,


What is Cross Talk?

4 Answers   Intel,


What is the function of chain reordering?

0 Answers  


What are the changes that are provided to meet design power targets?

0 Answers  


what is SCR (Silicon Controlled Rectifier)?

0 Answers  


How does a Bandgap Voltage reference work?

0 Answers  


Categories