An Entity of Type: ComputerSystem103085915, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

In computing, triple modular redundancy, sometimes called triple-mode redundancy, (TMR) is a fault-tolerant form of N-modular redundancy, in which three systems perform a process and that result is processed by a majority-voting system to produce a single output. If any one of the three systems fails, the other two systems can correct and mask the fault. The TMR concept can be applied to many forms of redundancy, such as software redundancy in the form of N-version programming, and is commonly found in fault-tolerant computer systems.

Property Value
dbo:abstract
  • En informàtica, la triple redundància modular, de vegades anomenada redundància de triple modul, (TMR) és una forma de redundància N-modular tolerant a fallades, en la qual tres sistemes realitzen un procés i aquest resultat és processat per un sistema de vot majoritari. per produir una sola sortida. Si algun dels tres sistemes falla, els altres dos sistemes poden corregir i emmascarar la fallada, (com poden fer els sistemes de canvi en calent). El concepte de TMR es pot aplicar a moltes formes de redundància, com ara la redundància de programari en forma de programació en versió N, i es troba comunament en sistemes informàtics tolerants a fallades . Algunes memòries ECC utilitzen maquinari triple de redundància modular (en lloc del codi Hamming més comú), ja que el maquinari de redundància triple modular és més ràpid que el programari de correcció d'errors de Hamming. Els sistemes de satèl·lits espacials solen utilitzar TMR, encara que en la RAM emprada en satèl·lits es sol utilitzar la correcció d'errors de Hamming. Alguns sistemes de comunicació utilitzen la redundància N-modular com a forma senzilla de correcció d'errors avançats. Per exemple, els sistemes de comunicació de redundància 5-modular (com ara FlexRay ) utilitzen la majoria de 5 mostres – si qualsevol dels 5 resultats falla, amb tan sols 3 resultats bons (que coincideixin) es pot corregir i emmascarar la fallada. La redundància modular és un concepte bàsic, que data de l'antiguitat, mentre que el primer ús del TMR en un ordinador va ser a l'ordinador txecoslovac SAPO, a la dècada de 1950. (ca)
  • In computing, triple modular redundancy, sometimes called triple-mode redundancy, (TMR) is a fault-tolerant form of N-modular redundancy, in which three systems perform a process and that result is processed by a majority-voting system to produce a single output. If any one of the three systems fails, the other two systems can correct and mask the fault. The TMR concept can be applied to many forms of redundancy, such as software redundancy in the form of N-version programming, and is commonly found in fault-tolerant computer systems. Space satellite systems often use TMR, although satellite RAM usually uses Hamming error correction. Some ECC memory uses triple modular redundancy hardware (rather than the more common Hamming code), because triple modular redundancy hardware is faster than Hamming error correction hardware. Called repetition code, some communication systems use N-modular redundancy as a simple form of forward error correction. For example, 5-modular redundancy communication systems (such as FlexRay) use the majority of 5 samples – if any 2 of the 5 results are erroneous, the other 3 results can correct and mask the fault. Modular redundancy is a basic concept, dating to antiquity, while the first use of TMR in a computer was the Czechoslovak computer SAPO, in the 1950s. (en)
  • In informatica, il triple modular redundancy (TMR) è un particolare tipo di , in cui tre sistemi eseguono un processo, il cui risultato viene sottoposto ad un sistema di voting per produrre un unico output. Se uno dei tre sistemi fallisce, gli altri due sistemi possono mascherare e correggere il fault. Un fallimento del voter comporta il fallimento dell'intero sistema. Per tale motivo in un buon sistema TMR il voter deve essere molto più affidabile degli altri componenti del TMR. In alternativa, se si adopera un ulteriore TMR a valle di quello considerato, si possono utilizzare tre voter, l'output di ognuno dei quali costituirà l'input di ognuna delle copie del TMR successivo. Il TMR può essere applicato in innumerevoli forme di ridondanza, come ad esempio nel caso del software con l'. Alcune memorie ECC utilizzano hardware TMR (in alternativa ai più comuni codici di Hamming), poiché un TMR hardware risulta essere più veloce della correzione degli errori basata su codici di Hamming fatta in hardware. I sistemi satellitari utilizzano spesso il TMR, sebbene le RAM satellitari utilizzino in genere la correzione degli errori basata su codici di Hamming. Alcuni sistemi di comunicazione impiegano l'N-modular redundancy come una semplice forma di Forward Error Correction. Ad esempio, sistemi di comunicazione basati su 5-modular redundancy (come un ) utilizza una votazione di maggioranza su 5 elementi, per cui se 2 dei 5 risultati sono errati, gli altri 3 risultati sono in grado di correggere e mascherare il fault. (it)
  • Potrójna redundancja modularna (z ang. triple modular redundancy, TMR) – rozwiązanie projektowe wykorzystywane w elektronicznych układach cyfrowych, polegające na trzykrotnym zwielokrotnieniu każdego . Sygnały wychodzące z każdej z trójki elementów są sprawdzane przez wybierak (ang. voter), przy czym każdy wybierak też jest potrojony. W przypadku niezgodności sygnałów pochodzących od równoważnych trzech źródeł wybierak rozstrzyga o prawidłowej wartości sygnału na podstawie „głosowania” (decyduje większość). (pl)
  • Redundância modular tripla (ou TMR, do termo em inglês triple modular redundancy) é uma forma de tolerância a falhas proposta por Von Neumann. A unidade de hardware é triplicada, o que faz com que o trabalho seja feito em paralelo. Isso gera entradas para um circuito de votação que retorna o voto da maioria, resultando em somente uma saída. Isso significa que, se um dos sistemas falharem os outros dois podem estar corretos e mascarar o erro, o que não demanda técnicas de correção e substituição de elementos. Ainda assim pode haver falha em mais de um componente e vulnerabilidade do votador. O mesmo conceito de redundância pode ser aplicado, por exemplo, no desenvolvimento de software. (pt)
  • 在计算机科学中的三重模塊冗餘(triple modular redundancy,有時也稱為triple-mode redundancy)簡稱TMR,屬於(N-modular redundancy)的容錯形式,用三個相同的系統執行同一功能,再透過多數表決(majority-voting)系統,取多數的輸出為最後的輸出。若三個系統中只有一個損壞,另外二個正常,多數表決系統會使用二個對的輸出,成為最後的輸出。 三重模塊冗餘的概念可以用在許多型式的冗餘系統中,例如以進行的軟體冗餘,也常用在容错计算机系统中。 有些纠错内存不使用較常見的汉明码,而使用三重模塊冗餘的硬體電路,其原因是而三重模塊冗餘的硬體其速度比汉明码的錯誤修正軟體要快。太空衛星系統也常使用三重模塊冗餘,不過太空船上的隨機讀寫記憶體仍使用汉明码的錯誤修正技術。 有些通訊系統會用N重模塊冗餘來作簡單的前向錯誤更正,例如五重模塊冗餘通訊系統(例如)就會用5個結果中的多數為準。若五個中只有二個的結果是錯的,可以用佔多數的另外三個結果產生正確的結果。 多模塊冗餘是基本的概念,其起源可以追溯到古代,而第一次在電腦上使用則是在1950年代的捷克斯洛伐克電腦。 (zh)
