Ad slot · leaderboard (728×90 / responsive)Manual unit, below nav — clear of every quiz tap target
Home/ CompTIA Network+/ Domain 3: Network Operations
Free · N10-009 · Domain 3 of 5

CompTIA Network+ Domain 3: Network Operations

19% of the N10-009 exam
Practice — Domain 3
3.3 Disaster recovery metrics

A business continuity plan needs to define the maximum amount of data, measured in time, that the organization can afford to lose in an outage. Which metric is this?

Answer
Correct answerB · RPO — Recovery Point Objective

RPO is the maximum acceptable data loss expressed as time, which directly sets your backup frequency.

Why the other options are wrong
  • ARTO is how long you can be DOWN before recovering — a time-to-restore target, not a data-loss target.
  • CMTTR is the average time to fix a failed component — a maintainability metric, not a data-loss window.
  • DMTBF predicts how long a component runs before failing — a reliability metric, unrelated to data loss.
RPO = acceptable data loss (time); RTO = acceptable downtime. N10-009 Obj 3.3.
3.1 Network monitoring

A network team wants to centrally monitor device health and receive alerts (traps) when an interface goes down. Which protocol provides this?

Answer
Correct answerA · SNMP

SNMP polls devices for health data and sends traps when events occur — the standard for device monitoring.

Why the other options are wrong
  • BSMTP sends email. The similar name is the trap — it doesn't monitor network devices.
  • CFTP transfers files; it has nothing to do with device health monitoring.
  • DNTP synchronizes clocks. Useful operationally, but it doesn't monitor or alert on device state.
SNMP monitors devices and sends traps. N10-009 Obj 3.1.
3.1 Time synchronization

Log timestamps across many devices must stay synchronized so events can be correlated during an investigation. Which protocol keeps the device clocks aligned?

Answer
Correct answerA · NTP (UDP 123)

NTP synchronizes device clocks to a common time source, keeping log timestamps consistent.

Why the other options are wrong
  • BDNS resolves names to IPs; it has no role in clock synchronization.
  • CDHCP assigns IP configuration, not time. It can hand out an NTP server option, but it isn't the sync protocol.
  • DSNMP monitors devices but doesn't set their clocks. Plausible-sounding trap.
NTP synchronizes time (UDP 123). N10-009 Obj 3.1.
3.1 Logging — syslog severity

On a syslog server, which severity level represents the most critical condition?

Answer
Correct answerA · 0 — Emergency

Syslog severities run 0–7 with 0 (Emergency) the most severe — system is unusable.

Why the other options are wrong
  • B7 is the LEAST severe (verbose debugging). People assume higher numbers are worse — that's the trap.
  • CNotice is a normal-but-significant condition, not the most critical.
  • DError conditions are serious but still less severe than Emergency (0), Alert (1), and Critical (2).
Syslog severity 0 = Emergency (most severe), 7 = Debug. N10-009 Obj 3.1.
3.3 High availability

Two firewalls are deployed so that if the primary fails, the secondary automatically takes over the same traffic. What is this configuration called?

Answer
Correct answerA · Active/passive failover

One device handles traffic while the standby waits to take over on failure — classic HA failover.

Why the other options are wrong
  • BRound-robin DNS spreads requests across hosts; it doesn't provide stateful firewall failover.
  • CAggregation bundles links for bandwidth/redundancy on one device, not firewall-to-firewall failover.
  • DSTP prevents Layer 2 loops; it isn't a device failover mechanism.
Active/passive provides high-availability failover. N10-009 Obj 3.3.
3.2 Change management

Before modifying a production router, an engineer documents the change, obtains approval, schedules a maintenance window, and prepares a rollback plan. This process is part of what?

Answer
Correct answerA · Change management

Documented, approved, scheduled changes with a rollback plan are exactly what change management defines.

