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

In a SRAM layout, which metal layers would you prefer for Word Lines and Bit Lines? Why?

0 Answers   Infosys,


Explain the working of 4-bit Up/down Counter?

0 Answers   Intel,


What is the critical path in a SRAM?

0 Answers  


What happens if we use an Inverter instead of the Differential Sense Amplifier?

0 Answers  


Explain what is scr (silicon controlled rectifier)?

0 Answers  






What does the above code synthesize to?

0 Answers   Intel,


what is the difference between the TTL chips and CMOS chips?

0 Answers  


What products have you designed which have entered high volume production?

1 Answers   Intel,


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 the difference between = and == in C?

5 Answers   Intel,


What is setup time and hold time?

1 Answers   Intel,


Have you studied buses? What types?

5 Answers   Intel,


Categories