-
Non-Persistence
- Systems are designed with the expectation that components will fail.
- A resilient or fault-tolerant system design is built with redundant components.
-
Revert to Known State
- OS features that revert a system to a previous configuration.
-
If a system is compromised or corrupted, it may be possible to rollback that server to the last known good configuration:
-
Rollback
- A term used to describe the process of returning a computer back to a state when it was working properly.
-
Snapshots
- Common in virtualized/cloud environments
- The organization automatically takes images of the storage associated with a server at specified time intervals. If the server or drive fails, the snapshot may be used to rebuild the server.
-
Live Boot
- A complete bootable computer installation including operating system which runs directly from a CD-ROM or similar storage device into a computer's memory, rather than loading from a hard disk drive.