commit 72c7e968a2eac052a3b2027a6672f931707b604d parent 4666aefce40efc28bcffd7d787e85411831f102b Author: neau <neau@web> Date: Fri, 27 Oct 2023 04:23:19 +0200 empty web commit Diffstat:
| A | Resilience.mdwn | | | 11 | +++++++++++ |
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/Resilience.mdwn b/Resilience.mdwn @@ -0,0 +1,11 @@ +== The Four Concepts Of Resilience == + +* '''Resilience as Rebound''': Rebound is about returning to normal functioning after a disruption. +* '''Resilience as Robustness''': Robustness is the ability of a system to resist known disruptions. +* '''Resilience as Graceful Extensibility''': Graceful extensibility suggests the ability to grow from surprises which stands in contrast to robustness or graceful degradation, which only allow us to mitigate breakdowns. +* '''Resilience as Sustained Adaptability''': Sustained adaptability addresses a system's dynamics over life cycles or multiple cycles. The +architecture of the system needs to be equipped with the wherewithal to adapt when it will face predictable changes and challenges across its life cycle. + +=== Links === + +* [https://www.researchgate.net/publication/276139783_Four_concepts_for_resilience_and_the_implications_for_the_future_of_resilience_engineering David Woods' Original Paper]