Why the other options are wrong
  • BIncident response reacts to an unplanned event. This is a planned, pre-approved change.
  • CPen testing probes for vulnerabilities; it isn't about controlling configuration changes.
  • DCapacity planning forecasts future resource needs, not the approval workflow for a change.
Change management governs planned changes with approval and rollback. N10-009 Obj 3.2.
3.1 Organizational documents and processes

A network engineer has finished testing a routing change in the lab and wants to apply it to production routers. Before implementation, the change advisory board insists on documentation describing exactly how to revert the change if it causes an outage. Which element of the change management process does this requirement describe?

Answer
Correct answerC · Rollback plan

A rollback plan documents the specific steps required to return systems to their previous working configuration if the implemented change causes failures or unexpected outages.

Why the other options are wrong
  • AA maintenance window defines the approved time frame for performing the work, but it does not describe the steps needed to undo a failed change.
  • BA risk assessment evaluates the potential impact and likelihood of problems beforehand, yet it does not provide the concrete procedure used to restore the prior state.
  • DThe approval workflow grants authorization to proceed with the change, but authorization alone does not specify how technicians would reverse the change after deployment.
A rollback plan defines how to revert a change to its prior state. N10-009 Obj 3.1
3.1 Organizational documents and processes

An enterprise has grown to dozens of subnets, and technicians frequently assign overlapping static IP addresses because they rely on scattered, out-of-date spreadsheets. Management wants a centralized system that tracks address allocations, integrates with DHCP and DNS, and shows which addresses remain available. Which solution best meets this need?

Answer
Correct answerA · IPAM

IP address management centralizes the tracking and allocation of address space, integrates with DHCP and DNS, and reports available and used addresses to prevent overlapping assignments.

Why the other options are wrong
  • BA NetFlow collector accounts for traffic conversations and bandwidth usage between hosts, but it does not manage or track the assignment of IP addresses.
  • CAn SNMP manager polls device health and interface statistics for monitoring purposes, yet it offers no centralized inventory or allocation of network address space.
  • DA syslog server aggregates event and log messages from network devices for review, but it does not record or coordinate which IP addresses are assigned.
IPAM centrally tracks IP allocations and integrates with DHCP and DNS. N10-009 Obj 3.1
3.2 Network monitoring technologies

While tuning syslog configuration, an administrator wants a router to forward only messages indicating the system is completely unusable—the single most severe condition—to a dedicated emergency alerting server. Which syslog severity level corresponds to this condition?

Answer
Correct answerB · Level 0, Emergency

Level 0 Emergency is the highest syslog severity and indicates the system is unusable, exactly matching the most critical condition the administrator wants forwarded.

Why the other options are wrong
  • ALevel 1 Alert signals that immediate action is needed, making it the second most severe, but it does not represent a fully unusable system.
  • CLevel 7 Debug is the least severe level and carries verbose troubleshooting details, which is the opposite of the most critical unusable condition described.
  • DLevel 3 Error reports error conditions that disrupt functions, but the device generally remains operational rather than completely unusable as required here.
Syslog severity 0 (Emergency) means the system is unusable, the most severe level. N10-009 Obj 3.2
3.2 Network monitoring technologies

A network manager needs a report showing which internal hosts generate the most traffic, the destinations those hosts communicate with, and the protocols used, but does not need to inspect the actual packet payloads. Which technology provides this conversation-level data most efficiently?

Answer
Correct answerD · NetFlow

NetFlow exports flow records summarizing source, destination, ports, and protocols for each conversation, efficiently identifying top talkers without capturing the full packet payloads.

Why the other options are wrong
  • ASNMP polling returns interface counters and aggregate totals such as bytes in and out, but it does not break traffic down into per-conversation source and destination detail.
  • BFull packet capture records entire payloads and consumes large amounts of storage and processing, which is far more than the summarized flow report the manager needs.
  • CSyslog collection gathers event and status messages generated by devices, but it does not produce statistics about traffic volume between communicating host pairs.
