K-out-of-n Systems: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) (Created page with '{{DISPLAYTITLE:k-out-of-n Systems}}{{Reference Example|{{Banner BlockSim Reference Examples}}}} This example validates the results for ''k''-out-of-''n'' systems in BlockSim's an…') |
Kate Racaza (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 22: | Line 22: | ||
Since the time to failure is exponential, system reliability is calculated via Equation 4.23 on page 78 by substituting the given data as: | Since the time to failure is exponential, system reliability is calculated via Equation 4.23 on page 78 by substituting the given data as: | ||
::<math>R(t) = \sum^{n}_{i=k}C^{i}_{ | ::<math>R(t) = \sum^{n}_{i=k}C^{i}_{n} e^{-\lambda i t} (1-e^{-\lambda t})^{n-i}\,\!</math> | ||
::<math>R(8760) = \sum^{5}_{i=3}C^{i}_{5} e^{-2.7 \times 10^{-5} \times 8760i} (1-e^{-2.7 \times 10^{-5} \times 8760})^{5-i} = 0.9336\,\!</math> | ::<math>R(8760) = \sum^{5}_{i=3}C^{i}_{5} e^{-2.7 \times 10^{-5} \times 8760i} (1-e^{-2.7 \times 10^{-5} \times 8760})^{5-i} = 0.9336\,\!</math> | ||
Line 34: | Line 34: | ||
Each server is modeled with an exponential distribution with a lambda of 2.7 × 10-5 failures per hour. | Each server is modeled with an exponential distribution with a lambda of 2.7 × 10<sup>-5</sup> failures per hour. | ||
Line 41: | Line 41: | ||
The reliability of the web host after one year of continuous operation (8760 hours) is calculated in the QCP as 93.36%, which is the same as the result calculated in the reference book. | The reliability of the web host after one year of continuous operation (8760 hours) is calculated in the QCP as 93.36%, which is the same as the result calculated in the reference book. | ||
[[Image:kn_qcprel.png|center]] | [[Image:kn_qcprel.png|center|500px]] | ||
The mean time between failures (MTBF) is estimated to be 29,004 hours. | |||
[[Image: | [[Image:kn_qcpmtbf.png|center|500px]] | ||
Line 53: | Line 53: | ||
We can also estimate the results by using the simulation tool in BlockSim. The simulation settings are shown below. | We can also estimate the results by using the simulation tool in BlockSim. The simulation settings are shown below. | ||
[[Image:kn_sim.png|center]] | [[Image:kn_sim.png|center|500px]] | ||
The point reliability after 8760 hours of use is estimated to be 93. | The point reliability after 8760 hours of use is estimated to be 93.45%. | ||
[[Image:kn_simqcprel.png|center]] | [[Image:kn_simqcprel.png|center|500px]] | ||
And the mean time to failure (MTTF) is estimated to be 29, | And the mean time to failure (MTTF) is estimated to be 29,048 hours. | ||
[[Image:kn_simqcpmttf.png|center]] | [[Image:kn_simqcpmttf.png|center|500px]] |
Latest revision as of 18:21, 31 July 2015
New format available! This reference is now available in a new format that offers faster page load, improved display for calculations and images and more targeted search.
As of January 2024, this Reliawiki page will not continue to be updated. Please update all links and bookmarks to the latest references at BlockSim examples and BlockSim reference examples.