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

You have three adjacent parallel metal lines. Two out of phase signals pass through the outer two metal lines. Draw the waveforms in the centre metal line due to interference. Now, draw the signals if the signals in outer metal lines are in phase with each other

0 Answers   Infosys,


What is Noise Margin? Explain the procedure to determine Noise Margin?

4 Answers   Amkor, Cisco, Infosys, Intel,


Cross section of an NMOS transistor?

3 Answers   Intel,


Tell me how BJT works.

2 Answers  


Explain sizing of the inverter?

0 Answers   Infosys,






Explain what is the depletion region?

0 Answers  


Why does the present vlsi circuits use mosfets instead of bjts?

0 Answers  


If the current through the poly is 20nA and the contact can take a max current of 10nA how would u overcome the problem?

0 Answers   Intel,


What is validation?

2 Answers   Intel,


What is the difference between = and == in C?

5 Answers   Intel,


Explain why is the number of gate inputs to cmos gates usually limited to four?

0 Answers  


What types of CMOS memories have you designed? What were their size? Speed?

0 Answers   e-tec, Intel,


Categories