NetFlow/flow data summarizes conversations and top talkers without capturing payloads. N10-009 Obj 3.2
3.3 Disaster recovery and high availability

After a ransomware incident, leadership states that the business can tolerate losing at most 15 minutes of transaction data during any future disaster. The disaster recovery team must size backup and replication frequency to honor this limit. Which metric does the 15-minute tolerance define?

Answer
Correct answerA · RPO

The recovery point objective expresses the maximum acceptable amount of data loss measured in time, so a 15-minute tolerance directly sets the required backup or replication interval.

Why the other options are wrong
  • BThe recovery time objective defines how quickly service must be restored after an outage, addressing downtime duration rather than the amount of data that can be lost.
  • CMean time to repair measures the average time taken to fix a failed component, which describes repair efficiency, not the acceptable quantity of lost data.
  • DMean time between failures estimates how long a system operates before failing, indicating reliability rather than how much recent data loss is tolerable.
RPO is the maximum tolerable data loss expressed as a time interval. N10-009 Obj 3.3
3.4 Network services

Users report that Kerberos authentication intermittently fails, and log timestamps across multiple servers differ by several minutes, complicating event correlation. A technician suspects a core supporting service is misconfigured. Which service should be verified first to resolve the time discrepancies?

Answer
Correct answerC · NTP

Network Time Protocol synchronizes device clocks to a common time source, and misconfiguration causes the skew that breaks Kerberos and produces inconsistent log timestamps.

Why the other options are wrong
  • ADNS resolves hostnames to IP addresses and is unrelated to clock synchronization, so verifying it would not correct the multi-minute timestamp differences between servers.
  • BDHCP leases IP configuration to clients but does not synchronize system clocks, so it cannot be responsible for the inconsistent timestamps observed across the servers.
  • DSNMP monitors device status and gathers metrics, but it does not set or synchronize system time, so it would not cause or fix the clock discrepancies.
NTP synchronizes clocks; skew breaks Kerberos and log correlation. N10-009 Obj 3.4
3.1 Organizational documents and processes

A company is finalizing a contract with an ISP. The agreement guarantees 99.95% monthly uptime and specifies financial credits the provider must pay whenever availability falls below that threshold. Which document defines this measurable performance commitment and the associated penalties?

Answer
Correct answerB · Service-level agreement (SLA)

A service-level agreement specifies the measurable performance levels such as uptime percentages and the remedies or credits owed when the provider fails to meet the agreed targets.

Why the other options are wrong
  • AAn MOU records a non-binding statement of mutual intent to cooperate between parties and does not establish enforceable uptime metrics or financial penalties for missed targets.
  • CAn acceptable use policy dictates how users may use organizational systems and networks responsibly, but it does not define vendor performance guarantees or service availability commitments.
  • DA non-disclosure agreement protects confidential information shared between parties from being revealed, and it has nothing to do with measured service availability or uptime penalties.
An SLA defines measurable service levels (uptime) and the penalties for missing them. N10-009 Obj 3.1
3.2 Network monitoring technologies

An auditor flags that the network management station polls switches using SNMPv2c with a community string sent in clear text, exposing the credential to anyone sniffing the segment. The team must adopt a version that adds both authentication and payload encryption. Which option should they deploy?

Answer
Correct answerD · SNMPv3 using the authPriv level

SNMPv3 at the authPriv security level authenticates the sender and encrypts the message payload, protecting both the credentials and the monitoring data from sniffing on the wire.

Why the other options are wrong
  • ASNMPv1 still transmits its community string in clear text regardless of length and provides no authentication or encryption, leaving the management traffic fully exposed to interception.
  • BMoving to a non-standard port only adds obscurity; SNMPv2c continues to send the community string unencrypted, so an attacker capturing packets can still read the credential.
  • CSwitching from polling to traps only changes which device initiates the message and does not add authentication or encryption, so the underlying credential exposure remains unresolved.
SNMPv3 authPriv adds authentication and encryption that v1/v2c lack. N10-009 Obj 3.2
3.3 Disaster recovery and high availability

