Information security - Change Management Process
Understand the purpose, key phases, and stakeholder responsibilities of an information security change management process.
Summary
Read Summary
Flashcards
Save Flashcards
Quiz
Take Quiz
Quick Practice
What is the formal definition of Change Management?
1 of 8
Summary
Change Management
Introduction
Change management is a formal, structured process that organizations use to manage modifications to their IT infrastructure. Whether you're updating software, modifying network configurations, or replacing servers, every change carries some risk of disruption. Change management exists to minimize these risks while ensuring that the IT environment remains stable and reliable.
What is Change Management?
Change management is defined as a formal process for directing and controlling alterations to the information processing environment. This includes changes to desktops, networks, servers, software applications, and databases—essentially any component of the IT infrastructure.
The term "formal process" is important: this isn't about individuals making changes on their own initiative. Instead, it's a documented, repeatable procedure with defined steps, approval authorities, and quality checks.
The diagram above illustrates the scope of IT environments that change management oversees. Changes can affect any layer—from the underlying data to applications, individual hosts, or even the entire network. Each layer requires consideration during the change process.
Why Change Management Matters: Risk Reduction and Stability
The core objective of change management is to reduce risks introduced by changes and improve stability and reliability of the processing environment.
Consider what happens without proper change management: A developer pushes an update to production without testing it, a network administrator modifies a router configuration without notifying anyone, or two teams make conflicting changes simultaneously. Each scenario could result in downtime, data loss, or security vulnerabilities.
By implementing change management, organizations establish guardrails that:
Ensure changes are tested before reaching production
Prevent conflicting or incompatible changes
Document what changed and why
Enable quick recovery if something goes wrong
Improve the organization's overall stability
Defining Scope: What Counts as a Change?
Before change management can work, organizations must clearly define what constitutes a change. This definition must be communicated throughout the organization so everyone understands which activities require formal approval and which don't.
A typical definition might include:
Any modification to hardware, software, or configurations
Security patches or updates
Network or infrastructure changes
Database schema modifications
Application code deployments
Minor changes (like resetting a user's password) typically don't require the full change management process, while major infrastructure updates do. The organization must be explicit about these boundaries to avoid either excessive bureaucracy or inadequate oversight.
The Change Review Board: Governance and Oversight
Most organizations establish a change review board (CRB) composed of representatives from multiple areas:
Business units (to ensure changes align with business needs)
Security (to assess security implications)
Networking (to evaluate infrastructure impact)
System administration, database administration, and application development (to assess technical feasibility)
Desktop support and help desk (who will manage user-facing impacts)
The CRB's core responsibility is to ensure that documented change management procedures are followed. Throughout the change process, the board reviews requests, approves changes, schedules implementations, and conducts post-implementation reviews.
The Phases of Change Management
Change management follows a structured, multi-phase process. Understanding each phase is essential because they build on each other and each phase has specific objectives.
Request Phase: Initiating Change
The process begins when someone submits a change request. Anyone in the organization may request a change—this could be a business user requesting a new feature, an administrator identifying a security patch, or a developer proposing an optimization.
The request undergoes a preliminary review to assess two key factors:
Compatibility with business practices: Does this change align with how the organization operates?
Resource requirements: Do we have the people, time, and tools to implement this?
This early filter prevents obviously incompatible or infeasible requests from consuming valuable review time.
Approval Phase: Decision-Making and Prioritization
Management reviews the preliminary assessment and makes a critical decision: approve or reject the request. During approval, management also assigns priorities to determine sequencing.
Requests may be rejected if they are:
Incompatible with the organization's business model
Non-compliant with industry standards or regulations
Beyond available resources
Contradictory to other approved changes
This is where business and technical considerations intersect. A technically sound change might be rejected because the organization lacks IT resources at that moment, or it might conflict with strategic priorities.
Planning Phase: Detailed Preparation
Once approved, the real work begins. Planning a change involves:
Determining scope and impact: What systems will be affected? What business processes depend on these systems?
Analyzing complexity: How difficult is this change? Does it require specialized expertise? Are there dependencies on other systems or projects?
Allocating resources: Who will perform the work? How much time is needed?
Developing three critical plans:
Testing plan: How will we validate the change works correctly?
Implementation plan: What are the step-by-step instructions for deploying the change?
Back-out plan: If something goes wrong, how will we revert to the previous state?
The back-out plan is particularly important—it's your safety net. Every implementation should have a clearly documented procedure to roll back if problems occur.
Testing Phase: Validation in Safe Environments
Here's a critical principle: Every change must be tested in a safe test environment that closely mirrors production.
"Closely mirrors production" is key. Your test environment should have:
Similar hardware configurations
The same software versions
Comparable data volumes
The same network architecture
Testing only in a test environment that's completely different from production is nearly useless because problems that would occur in production won't surface.
Equally important: the back-out plan must also be tested. You don't want to discover during an actual incident that your rollback procedure doesn't work. Test it in your safe environment first.
Scheduling Phase: Avoiding Conflicts
Once testing is complete and the change is approved for deployment, the change review board assists in scheduling changes to avoid conflicts with:
Other scheduled changes (coordinating the overall IT workload)
Critical business activities (avoiding implementation during peak business periods)
The board maintains a calendar of scheduled changes to prevent situations where multiple changes happen simultaneously, which would make it impossible to identify which change caused a problem if something fails.
Communication Phase: Keeping Stakeholders Informed
Once scheduled, changes must be communicated to all stakeholders, including:
The help desk (who will field user questions and support the change)
End users (who need to understand any disruptions or new processes)
System administrators and support staff
Application owners and business leaders
This communication serves multiple purposes:
Awareness: People know when the change will happen and what to expect
Feedback: Stakeholders can identify potential conflicts (for example, a scheduled change that coincides with an important deadline)
Preparation: Help desk can be trained on new features or troubleshooting steps
Accountability: Everyone knows what was supposed to happen, making post-implementation review easier
Implementation Phase: Execution and Contingency
Changes are implemented at the appointed date and time according to the implementation plan. This sounds straightforward, but requires:
Coordination and communication
Careful execution of step-by-step procedures
Real-time monitoring for problems
Rapid decision-making if issues arise
If implementation fails or discovers critical problems, the back-out plan is executed. This returns the system to its previous state, minimizing damage from the failed change. Once backed out, the change can be re-planned and re-tested before another implementation attempt.
Post-Change Review Phase: Learning and Improvement
After implementation (whether successful or not), the change review board conducts a post-implementation review. This is especially critical for failed or backed-out changes.
The review examines:
What went right or wrong?
Were the original assumptions about complexity, resources, or testing adequate?
What can we improve in our process?
Should we adjust our change management procedures?
This feedback loop is what transforms change management from mere bureaucracy into a genuinely effective risk management system. Each change teaches the organization something that makes future changes safer.
Summary
Change management is a systematic approach to IT modifications that balances the need for organizational change with the need for system stability. By following structured phases—request, approval, planning, testing, scheduling, communication, implementation, and post-change review—organizations can reduce risks while maintaining control over their IT environment. The change review board provides the governance structure that ensures consistency and quality throughout this process.
Flashcards
What is the formal definition of Change Management?
A formal process for directing and controlling alterations to the information processing environment (desktops, networks, servers, and software).
What are the primary objectives of Change Management?
Reduce risks introduced by changes
Improve stability of the processing environment
Improve reliability of the processing environment
What is the primary responsibility of the Change Review Board?
Ensuring that documented change management procedures are followed.
How does the Change Review Board assist during the scheduling phase?
It helps schedule changes to avoid conflicts with other changes or critical business activities.
What is the purpose of the Change Review Board's post-implementation review?
To identify problems and improve future processes, especially for failed or backed-out changes.
Besides the change itself, what else must be tested during the testing phase?
The back-out plan.
Who must be informed once a change is scheduled?
All stakeholders, including the help desk and users.
What action is taken if a change implementation fails?
The back-out plan is executed.
Quiz
Information security - Change Management Process Quiz Question 1: Who assists in scheduling changes to avoid conflicts with other scheduled changes or critical business activities?
- The change review board assists in scheduling changes (correct)
- Individual developers schedule changes independently
- The help desk alone determines the schedule
- Senior executives set the schedule without technical input
Information security - Change Management Process Quiz Question 2: What happens during the implementation phase if a change fails?
- The back‑out plan is executed (correct)
- The change is left in a partial state and monitored
- The implementation is retried immediately without rollback
- The change is abandoned with no further action
Information security - Change Management Process Quiz Question 3: Which of the following positions is typically NOT a member of the change review board?
- External auditor (correct)
- Business area representative
- System administrator
- Application developer
Information security - Change Management Process Quiz Question 4: Which of the following activities would be managed under the change management process?
- Updating the operating system on a production server (correct)
- Hiring a new employee for the marketing team
- Purchasing office furniture
- Conducting a user satisfaction survey
Information security - Change Management Process Quiz Question 5: Implementation of change management most directly improves which characteristic of the IT environment?
- Stability and reliability (correct)
- Speed of new feature rollout regardless of impact
- Amount of user training required
- Cost of hardware procurement
Information security - Change Management Process Quiz Question 6: What is the first action an organization should take when establishing its change management program?
- Define what constitutes a change and share that definition widely (correct)
- Allocate budget for all future changes before defining a change
- Train every employee on the new software before any change definition
- Deploy a pilot change directly into production
Information security - Change Management Process Quiz Question 7: During the request phase, a submitted change request is initially evaluated for compatibility with business practices and which other factor?
- Required resources (correct)
- Employee vacation schedules
- Preferred user interface colors
- Company holiday calendar
Information security - Change Management Process Quiz Question 8: When assigning priorities to change requests, management primarily considers the potential impact on which area?
- Business operations (correct)
- Office décor
- Social media presence
- Employee lunch break times
Information security - Change Management Process Quiz Question 9: Which document created during the planning phase describes how to revert a change if it does not work as expected?
- Back‑out plan (correct)
- Marketing plan
- Training schedule
- Budget forecast
Information security - Change Management Process Quiz Question 10: When a change is scheduled, which stakeholder group is explicitly required to receive notification?
- Help desk staff (correct)
- External investors
- Legal counsel
- Public relations team
Information security - Change Management Process Quiz Question 11: Who is responsible for conducting the post‑implementation review after a change is deployed?
- Change review board (correct)
- End‑user support team
- Finance department
- Corporate communications office
Information security - Change Management Process Quiz Question 12: During the testing phase of change management, which item must also be tested in the safe test environment besides the change itself?
- The back‑out plan (correct)
- User training materials
- License agreements
- Performance monitoring tools
Who assists in scheduling changes to avoid conflicts with other scheduled changes or critical business activities?
1 of 12
Key Concepts
Change Management Process
Change Management
Change Request
Change Approval
Change Planning
Change Implementation
Post‑Implementation Review
Change Oversight and Coordination
Change Review Board
Change Scheduling
Change Communication
Change Validation
Change Testing
Definitions
Change Management
Formal process for directing and controlling alterations to an information processing environment.
Change Review Board
Group of representatives from business, security, networking, and IT areas that oversees change management procedures.
Change Request
Formal proposal submitted by any individual to modify systems, undergoing preliminary review for compatibility and resources.
Change Approval
Management decision to authorize, prioritize, or reject a change request based on business fit and resource constraints.
Change Planning
Activity that defines scope, impact, complexity, allocates resources, and creates testing and back‑out plans.
Change Testing
Validation of a change in a safe environment that mirrors production, including testing the back‑out plan.
Change Scheduling
Coordination of change implementation dates to avoid conflicts with other changes or critical business activities.
Change Communication
Dissemination of change details to all stakeholders to ensure awareness and gather feedback.
Change Implementation
Execution of the approved change according to the implementation plan, with fallback to the back‑out plan if needed.
Post‑Implementation Review
Evaluation conducted after a change, especially failures, to identify problems and improve future processes.