1.

What does MESI stand for?(a) modified exclusive stale invalid(b) modified exclusive shared invalid(c) modified exclusive system input(d) modifies embedded shared invalidThis question was posed to me in an interview for job.The above asked question is from Writing Scheme of Cache Memory in chapter Memory Systems of Embedded Systems

Answer»

The correct option is (b) MODIFIED exclusive shared invalid

To explain I WOULD say: The MESI protocol supports a shared state which is a formal mechanism for CONTROLLING the cache coherency by using the BUS snooping techniques. MESI refers to the states that cached data can ACCESS. In MESI protocol, multiple processors can cache shared data.



Discussion

No Comment Found

Related InterviewSolutions