Question

Difficulty: MediumPatch Management and Software Maintenance

To address an active security advisory affecting perimeter routing hardware, an engineer is tasked with implementing an urgent software patch. Before committing the patch package to primary operational equipment, which set of procedures best ensures network stability and recovery capability in accordance with standard maintenance practices?

  1. Validate the cryptographic hash of the patch package, take a complete configuration and software image backup, and test the update within a staging environment.Answer
  2. B
    Perform an incremental backup to save maintenance window time, apply the update directly to active nodes, and audit device performance post-installation.
  3. C
    Deploy the patch across production nodes immediately to neutralize the vulnerability, then establish a testing baseline if operational anomalies occur.
  4. D
    Downgrade SNMP monitoring protocols to SNMPv1 to prevent monitoring overhead during installation and push the patch without verifying payload signatures.

Answer

Validate the cryptographic hash of the patch package, take a complete configuration and software image backup, and test the update within a staging environment.
Verifying the file hash guarantees file integrity. Creating a full configuration and image backup provides a verified recovery path, and executing lab testing ensures stability prior to live deployment.

Step-by-Step Solution

1
Verify patch integrity
Ensures the downloaded update file is authentic and uncorrupted.
Prevents installing damaged or malicious software images.
2
Create pre-patch backup baseline
Generates a full configuration and OS image backup.
Provides a reliable rollback point if the patch causes unexpected failure.
3
Validate in lab/staging
Identifies potential bugs or protocol incompatibilities in a non-production setting.
Reduces risk of network downtime during production deployment.

Key Concept

Pre-deployment validation, baseline backup creation, and staging in patch management lifecycles.
Rate this question