Track how devices move from deployment to support, update, replacement, and retirement without creating security or support gaps.
Lifecycle-management questions are risk-and-support questions. CompTIA is usually testing whether you understand that a device is not safe or supportable forever just because it still powers on. Planning replacement, support windows, and clean retirement is part of network operations, not optional admin work.
EOS / EOL: End of support or end of life, the point where a vendor stops supporting or selling a product.
Asset inventory: A maintained record of devices, software, versions, ownership, and lifecycle state.
The strongest answers usually separate:
flowchart LR
A["Deploy and document"] --> B["Patch and support"]
B --> C["Track vendor lifecycle state"]
C --> D["Refresh or replace"]
D --> E["Decommission and clean up"]
What to notice:
1asset:
2 hostname: dist-sw-02
3 os_version: 17.3
4 support_state: nearing-eos
5 replacement_target: q4-refresh
6 decommission_checks:
7 - backup archived
8 - credentials removed
9 - inventory updated
What to notice:
CompTIA often rewards the answer that sees the real risk:
That does not mean every older device must be ripped out immediately, but it does mean lifecycle risk has to be managed explicitly.
Continue with 3.3 Change Management to keep the domain flow intact.