A financial firm requires that, after declaring a disaster, operations resume at an alternate facility within minutes. The facility must already contain current hardware and continuously replicated live data ready to run immediately. Which type of recovery site satisfies this requirement?

Answer
Correct answerA · Hot site

A hot site is a fully equipped, continuously updated duplicate facility holding live replicated data, allowing operations to fail over and resume within minutes of a disaster declaration.

Why the other options are wrong
  • BA warm site has hardware and connectivity in place but lacks continuously replicated data, so staff must restore recent backups first, requiring hours rather than minutes to resume.
  • CA cold site provides only space, power, and cooling with no installed equipment or data, so bringing operations online takes days while hardware is procured and configured.
  • DCloud cold storage archives data inexpensively for long-term retention with deliberately slow retrieval times, so it cannot deliver the immediate operational failover the firm requires.
A hot site is fully equipped with live data for near-immediate failover. N10-009 Obj 3.3
3.4 Network services

Clients on a remote VLAN are not receiving addresses from the central DHCP server, which resides on a different subnet across a router. The router is dropping the broadcast DISCOVER messages. Which feature must be configured on the router interface to resolve this?

Answer
Correct answerC · DHCP relay (IP helper address)

A DHCP relay agent configured with an IP helper address converts the client broadcast requests into unicast and forwards them to the DHCP server on the remote subnet.

Why the other options are wrong
  • AA DHCP reservation maps a specific MAC address to a fixed IP within a scope, but it does nothing to carry broadcast requests across a router to a remote server.
  • BAn exclusion range merely removes selected addresses from a pool so they are never handed out, and it cannot relay DISCOVER broadcasts between two separate subnets.
  • DDHCP snooping is a switch security feature that filters untrusted DHCP responses on access ports, but it does not forward client requests across routed subnet boundaries.
A DHCP relay/IP helper forwards client broadcasts to a DHCP server on another subnet. N10-009 Obj 3.4
3.3 Disaster recovery and high availability

A reliability report tracks how long, on average, the operations team takes to diagnose and restore a failed core switch back to service after each outage. Management wants to drive this value down to shorten downtime. Which metric is being measured?

Answer
Correct answerB · MTTR

Mean time to repair measures the average time required to diagnose and restore a failed component back to service, so reducing it directly shortens the outage duration described.

Why the other options are wrong
  • AMean time between failures measures the average operational interval between successive failures, describing how reliable a device is rather than how quickly a failed unit is restored.
  • CThe recovery time objective is a target maximum downtime set by the business during planning, not a measured average of the actual repair times observed after failures occur.
  • DThe recovery point objective defines the maximum tolerable data loss measured in time, which concerns backup frequency and not the duration of repair work on hardware.
MTTR is the average time to repair and restore a failed component. N10-009 Obj 3.3
3.2 Network monitoring technologies

Before deploying a new application, a network administrator records normal CPU load, interface utilization, and latency values during typical business hours. Weeks later those recorded figures are compared against current readings to judge whether performance has degraded. What does this recorded reference represent?

Answer
Correct answerA · Performance baseline

A performance baseline captures normal operating metrics over a representative period so administrators can later compare current readings and detect deviations that indicate degradation or anomalies.

Why the other options are wrong
  • BAn SLA threshold is a contractually agreed minimum service level negotiated with a provider, not an internally measured snapshot of typical performance used for later comparison.
  • CA NetFlow record summarizes individual traffic conversations by source, destination, port, and protocol, but it is not a reference snapshot of overall normal device performance over time.
  • DSyslog collects event and status messages generated by devices, and there is no syslog baseline construct used to gauge CPU, utilization, and latency norms for comparison.
A performance baseline captures normal metrics for later comparison. N10-009 Obj 3.2
3.1 Organizational documents and processes

