permacomputing

Source repository for the main permacomputing wiki site
git clone http://git.permacomputing.net/repos/permacomputing.git # read-only access
Log | Files | Refs

Resilience.mdwn (902B)


      1 ### The Four Concepts Of Resilience
      2 
      3 - Resilience as Rebound: Rebound is about returning to normal functioning after a disruption.
      4 - Resilience as Robustness: Robustness is the ability of a system to resist known disruptions.
      5 - 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.
      6 - Resilience as Sustained Adaptability: Sustained adaptability addresses a system's dynamics over life cycles or multiple cycles. The
      7 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.
      8 
      9 ### Link
     10 
     11 - [original paper](https://www.researchgate.net/publication/276139783_Four_concepts_for_resilience_and_the_implications_for_the_future_of_resilience_engineering)