Know which diagram, inventory, survey, or IPAM source should answer the operational question in front of you.
Documentation questions are operational-control questions. CompTIA is testing whether you know which record should answer the problem in front of you and why stale documentation creates outages. Strong operations teams do not treat diagrams, inventories, and address records as paperwork. They treat them as part of how the network stays supportable.
Rack diagram: A visual map of device placement within a rack or cabinet, useful for installation and support.
IPAM: IP address management, the process or system used to track address space, assignments, reservations, and utilization.
The exam usually wants you to identify:
| If you need to know… | Best source first |
|---|---|
| where a device sits physically | rack diagram or rack elevation |
| how sites and links connect logically | topology or logical network diagram |
| which subnet or reservation is already in use | IPAM system or subnet allocation record |
| what changed last night | change record or maintenance log |
| which circuit or interface connects two devices | port map, patching record, or wiring diagram |
CompTIA often rewards the answer that uses the right record first instead of jumping straight to live reconfiguration.
In small environments, people often treat IP tracking as optional. Network+ pushes against that habit. Once multiple VLANs, scopes, reservations, and site links exist, poor address management creates:
1site: branch-tor-01
2subnets:
3 - vlan: 10
4 purpose: users
5 cidr: 10.10.10.0/24
6 gateway: 10.10.10.1
7 - vlan: 20
8 purpose: voice
9 cidr: 10.10.20.0/24
10 gateway: 10.10.20.1
11reservations:
12 printer-1: 10.10.10.45
What to notice:
flowchart LR
A["Question appears"] --> B["Choose the right document"]
B --> C["Confirm current state"]
C --> D["Make or plan the change"]
D --> E["Update records after the change"]
What to notice:
Continue with 3.2 Life-Cycle Management & Decommissioning to keep the domain flow intact.