1. HPE. (2019). HPE NonStop for Dummies
2nd HPE Special Edition. John Wiley & Sons
Inc. In Chapter 2
"Defining High Availability
" a table shows that 99.9 percent availability equates to approximately 8.77 hours of downtime per year (p. 16). This value rounds to 8.8 hours.
2. Patterson
D. A.
& Hennessy
J. L. (2011). Computer Organization and Design: The Hardware/Software Interface (4th ed.). Morgan Kaufmann. Appendix B
"Assemblers
Linkers
and the SPIM Simulator
" discusses dependability metrics
including the formula for Mean Time To Failure (MTTF) and availability. The standard calculation method used is foundational in computer architecture and systems design courseware based on this text. The calculation is Availability = MTTF / (MTTF + MTTR)
which underpins the "nines" calculation.
3. Arpaci-Dusseau
R. H.
& Arpaci-Dusseau
A. C. (2018). Operating Systems: Three Easy Pieces. Arpaci-Dusseau Books. This university-level textbook
used in many computer science curricula
discusses availability concepts in the context of distributed systems (e.g.
Chapter 50)
reinforcing the standard mathematical approach to calculating downtime from a given availability percentage.