Configuration Management
Unlock the complete study guide + 1,040 practice questions across 16 full exams.
Bundled into the existing CompTIA Network+ premium course — no separate purchase.
Included in this chapter:
- Three states of one configuration
- The baseline as golden reference
- Version control and automated backup
- Restoring after failure or a bad change
- Exam-pattern recognition
The three configuration states: where each lives and what it is for
| Attribute | Running configuration | Backup (startup) configuration | Baseline (golden) configuration |
|---|---|---|---|
| What it is | Settings the device is using right now | Saved copy reloaded on next boot | Approved known-good reference for the role |
| Where it lives | Volatile memory (RAM) on the device | Non-volatile storage on the device | External version-controlled repository |
| Survives a reboot? | No, lost unless saved | Yes, this is what reloads | Yes, it is off the device entirely |
| Primary purpose | Run the device live | Recover the same device after reboot/failure | Detect drift, rebuild fast, enforce consistency |
| Updated by | Each command as you type it | Saving the running config | Approving and committing a new known-good revision |
Decision tree
Cheat sheet
Unlock with Premium — includes all practice exams and the complete study guide.
Also tested in
References
- NIST Glossary — Configuration Management Whitepaper
- NIST Glossary — Baseline Configuration Whitepaper
- NIST SP 800-128: Guide for Security-Focused Configuration Management of Information Systems Whitepaper
- What Is AWS Config? (configuration history and last known good configuration)
- AWS Well-Architected OPS08-BP03: Make frequent, small, reversible changes Well-Architected