Computer Architecture and Design Question:
Download Job Interview Questions and Answers PDF
What is a Snooping cache?
Answers:
Answer #1DNS cache snooping is not a term the author just made up, it is known and discussed by some notable
DNS implementation developers, and a few interested DNS administrators have probably at least heard of it.
DNS implementation developers, and a few interested DNS administrators have probably at least heard of it.
Answer #2In a multiprocessor system, a cache is said to be snooping, if it snoops (monitors) the address line of it\\'s neighbor processor cache to maintain the data to be consistent (data is one cache should be consistent with the other)
Answer #3In order to maintain coherent caches, each processor needs to make sure that it has a clean copy of memory... It can do this in multiple ways...
One such way is to "snoop" on a common address bus to keep track of what the other caches are doing (modifying/reading data). Such a cache is called a "snooping" cache.
One such way is to "snoop" on a common address bus to keep track of what the other caches are doing (modifying/reading data). Such a cache is called a "snooping" cache.
Download Computer Architecture Interview Questions And Answers
PDF