During an annual audit, a company must account for every switch, router, and access point, including each device's physical location, purchase date, and remaining warranty. Technicians currently identify hardware only by guessing from its appearance. Which practice should the network team adopt to reliably track each device throughout its lifecycle?

Answer
Correct answerA · Asset tags tied to an inventory database

Asset tags assign a unique identifier to each device and link it to an inventory record capturing location, purchase date, and warranty, supporting lifecycle tracking and audits.

Why the other options are wrong
  • BIPAM tracks how IP addresses and subnets are allocated across the network, but it does not record physical hardware ownership, purchase dates, or warranty status for auditing.
  • CPort labeling identifies which cable terminates where on a patch panel, helping with cabling, but it does not capture a device's lifecycle, warranty, or acquisition details.
  • DA logical diagram depicts how traffic and addressing flow between segments, yet it conveys no physical inventory data such as serial numbers, warranty expiry, or purchase records.
Asset tags with an inventory database track physical devices through their lifecycle. N10-009 Obj 3.1
3.2 Network monitoring technologies

A network closet housing critical switches has suffered two heat-related shutdowns this quarter. The operations team wants automated alerts whenever the closet's temperature or humidity exceeds safe thresholds, so staff can react before equipment fails again. Which monitoring component should they install?

Answer
Correct answerB · Environmental sensors

Environmental sensors directly measure physical conditions such as temperature and humidity and can trigger alerts when readings exceed configured thresholds, warning staff before heat damages equipment.

Why the other options are wrong
  • APolling CPU utilization reports how hard the processor is working, which can rise during heat stress, but it does not directly measure the closet's ambient temperature or humidity.
  • CA syslog collector aggregates event and status messages generated by network devices, but it has no capability to sense or report the room's ambient temperature or humidity.
  • DA NetFlow exporter summarizes traffic conversations by source, destination, and protocol, which is unrelated to physical environmental conditions like the temperature inside a network closet.
Environmental sensors monitor temperature and humidity and alert on unsafe thresholds. N10-009 Obj 3.2
3.3 Disaster recovery and high availability

A database server lost all connectivity last month when its single network adapter failed. Administrators want the server to survive a single adapter or cable failure and also combine the throughput of two adapters into one logical connection. Which technique meets both goals on that one host?

Answer
Correct answerC · NIC teaming

NIC teaming bonds two or more adapters on one server into a single logical interface, providing fault tolerance if one fails and aggregating their bandwidth together.

Why the other options are wrong
  • AClustering provides application failover across multiple separate servers, so if a node fails another takes over, but it does not bond adapters on a single host for redundancy.
  • BA load balancer distributes incoming client requests across several backend servers to spread workload, but it does not provide adapter-level fault tolerance for one server's own connections.
  • DRound-robin DNS rotates responses among multiple address records to spread client load across hosts, offering no adapter redundancy or bandwidth aggregation for an individual server.
NIC teaming bonds adapters on one host for redundancy and aggregated bandwidth. N10-009 Obj 3.3
3.4 Network services

A newly deployed mail server's outbound messages are being rejected by recipient systems that perform reverse-lookup verification of the sending IP address. The administrator must create a record that maps the server's IP address back to its hostname. Which DNS record type is required?

Answer
Correct answerD · PTR record

A PTR record maps an IP address back to a hostname, providing the reverse DNS entry that recipient mail servers query to validate the sender's address.

Why the other options are wrong
  • AAn A record maps a hostname to an IPv4 address in the forward direction, which is the opposite of the reverse IP-to-name mapping that the verification check requires.
  • BAn MX record designates which mail servers accept inbound mail for a domain and their priority, but it does not map a sending IP address back to a hostname.
  • CA CNAME record creates an alias pointing one hostname to another canonical hostname, so it cannot satisfy a reverse lookup that resolves an IP address to a name.
A PTR record provides reverse DNS, mapping an IP address to a hostname. N10-009 Obj 3.4
3.3 Disaster recovery and high availability

