Are you familiar with the term snooping?
Answer / kanak
Let's take an example of different processors(along with
their independent caches) sharing the same memory system.
Now if this memory is a Read-Write memory and let's say
that one of the processors writes to this memory after some
data computation, all the processors need to update their
individual cache copies of the now modified memory. To do
this the concept of snooping is implemented. cache snooping
is the means by which each cache constantly
monitors/detects the bus for any write to a memory location
and if a write is found, it invalidates it current copy of
cached memory data and copies the new content over.
| Is This Answer Correct ? | 18 Yes | 1 No |
What are the two types of noise of MOSFET, how to eliminate them?(Thermal and Flicker).
What is polymorphism? (C++)
What is a D-latch? Write the VHDL Code for it?
Who provides the DRC rules?
Are you familiar with the term MESI?
Draw the SRAM Write Circuitry
Differences between blocking and Non-blocking statements in Verilog?
what is the difference between the testing and verification?
For a NMOS transistor acting as a pass transistor, say the gate is connected to VDD, give the output for a square pulse input going from 0 to VDD
Explain why & how a MOSFET works?
Explain the difference between write through and write back cache.
What happens if we use an Inverter instead of the Differential Sense Amplifier?