ENCYCLOPEDIA 4U .com



Encyclopedia Home Page

Google
  Web Encyclopedia4u.com

 

MESI protocol

The MESI protocol (known also as Illinois protocol) is a widely used cache coherency protocol introduced by Intel in the Pentium processor to "support the more efficient write-back cache in addition to the write-through cache previously used by the Intel486 processor".

Every cache line is marked with one of the four following states (coded in two additional bits):

  • M - Modified: Indicates that this cache line was modified and therefore the underlying data (e.g. the main memory) is no longer valid.
  • E - Exclusive: Indicates that this cache line is only stored in this cache and hasn't been changed by a write access yet.
  • S - Shared: Indicates that this cache line may be stored in other caches of the machine.
  • I - Invalid: Indicates that this cache line is invalid.




Content on this web site is provided for informational purposes only. We accept no responsibility for any loss, injury or inconvenience sustained by any person resulting from information published on this site. We encourage you to verify any critical information with the relevant authorities.



Copyright © 2005 Par Web Solutions All Rights reserved.
| Privacy

This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "MESI protocol".