N+1 redundancy

N+1 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

Examples of N+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 (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]

Examples of 1+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 PSUs 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 PSUs are online, and cold standby redundancy where they are offline until needed. The reason for this, in the case of PSUs, is that a common failure mode is component's end-of-life failure, and if PSUs 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 ensure that computer systems continue without service interruption. 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.

See also

References

  1. 1 2 "Redundancy: N+1, N+2 vs. 2N vs. 2N+1". datacenters.com. 2014-03-21. Retrieved 2014-06-29.
This article is issued from Wikipedia - version of the 7/25/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.