Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Bus snooping
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Types of snooping protocols == There are two kinds of snooping protocols depending on the way to manage a local copy of a write operation: === Write-invalidate === {{Unreferenced section|date=June 2023}} When a processor writes on a shared cache block, all the shared copies in the other caches are [[Cache invalidation|invalidated]] through bus snooping.<ref>{{Cite book |last1=Eggers |first1=S. J. |last2=Katz |first2=R. H. |chapter=Evaluating the performance of four snooping cache coherency protocols |date=1989 |title=Proceedings of the 16th annual international symposium on Computer architecture - ISCA '89 |chapter-url=http://portal.acm.org/citation.cfm?doid=74925.74927 |language=en |publisher=ACM Press |pages=2β15 |doi=10.1145/74925.74927 |isbn=978-0-89791-319-5}}</ref> This method ensures that only one copy of a datum can be exclusively read and written by a processor. All the other copies in other caches are invalidated. This is the most commonly used snooping protocol. [[MSI protocol|MSI]], [[MESI protocol|MESI]], [[MOSI protocol|MOSI]], [[MOESI protocol|MOESI]], and [[MESIF protocol|MESIF]] protocols belong to this category. === Write-update === When a processor writes on a shared cache block, all the shared copies of the other caches are updated through bus snooping. This method broadcasts a write data to all caches throughout a bus. It incurs larger bus traffic than write-invalidate protocol. That is why this method is uncommon. [[Dragon protocol|Dragon]] and [[Firefly (cache coherence protocol)|firefly]] protocols belong to this category.<ref>{{Cite book |last1=Hennessy |first1=John L |title=Computer Architecture: A Quantitative Approach |last2=Patterson |first2=David A. |publisher=Elsevier |year=2011 |isbn=978-0123838728}}</ref><ref>{{cite book |title=Computer Architecture A Quantitative Approach |last1=Patterson |first1=David A. |last2=Hennessy |first2=John L. |isbn=1-55860-069-8 |date=1990 |pages=469β471 |publisher=Morgan Kaufmann Publishers}}</ref>
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)