Before applying a risky firmware patch to a virtual appliance, an engineer wants to capture the VM's exact current state so it can be reverted within seconds if the patch fails. This capture is not intended as long-term or offsite protection. Which mechanism best fits this need?

Answer
Correct answerA · VM snapshot

A snapshot records the virtual machine's point-in-time state inside the hypervisor, allowing the engineer to revert it within seconds if the patch causes problems.

Why the other options are wrong
  • BA full backup copies all data to separate media for long-term recovery, and restoring it takes far longer than reverting a snapshot, making it unsuitable for instant rollback.
  • CA differential backup captures only data changed since the last full backup and is used to rebuild data during restoration, not to instantly revert a single VM's state.
  • DCold site replication moves data to an alternate facility for disaster recovery purposes, which addresses site-wide outages rather than a quick local rollback of one virtual machine.
A snapshot captures point-in-time VM state for fast local rollback, unlike a backup. N10-009 Obj 3.3
3.4 Network services

An administrator configuring an internal NTP server is choosing an upstream time source. Documentation states the candidate source synchronizes directly to a GPS reference clock. The administrator wants the most authoritative tier available that is not itself the reference clock. Which stratum level describes this upstream source?

Answer
Correct answerC · Stratum 1

A stratum 1 server is directly synchronized to a stratum 0 reference clock, making it the most authoritative usable tier for an internal server to consume.

Why the other options are wrong
  • AA stratum 0 device is the reference clock itself, such as a GPS receiver or atomic clock, rather than a network server that synchronizes to one over NTP.
  • BStratum 16 indicates a clock that is unsynchronized and therefore considered invalid by NTP, representing the least authoritative state rather than a trusted upstream source.
  • DA stratum 2 server synchronizes to a stratum 1 server, placing it one additional hop from the reference clock and thus making it less authoritative than stratum 1.
A stratum 1 server synchronizes directly to a stratum 0 reference clock. N10-009 Obj 3.4

Want all five domains under exam conditions? Take a full 90-question mock →

Ad slot · in-content rectangle (336×280 / responsive)Below the quiz card, inside the article body — well clear of answer buttons

About this domain

Network Operations is where a working network gets kept that way. Domain 3 of the CompTIA Network+ N10-009 exam, worth 19% of your score, is less about building the network and more about watching it, recording what changes, and planning for the day something breaks. Expect questions that hand you a scenario and ask which protocol, metric, or process applies.

The monitoring side leans on a few specific tools. SNMP collects device health and fires traps when an interface drops; syslog ships log messages with severity levels from emergency down to debug; and NTP keeps every device clock aligned so timestamps across switches, routers, and firewalls can actually be correlated during an investigation. You should be able to tell these apart from a one-line description and know why time synchronization matters before logs are worth reading.

The other half is continuity. Change management asks who approved a modification and how it gets rolled back. High availability covers redundancy and failover so a single dead component does not take down a service. Disaster recovery is heavy on metrics: RPO defines how much data, measured in time, you can afford to lose, while RTO defines how long you have to restore service. Know the difference cold, plus the organizational documents that govern all of it.

What Domain 3 covers

Domain 3 quick glossary

The terms that show up most on Domain 3 questions — one line each.

RPO (Recovery Point Objective)Maximum data loss an organization can tolerate, expressed as a span of time before an outage.
RTO (Recovery Time Objective)Target time to restore a service or system to operation after a failure.
SNMPProtocol used to poll device health and receive traps, such as an alert when an interface goes down.
NTPProtocol that synchronizes device clocks so log events can be correlated across the network.
Syslog severityNumbered scale (0 emergency to 7 debug) ranking the urgency of logged messages.
High availabilityDesign using redundancy and failover so a single component failure does not interrupt service.
Change managementFormal process for proposing, approving, documenting, and rolling back network changes.
MTTR (Mean Time To Repair)Average time taken to restore a failed component or service to working order.

Keep going

Practice the other domains, or go deeper with the full study materials.