3.0 Network Operations N10-009 Practice Quiz
201 exam-style questions covering 19% of the N10-009 exam. Instant feedback on every answer, progress tracking, no signup required.
This domain is part of the CompTIA Network+ practice test. Each question is tagged by exam objective and difficulty so you can drill exactly the areas you need.
Sample Questions
What is the difference between a physical network diagram and a logical network diagram?
- A. A physical diagram shows the actual physical layout of hardware including device locations, rack positions, cable runs, and physical connections between equipment; a logical diagram shows how the network functions including IP addressing, VLANs, routing protocols, and traffic flows without regard to physical location; both are necessary because a physical diagram tells you where equipment is while a logical diagram tells you how it communicates
- B. A physical diagram shows IP addresses and VLANs while a logical diagram shows cable lengths and connector types; the physical diagram is used by network engineers and the logical diagram by cable installers
- C. Physical and logical diagrams are identical documents; the terms are used interchangeably by different organizations; some companies call their network maps physical and others call them logical based on personal preference
- D. A physical diagram is drawn by hand while a logical diagram is created using software; the method of creation defines whether the diagram is classified as physical or logical
Physical and logical diagrams serve complementary purposes; a physical diagram answers 'where is the equipment and how is it physically connected' while a logical diagram answers 'how does the network communicate and what are the addressing and protocol relationships'; maintaining both types is a documentation best practice. This is the correct answer.
What information does a rack diagram document and why is it important for data center operations?
- A. A rack diagram documents the physical layout of equipment within a rack including which devices occupy which rack units (U positions), device models and serial numbers, cable connections between devices, power draw per device, and patch panel port assignments; it is important for capacity planning (knowing how many U remain), hardware replacement (finding the correct device without trial and error), power management (ensuring circuits are not overloaded), and troubleshooting (identifying which physical port connects to which device)
- B. A rack diagram documents the IP addresses assigned to each device in a rack; it is used by DHCP administrators to track which IP addresses are assigned to which physical locations
- C. A rack diagram documents only the network topology showing how switches connect to routers and firewalls; it is equivalent to a logical network diagram but drawn in a vertical format to represent rack-mounted equipment
- D. A rack diagram is used exclusively by facilities management to track rack weight load limits; network engineers use logical diagrams while facilities uses rack diagrams for structural safety compliance
Rack diagrams are the authoritative reference for physical data center organization; they enable efficient operations by eliminating guesswork during hardware work; modern rack diagram tools (like Netbox, Racktables, or Visio rack shapes) link rack diagrams to asset inventory providing a single reference for all rack-related information. This is the correct answer.
A network engineer is troubleshooting a connectivity issue between two buildings. They have both physical and logical diagrams available. Which diagram helps identify the physical cable path and which helps verify the routing configuration?
- A. The logical diagram shows the cable path because cables are logical connections between devices; the physical diagram shows routing configuration because routing protocols determine the physical path packets take through the network
- B. Either diagram can be used for both purposes; modern network diagrams always include both physical and logical information in the same document; separate physical and logical diagrams are an outdated practice replaced by unified network topology tools
- C. The physical diagram shows the cable path between buildings including which conduit, patch panel ports, and intermediate splice points the cable traverses; the logical diagram shows the routing configuration including subnet assignments, routing protocol relationships, and next-hop addresses; using both together gives the complete picture needed to isolate whether the fault is physical (damaged cable, wrong port) or logical (misconfigured route, wrong VLAN)
- D. Neither diagram is useful for troubleshooting; troubleshooting requires real-time data from monitoring tools; static diagrams are only useful during initial installation and become inaccurate immediately after the first network change
Each diagram type serves a specific troubleshooting purpose; physical diagrams help locate the fault physically (which cable, which port, which patch panel) while logical diagrams help verify the configuration (correct subnet, routing entry, VLAN assignment); experienced network engineers use both simultaneously during complex troubleshooting. This is the correct answer.
A new network technician joins a company and is given only a logical diagram of the network. They are asked to locate a specific switch in the building to replace a failed transceiver. What documentation gap does this reveal?
- A. The logical diagram should contain equipment location information; the technician is using the wrong section of the document; logical diagrams always include floor plan overlays showing device locations
- B. The gap is in the asset inventory not the diagram type; the technician needs a spreadsheet listing switch serial numbers and locations; physical and logical diagrams are not the appropriate tool for locating physical equipment
- C. The logical diagram is sufficient; the technician should use the switch's IP address from the logical diagram to SSH into the device and use the show location command which displays the physical location stored in the switch configuration
- D. The company lacks a physical network diagram; logical diagrams show IP addressing, VLANs, and routing relationships but do not show where equipment is physically located in the building; without a physical diagram or floor plan showing switch locations, rack positions, and room numbers the technician cannot locate the switch without physically searching the building; this is a common and costly documentation gap
Physical documentation gap is the core issue; logical diagrams are effective for understanding network architecture but provide no information about physical location; organizations without current physical diagrams waste significant time during hardware replacement, troubleshooting, and audits because staff must physically search for equipment. This is the correct answer.
A data center technician needs to install a new 2U server in a rack that currently houses a firewall (2U), two switches (1U each), a patch panel (2U), a KVM (1U), and two cable managers (1U each) in a 20U rack. How should a rack diagram help plan this installation?
- A. The rack diagram shows the IP address plan for the new server; the technician uses the diagram to select an available IP address before physically installing the server
- B. The rack diagram is not useful for installation planning; the technician should simply install the server in the lowest available position and update the diagram afterward if time permits
- C. The rack diagram shows current U occupancy allowing the technician to calculate available space; total occupied: 2+1+1+2+1+1+1=9U used of 20U leaving 11U available which exceeds the 2U requirement; the diagram also shows where the open spaces are located allowing the technician to choose an appropriate position considering airflow (keeping space below hot-running equipment), cable reach (proximity to patch panel), and weight distribution; after installation the diagram must be updated to reflect the new server position
- D. The rack diagram shows which rack unit positions are reserved for future expansion; the technician must install the server only in positions not marked as reserved regardless of other space considerations
Rack diagrams enable pre-installation planning; calculating available U space prevents the technician from arriving at the rack only to discover the position is already occupied; position selection based on airflow and cable routing improves operational outcomes; mandatory diagram updates after installation maintain accuracy. This is the correct answer.
An organization experiences a major network outage. The post-incident review finds that the logical diagram was last updated 18 months ago and does not reflect significant network changes made since then. What process failure does this represent and what controls prevent documentation drift?
- A. This represents a hardware failure; network diagrams are automatically updated by the network management system and an 18-month gap indicates the NMS software has a bug that must be patched
- B. This represents a change management process failure; documentation updates should be a mandatory deliverable of every change request; controls that prevent documentation drift include: requiring diagram updates as part of change approval and closure criteria so no change is marked complete without updated documentation, using automated discovery tools (like SolarWinds, Netbox, or Nautobot) that continuously update topology diagrams from live network data, implementing documentation review as part of periodic audits, and assigning documentation ownership with accountability for currency; 18 months of undocumented changes means the diagram provided false confidence and lengthened the outage investigation
- C. This represents acceptable documentation practice; network diagrams do not need to be updated more frequently than annually because networks are stable infrastructure that rarely changes; 18 months is within acceptable documentation maintenance windows
- D. This represents a training failure only; individual engineers failed to update diagrams due to lack of awareness; the solution is a one-time training session after which engineers will independently maintain accurate documentation without process controls
Change management integration with documentation is the systematic solution; documentation drift occurs when the change process does not enforce documentation updates as a completion criterion; automated discovery tools reduce the burden of manual updates; both process controls and automation are necessary for sustained accuracy in large networks. This is the correct answer.
A network manager is auditing documentation accuracy. They find the rack diagram shows a router in rack 3, unit 15, but physically the router is in rack 3, unit 17. This type of inaccuracy is common across multiple racks. What documentation governance approach prevents rack diagram inaccuracy at scale?
- A. Rack diagrams should only be updated quarterly during scheduled maintenance windows; frequent updates introduce more errors than they correct; the quarterly review cycle is the industry-standard documentation cadence for data centers
- B. Each rack should have a dedicated documentation owner responsible for that rack's diagram; the owner physically inspects their assigned rack daily and updates the diagram accordingly; distributed ownership eliminates inaccuracy through frequent manual verification
- C. Rack diagram inaccuracy is inevitable in large data centers; organizations should accept a 20-30% error rate as normal and train technicians to always physically verify equipment location rather than trusting documentation
- D. Automated discovery tools integrated with a network documentation platform (such as Netbox, Racktables, or DCIM software) continuously update rack diagrams by correlating LLDP/CDP neighbor data, SNMP OID queries, and barcode/RFID asset scans with physical location databases; change management integration requires technicians to scan asset tags when moving equipment automatically updating the rack diagram in real time; physical audit reconciliation compares diagram data against physical reality on a scheduled basis; combining automation with mandatory update workflows during change execution prevents the accumulative drift that creates widespread inaccuracy
Automation combined with process controls is the scalable solution; DCIM (Data Center Infrastructure Management) platforms automate discovery and track physical location changes; barcode/RFID scanning during moves enforces documentation updates as part of the physical change; scheduled audits catch errors that automation misses; this combination addresses both the technical and procedural causes of documentation drift. This is the correct answer.
What is a cable map and what information does it typically contain?
- A. A cable map documents the physical routing and termination details of network cabling including cable ID or label, origin (source port/panel), destination (destination port/panel), cable type (Cat6A, OM4 fiber), cable length, physical path (conduit, cable tray, or plenum), and test results; cable maps allow technicians to trace specific cables without visual inspection of the entire run and are essential for troubleshooting, capacity planning, and moves/adds/changes
- B. A cable map is a diagram showing wireless signal coverage areas throughout a building; it uses color gradients to show Wi-Fi signal strength and is used to plan access point placement
- C. A cable map is a spreadsheet of IP addresses assigned to each network cable; since each cable represents one device connection the cable map is essentially an IP address inventory organized by physical cable identifier
- D. A cable map documents only fiber optic cables; copper cables are tracked in a separate wiring schedule because copper and fiber require different termination techniques and are managed by different teams
Cable maps are the detailed reference for the physical cabling plant; knowing where every cable runs, what type it is, and what it connects allows rapid identification of the correct cable during troubleshooting or modifications; labeled cables cross-referenced in a cable map eliminate guesswork and reduce the risk of accidentally disconnecting the wrong cable. This is the correct answer.
Link to this quiz
Studying with a group or teaching a class? Send this address or paste the link into your notes, wiki, or course page:
https://quizbuffet.com/comptia-network-plus/network-operations/
<a href="https://quizbuffet.com/comptia-network-plus/network-operations/">CompTIA Network+ Network Operations practice quiz on QuizBuffet</a>
Other N10-009 Domains
← Back to N10-009 practice test overview
Questions are written against the published N10-009 objectives and checked for accuracy and balance before they go live. How QuizBuffet writes and reviews its questions.