HOME

TheInfoList



OR:

A single point of failure (SPOF) is a part of a system that, if it fails, will stop the entire system from working. SPOFs are undesirable in any system with a goal of high availability or reliability, be it a business practice, software application, or other industrial system.


Overview

Systems can be made robust by adding redundancy in all potential SPOFs. Redundancy can be achieved at various levels. The assessment of a potential SPOF involves identifying the critical components of a complex system that would provoke a total systems failure in case of
malfunction A malfunction is a state in which something functions incorrectly or is obstructed from functioning at all. Some types of malfunctions are: *Malfunction (parachuting), malfunction of a parachute *Sexual malfunction, also called "sexual dysfuncti ...
. Highly reliable systems should not rely on any such individual component. For instance, the owner of a small tree care company may only own one woodchipper. If the chipper breaks, he may be unable to complete his current job and may have to cancel future jobs until he can obtain a replacement. The owner of the tree care company may have spare parts ready for the repair of the wood chipper, in case it fails. At a higher level, he may have a second wood chipper that he can bring to the job site. Finally, at the highest level, he may have enough equipment available to completely replace everything at the work site in the case of multiple failures. File:Spof_simple.svg, Possible SPOFs in a simple setup. File:Spof_redundancy.svg, Using redundancy to avoid some SPOFs. File:Spof_complex.svg, Completely redundant system without SPOFs.(Note: Assumes Generator and Grid sources are each rated at N, Each UPS is rated at N and "A/C" and "Electrical" are in themselves completely fault tolerant systems.


Computing

A fault-tolerant computer system can be achieved at the internal component level, at the system level (multiple machines), or site level (replication). One would normally deploy a load balancer to ensure high availability for a
server cluster A computer cluster is a set of computers that work together so that they can be viewed as a single system. Unlike grid computers, computer clusters have each node set to perform the same task, controlled and scheduled by software. The compo ...
at the system level. In a high-availability server cluster, each individual server may attain internal component redundancy by having multiple power supplies, hard drives, and other components. System-level redundancy could be obtained by having spare servers waiting to take on the work of another server if it fails. Since a data center is often a support center for other operations such as business logic, it represents a potential SPOF in itself. Thus, at the site level, the entire cluster may be replicated at another location, where it can be accessed in case the primary location becomes unavailable. This is typically addressed as part of an IT disaster recovery (resiliency) program. Paul Baran and Donald Davies developed packet switching, a key part of "survivable communications networks". Such networks including
ARPANET The Advanced Research Projects Agency Network (ARPANET) was the first wide-area packet-switched network with distributed control and one of the first networks to implement the TCP/IP protocol suite. Both technologies became the technical fou ...
and the
Internet The Internet (or internet) is the global system of interconnected computer networks that uses the Internet protocol suite (TCP/IP) to communicate between networks and devices. It is a '' network of networks'' that consists of private, p ...
are designed to have no single point of failure. Multiple paths between any two points on the network allow those points to continue communicating with each other, the packets "routing around" damage, even after any single failure of any one particular path or any one intermediate node.


Software engineering

In
software engineering Software engineering is a systematic engineering approach to software development. A software engineer is a person who applies the principles of software engineering to design, develop, maintain, test, and evaluate computer software. The term '' ...
, a bottleneck occurs when the capacity of an
application Application may refer to: Mathematics and computing * Application software, computer software designed to help the user to perform specific tasks ** Application layer, an abstraction layer that specifies protocols and interface methods used in a c ...
or a computer system is limited by a single component. The bottleneck has lowest throughput of all parts of the transaction path.


Performance engineering

Tracking down bottlenecks (sometimes known as ''hot spots'' – sections of the code that execute most frequently – i.e., have the highest execution count) is called performance analysis. Reduction is usually achieved with the help of specialized tools, known as performance analyzers or profilers. The objective is to make those particular sections of code perform as fast as possible to improve overall algorithmic efficiency.


Computer security

A vulnerability or security exploit in just one component can compromise an entire system.


Other fields

The concept of a single point of failure has also been applied to fields outside of engineering, computers, and networking, such as corporate supply chain management and transportation management."Crucial, Century-Old, And Sometimes Stuck: Connecticut Bridge Is Key To Northeast Corridor"
Connecticut Public Radio Connecticut Public Radio is a network of public radio stations in the state of Connecticut, western Massachusetts, and eastern Long Island, affiliated with NPR (National Public Radio). It is owned by Connecticut Public Broadcasting Network, wh ...
, August 8, 2017.
Design structures that create single points of failure include
bottleneck Bottleneck literally refers to the narrowed portion (neck) of a bottle near its opening, which limit the rate of outflow, and may describe any object of a similar shape. The literal neck of a bottle was originally used to play what is now known as ...
s and series circuits (in contrast to
parallel circuit Two-terminal components and electrical networks can be connected in series or parallel. The resulting electrical network will have two terminals, and itself can participate in a series or parallel topology. Whether a two-terminal "object" is ...
s). In transportation, some noted recent examples of the concept's recent application have included the
Nipigon River Bridge The Nipigon River Bridge is a cable-stayed bridge in Canada carrying Highway 11 and Highway 17, designated as part of the Trans-Canada Highway, across the Nipigon River near Nipigon, Ontario. History A steel deck truss road bridge wa ...
in Canada, where a partial bridge failure in January 2016 entirely severed road traffic between Eastern Canada and Western Canada for several days because it is located along a portion of the
Trans-Canada Highway The Trans-Canada Highway (Canadian French, French: ; abbreviated as the TCH or T-Can) is a transcontinental federal–provincial highway system that travels through all ten provinces of Canada, from the Pacific Ocean on the west coast to the A ...
where there is no alternate detour route for vehicles to take; and the
Norwalk River Railroad Bridge The Norwalk River Railroad Bridge (also known as the Walk Bridge) is a swing bridge built in 1896 for the New York, New Haven and Hartford Railroad. It currently carries Amtrak and Metro-North Railroad trains over the Norwalk River. The current ...
in Norwalk,
Connecticut Connecticut () is the southernmost state in the New England region of the Northeastern United States. It is bordered by Rhode Island to the east, Massachusetts to the north, New York (state), New York to the west, and Long Island Sound to the ...
, an aging swing bridge that sometimes gets stuck when opening or closing, disrupting rail traffic on the Northeast Corridor line. The concept of a single point of failure has also been applied to the fields of intelligence. Edward Snowden talked of the dangers of being what he described as "the single point of failure" – the sole repository of information.


Life-support systems

A component of a life-support system that would constitute a single point of failure would be required to be extremely reliable.


See also


Concepts

* * * *


Applications

* * * * *


In literature

* *


References

{{Underwater diving, divsaf Engineering failures Systems engineering Reliability engineering Fault-tolerant computer systems Network architecture