Fault tolerance: Difference between revisions
Jump to navigation
Jump to search
imported>Howard C. Berkowitz mNo edit summary |
mNo edit summary |
||
Line 4: | Line 4: | ||
With the loss of some components, there might be a loss of performance or functionality, or the system could be engineered with reserve capacity such that some failures would not be noticed by users. | With the loss of some components, there might be a loss of performance or functionality, or the system could be engineered with reserve capacity such that some failures would not be noticed by users. | ||
Simple duplication of components does not make a system fault-tolerant; there needs to be an intelligent mechanism for spreading the work around the failure. | Simple duplication of components does not make a system fault-tolerant; there needs to be an intelligent mechanism for spreading the work around the failure.[[Category:Suggestion Bot Tag]] |
Latest revision as of 16:00, 15 August 2024
In engineering, fault tolerance is a characteristic of a system that can have one or more subcomponents fail without the entire system failing. This does not mean that the system has no single point of failure, but that at least some parts can fail and have continued operation; a system might be robust to a component failure, but have no backup for complete physical destruction.
With the loss of some components, there might be a loss of performance or functionality, or the system could be engineered with reserve capacity such that some failures would not be noticed by users.
Simple duplication of components does not make a system fault-tolerant; there needs to be an intelligent mechanism for spreading the work around the failure.