This HTML5 document contains 38 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
dctermshttp://purl.org/dc/terms/
dbohttp://dbpedia.org/ontology/
foafhttp://xmlns.com/foaf/0.1/
n9https://global.dbpedia.org/id/
dbpedia-trhttp://tr.dbpedia.org/resource/
dbthttp://dbpedia.org/resource/Template:
dbpedia-ruhttp://ru.dbpedia.org/resource/
rdfshttp://www.w3.org/2000/01/rdf-schema#
freebasehttp://rdf.freebase.com/ns/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
wikipedia-enhttp://en.wikipedia.org/wiki/
dbchttp://dbpedia.org/resource/Category:
dbphttp://dbpedia.org/property/
provhttp://www.w3.org/ns/prov#
xsdhhttp://www.w3.org/2001/XMLSchema#
goldhttp://purl.org/linguistics/gold/
wikidatahttp://www.wikidata.org/entity/
dbrhttp://dbpedia.org/resource/

Statements

Subject Item
dbr:MESI_protocol
dbo:wikiPageWikiLink
dbr:MESIF_protocol
Subject Item
dbr:MESIF_protocol
rdfs:label
MESIF protocol MESIF
rdfs:comment
The MESIF protocol is a cache coherency and memory coherence protocol developed by Intel for cache coherent non-uniform memory architectures. The protocol consists of five states, Modified (M), Exclusive (E), Shared (S), Invalid (I) and Forward (F). The M, E, S and I states are the same as in the MESI protocol. The F state is a specialized form of the S state, and indicates that a cache should act as a designated responder for any requests for the given line. The protocol ensures that, if any cache holds a line in the S state, at most one (other) cache holds it in the F state. MESIF — протокол поддержки когерентности кешей и памяти, разработанный компанией Intel для ccNUMA. Протокол основан на протоколе , в который добавлено еще одно состояние. В новом протоколе 5 состояний: Modified (M), Exclusive (E), Shared (S), Invalid (I) и Forward (F). Дополнительное состояние F означает, что кэш является единственным ответчиком (designated responder) для любых запросов к данной кэш-строке. Кэш-строка в состоянии S теперь не отвечает на снуп-запросы. При копировании F-строки в соседний кэш новая копия получает F состояние.
dcterms:subject
dbc:Cache_coherency
dbo:wikiPageID
24591443
dbo:wikiPageRevisionID
918863538
dbo:wikiPageWikiLink
dbr:MESI_protocol dbc:Cache_coherency dbr:MOESI_protocol dbr:Intel dbr:MSI_protocol dbr:MOSI_protocol dbr:Cache_coherency dbr:Memory_coherence dbr:Non-Uniform_Memory_Access
owl:sameAs
freebase:m.080b7zf n9:2UARK dbpedia-ru:MESIF wikidata:Q263221 dbpedia-tr:MESIF
dbp:wikiPageUsesTemplate
dbt:N dbt:Y dbt:Reflist
dbo:abstract
MESIF — протокол поддержки когерентности кешей и памяти, разработанный компанией Intel для ccNUMA. Протокол основан на протоколе , в который добавлено еще одно состояние. В новом протоколе 5 состояний: Modified (M), Exclusive (E), Shared (S), Invalid (I) и Forward (F). Дополнительное состояние F означает, что кэш является единственным ответчиком (designated responder) для любых запросов к данной кэш-строке. Кэш-строка в состоянии S теперь не отвечает на снуп-запросы. При копировании F-строки в соседний кэш новая копия получает F состояние. Для любой пары кэшей разрешены следующие комбинации состояний заданной кэш линии в разных процессорах: The MESIF protocol is a cache coherency and memory coherence protocol developed by Intel for cache coherent non-uniform memory architectures. The protocol consists of five states, Modified (M), Exclusive (E), Shared (S), Invalid (I) and Forward (F). The M, E, S and I states are the same as in the MESI protocol. The F state is a specialized form of the S state, and indicates that a cache should act as a designated responder for any requests for the given line. The protocol ensures that, if any cache holds a line in the S state, at most one (other) cache holds it in the F state. In a system of caches employing the MESI protocol, a cache line request that is received by multiple caches holding a line in the S state will be serviced inefficiently. It may either be satisfied from (slow) main memory, or all the sharing caches could respond, bombarding the requestor with redundant responses. In a system of caches employing the MESIF protocol, a cache line request will be responded to only by the cache holding the line in the F state. This allows the requestor to receive a copy at cache-to-cache speeds, while allowing the use of as few multicast packets as the network topology will allow. Because a cache may unilaterally discard (invalidate) a line in the S or F states, it is possible that no cache has a copy in the F state, even though copies in the S state exist. In this case, a request for the line is satisfied (less efficiently, but still correctly) from main memory. To minimize the chance of the F line being discarded due to lack of interest, the most recent requestor of a line is assigned the F state; when a cache in the F state responds, it gives up the F state to the new cache. Thus, the main difference from the MESI protocol is that a request for a copy of the cache line for read always enters the cache in the F state. The only way to enter the S state is to satisfy a read request from main memory. For any given pair of caches, the permitted states of a given cache line are listed in the table on the right. The order in which the states are listed has no significance other than to make the acronym MESIF pronounceable. There are other techniques for satisfying read requests from shared caches while suppressing redundant replies, but having only a single designated cache respond makes it easier to invalidate all copies when necessary to transition to the Exclusive state.
gold:hypernym
dbr:Coherency
prov:wasDerivedFrom
wikipedia-en:MESIF_protocol?oldid=918863538&ns=0
dbo:wikiPageLength
6145
foaf:isPrimaryTopicOf
wikipedia-en:MESIF_protocol
Subject Item
dbr:MOESI_protocol
dbo:wikiPageWikiLink
dbr:MESIF_protocol
Subject Item
dbr:Cache_coherence
dbo:wikiPageWikiLink
dbr:MESIF_protocol
Subject Item
dbr:Dragon_protocol
dbo:wikiPageWikiLink
dbr:MESIF_protocol
Subject Item
dbr:Non-uniform_memory_access
dbo:wikiPageWikiLink
dbr:MESIF_protocol
Subject Item
dbr:Bus_snooping
dbo:wikiPageWikiLink
dbr:MESIF_protocol
Subject Item
dbr:MSI_protocol
dbo:wikiPageWikiLink
dbr:MESIF_protocol
Subject Item
wikipedia-en:MESIF_protocol
foaf:primaryTopic
dbr:MESIF_protocol