Dependencies (Change Management)
- •
def
- •
the requirement that one component be completed or running before another can proceed (e.g., a service won't start without other active services, or an application requires a specific library version)
- •
- •
note
- •
modifying one component may require changing or restarting others, which can be challenging to manage — dependencies can even span across systems (e.g., upgrade firewall code first, then the firewall management software)
- •
- •
related