Example: 'Do not react to failures'

Brief description

Algorithm which implements a 'do nothing' resilience mechanism. Under failure, takes no action; while for reparations tries to restore to the primary path, provided that resources are available

Algorithm description table

Algorithm inputs

A complete network design.

This algorithms does not require specific parameters.

Algorithm outputsUpon reparation events may restore some routes
Required librariesNone
KeywordsNone
AuthorsPablo Pavón Mariño, José Luis Izquierdo Zaragoza
DateDecember 2013
CodeNRSim_AA_doNothing.java

Detailed description

Upon failure events takes no action. However, upon reparation events, loops over the set of routes whose resources become available after the reparation and try to restore them