dbo:thumbnail
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 8950361 (xsd:integer)
dbo:wikiPageLength
  • 14825 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1093255987 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • Potrójna redundancja modularna (z ang. triple modular redundancy, TMR) – rozwiązanie projektowe wykorzystywane w elektronicznych układach cyfrowych, polegające na trzykrotnym zwielokrotnieniu każdego . Sygnały wychodzące z każdej z trójki elementów są sprawdzane przez wybierak (ang. voter), przy czym każdy wybierak też jest potrojony. W przypadku niezgodności sygnałów pochodzących od równoważnych trzech źródeł wybierak rozstrzyga o prawidłowej wartości sygnału na podstawie „głosowania” (decyduje większość). (pl)
  • 在计算机科学中的三重模塊冗餘(triple modular redundancy,有時也稱為triple-mode redundancy)簡稱TMR,屬於(N-modular redundancy)的容錯形式,用三個相同的系統執行同一功能,再透過多數表決(majority-voting)系統,取多數的輸出為最後的輸出。若三個系統中只有一個損壞,另外二個正常,多數表決系統會使用二個對的輸出,成為最後的輸出。 三重模塊冗餘的概念可以用在許多型式的冗餘系統中,例如以進行的軟體冗餘,也常用在容错计算机系统中。 有些纠错内存不使用較常見的汉明码,而使用三重模塊冗餘的硬體電路,其原因是而三重模塊冗餘的硬體其速度比汉明码的錯誤修正軟體要快。太空衛星系統也常使用三重模塊冗餘,不過太空船上的隨機讀寫記憶體仍使用汉明码的錯誤修正技術。 有些通訊系統會用N重模塊冗餘來作簡單的前向錯誤更正,例如五重模塊冗餘通訊系統(例如)就會用5個結果中的多數為準。若五個中只有二個的結果是錯的,可以用佔多數的另外三個結果產生正確的結果。 多模塊冗餘是基本的概念,其起源可以追溯到古代,而第一次在電腦上使用則是在1950年代的捷克斯洛伐克電腦。 (zh)
  • En informàtica, la triple redundància modular, de vegades anomenada redundància de triple modul, (TMR) és una forma de redundància N-modular tolerant a fallades, en la qual tres sistemes realitzen un procés i aquest resultat és processat per un sistema de vot majoritari. per produir una sola sortida. Si algun dels tres sistemes falla, els altres dos sistemes poden corregir i emmascarar la fallada, (com poden fer els sistemes de canvi en calent). (ca)
  • In informatica, il triple modular redundancy (TMR) è un particolare tipo di , in cui tre sistemi eseguono un processo, il cui risultato viene sottoposto ad un sistema di voting per produrre un unico output. Se uno dei tre sistemi fallisce, gli altri due sistemi possono mascherare e correggere il fault. Un fallimento del voter comporta il fallimento dell'intero sistema. Per tale motivo in un buon sistema TMR il voter deve essere molto più affidabile degli altri componenti del TMR. In alternativa, se si adopera un ulteriore TMR a valle di quello considerato, si possono utilizzare tre voter, l'output di ognuno dei quali costituirà l'input di ognuna delle copie del TMR successivo. (it)
  • In computing, triple modular redundancy, sometimes called triple-mode redundancy, (TMR) is a fault-tolerant form of N-modular redundancy, in which three systems perform a process and that result is processed by a majority-voting system to produce a single output. If any one of the three systems fails, the other two systems can correct and mask the fault. The TMR concept can be applied to many forms of redundancy, such as software redundancy in the form of N-version programming, and is commonly found in fault-tolerant computer systems. (en)
  • Redundância modular tripla (ou TMR, do termo em inglês triple modular redundancy) é uma forma de tolerância a falhas proposta por Von Neumann. A unidade de hardware é triplicada, o que faz com que o trabalho seja feito em paralelo. Isso gera entradas para um circuito de votação que retorna o voto da maioria, resultando em somente uma saída. Isso significa que, se um dos sistemas falharem os outros dois podem estar corretos e mascarar o erro, o que não demanda técnicas de correção e substituição de elementos. Ainda assim pode haver falha em mais de um componente e vulnerabilidade do votador. (pt)
rdfs:label
  • Triple redundància modular (ca)
  • Triple Modular Redundancy (it)
  • Potrójna redundancja modularna (pl)
  • Triple modular redundancy (en)
  • Redundância modular tripla (pt)
  • 三重模塊冗餘 (zh)
rdfs:seeAlso
owl:sameAs
prov:wasDerivedFrom
foaf:depiction
foaf:isPrimaryTopicOf
is dbo:wikiPageDisambiguates of
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License