To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

N+1 redundancy

From Wikipedia, the free encyclopedia

Redundancy is a form of resilience that ensures system availability in the event of component failure. Components (N) have at least one independent backup component (+1). The level of resilience is referred to as active/passive or standby as backup components do not actively participate within the system during normal operation. The level of transparency (disruption to system availability) during failover is dependent on a specific solution, though degradation to system resilience will occur during failover.[1]

It is also possible to have N+1 redundancy with active-active components, in such cases the backup component will remain active in the operation even if all other components are fully functional, however the system will be able to perform in the event that one component is faulted and recover from a single component failure.

Examples of N+1 redundancy

N+1 redundancy

  • Connecting devices (server etc.) in dual switch storage area network (SAN) fabrics employ a discrete path to each switch. Only one path is active at any given time, resiliency is provided by the availability of an additional path if the active path becomes unavailable.
  • Data centre power generators that activate when the normal power source is unavailable.

1+1 redundancy

1+1 redundancy typically offers the advantage of additional failover transparency in the event of component failure. The level of resilience is referred to as active/active or hot as backup components actively participate with the system during normal operation. Failover is generally transparent (no disruption to system availability) as failover does not actually occur (just degradation to system resilience) as the backup components were already active within the system.[1]

  • Dual active power supplies in a server.
  • Mirrored hard drives within a server/PC system.

2+1 or 3+1 redundancy

2+1 redundancy or 3+1 redundancy is common on power systems for blade servers where a relatively small number of highly rated Uninterruptible Power Supplies (UPS) efficiently power a greater number of blades. An example is a server chassis that has three power supplies; the system may be set to 2+1 redundancy so that the blades can enjoy the power of two PSUs and have one available to give redundancy if one fails. It is also common to mix live (hot) redundancy where UPSes are online, and cold standby redundancy where they are offline until needed. The reason for this, in the case of UPSes, is that a common failure mode is component's end-of-life failure, and if UPSes are equally used, then they are highly likely to fail within a short space of time of each other when toward the end of service life.

Applications

Redundant systems are often used in data centers to maximise uptime or availability of computer systems. Other common implementations include aerospace, where redundant systems are used to improve safety and integrity of spacecraft, electric power systems and automobiles, where the emergency brake is available in a car as a redundant component in case of failure of the main brake systems. An example for the use of N+1 redundancy is the German power system, where it is called "(n-1) Sicherheit" in German.[2]

See also

References

  1. ^ a b "Redundancy: N+1, N+2 vs. 2N vs. 2N+1". datacenters.com. 2014-03-21. Retrieved 2014-06-29.
  2. ^ "N-1-Kriterium - Glossar - Netzentwicklungsplan". Netzentwicklungsplan Strom (in German). German Federal Network Agency.
This page was last edited on 19 June 2024, at 18:13
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.