Skip to main content
PacketMentor logo
Open menu
Home
Training
Learn
CCNA Library (74)
Browse all CCNA topics →
Network (13)
Device Operations (5)
Network Access (12)
Wireless (6)
IP Connectivity (10)
IP Services (11)
Security (10)
Automation (7)
Network+ Library (77)
Browse all Network+ topics →
1.0Networking Concepts (22)
2.0Network Implementation (17)
3.0Network Operations (16)
4.0Network Security (15)
5.0Network Troubleshooting (7)
NSE 4 Library (45)
CCNP Library (26)
Practice
All practice →
Troubleshooting Labs
Packet Tracer Labs
Interactive Simulators
Mock ExamPricing
Contact 📞 +1 (860) 556-3010 Book a Call
← All topics
CompTIA Network+ Device Operations Foundational

Business Continuity Metrics — RPO, RTO, MTBF, MTTR + Site Types

The four continuity metrics on CompTIA Network+ (N10-009) — RPO, RTO, MTBF, MTTR — plus cold/warm/hot site types and how a real change/incident/DR runbook uses them.

Quick summary
  • **RPO** = how much data you can lose (backup interval). **RTO** = how long you can be down. **MTBF** = how often things fail. **MTTR** = how long a fix takes.
  • Site types by cost + speed: **cold** (empty room, days) → **warm** (some gear, hours) → **hot** (live mirror, minutes) → **cloud DR** (variable).
  • The exam trap is confusing RPO with RTO. RPO looks *backward* (time before the outage — data loss). RTO looks *forward* (time after the outage — recovery).

Why this is on N10-009

CompTIA moved business-continuity vocabulary heavily into N10-009. Expect scenario questions like “The CFO says the org can lose no more than 15 minutes of transactions. Which metric is she describing?” — the answer is RPO, not RTO. You need to know the difference cold.

The four metrics

RPO — Recovery Point Objective

How much data are you willing to lose?

Measured in time — “15 minutes of transactions” or “24 hours of email”. RPO directly drives your backup frequency. If RPO = 1 hour, you back up (or replicate) at least every hour.

Mental picture: RPO is a line drawn backwards from the outage. Everything between that line and the outage is data lost.

Backup     Backup     Backup   [OUTAGE]
  |----1hr---|----1hr---|----1hr---→   RPO = 1 hour

                       up to 1hr of data lost

RTO — Recovery Time Objective

How long can you be down?

Measured in time — “4 hours to bring the payroll system back up”. RTO drives the DR architecture: cold site (long RTO OK), hot site (minutes RTO required).

Mental picture: RTO is a line drawn forward from the outage. If you’re not back up by then, you missed SLA.

[OUTAGE] ..... service restored
         ↑         ↑
         start     RTO = time-to-recover

MTBF — Mean Time Between Failures

How often does this piece of gear fail?

Reliability metric from the manufacturer. Higher = more reliable. A router with MTBF 200,000 hours will, on average, fail every ~23 years. You use MTBF for capacity planning and spare-count decisions.

MTTR — Mean Time To Repair (or Restore)

When it fails, how long to fix?

MTTR includes detection + travel + repair + verification. If MTTR is 4 hours and MTBF is 200,000 hours, availability ≈ MTBF / (MTBF + MTTR) → very close to 100%.

Site types (DR)

Site typeWhat’s thereBring-up timeCost
ColdSpace + power + cooling. No gear installed.Days to weeks.Cheapest.
WarmSome hardware, partial config, stale data.Hours.Middle.
HotFully live mirror, real-time replication.Minutes.Expensive.
Cloud DRCompute + storage in AWS/Azure/GCP, ready to spin up.Minutes to hours depending on tier.Variable — pay for compute only when failover happens.

If the exam scenario says “tight RTO, budget-constrained, mostly-idle DR”cloud DR. If it says “regulatory requirement for near-zero downtime”hot site. If it says “large industrial with days-long tolerance”cold site.

  • MTBSI — Mean Time Between System Incidents. Similar to MTBF but for the system, not the component.
  • SLA (Service Level Agreement) — the contractual availability target. “Four nines” = 99.99% = 52 minutes downtime/year.
  • BCP (Business Continuity Plan) — the whole document that says what stays running during a disaster.
  • DRP (Disaster Recovery Plan) — the technical playbook to restore IT after a disaster. Subset of the BCP.

Common exam traps

  1. Confusing RPO with RTO. RPO = data loss tolerance (looks backward). RTO = downtime tolerance (looks forward). This is the #1 tested distinction.
  2. Assuming a hot site means zero data loss. A hot site with async replication still has an RPO > 0. Only synchronous replication gets you RPO = 0 (and it’s expensive at latency-sensitive distance).
  3. Mixing up MTBF and MTTR. MTBF is between failures (reliability). MTTR is during a failure (recovery). Both are means / averages.
  4. Ignoring people/process cost. DR isn’t just gear. The exam expects you to know that runbooks, training, and failover drills are part of BCP.

Real runbook shape

A production DR runbook typically has:

  • Trigger criteria (what counts as a disaster?)
  • RPO / RTO targets per system
  • Roles + call tree
  • Failover steps (per system, in dependency order)
  • Failback steps (once primary is restored)
  • Post-incident: RCA + runbook update

Cheat strip

RPO  backward  data loss tolerance   drives backup freq
RTO  forward   downtime tolerance    drives DR site type
MTBF between failures                reliability (high=good)
MTTR during a failure                recovery speed (low=good)

Cold  space only          days       cheap
Warm  partial gear        hours      middle
Hot   live mirror         minutes    expensive
Cloud DR  pay-per-use     variable   flexible

BCP = the whole plan  |  DRP = the technical subset
SLA "four nines" = 99.99% = 52 min downtime/year
Master this on a real network

Want this drilled into reflex?

1:1 weekly sessions, live feedback on your labs, and US interview prep — built around the Network+® exam blueprint. Free first session. No card on file until you decide.

Claim my free session →

Get the free CCNA 12-week roadmap

You're already reading up on Business Continuity Metrics — RPO, RTO, MTBF, MTTR + Site Types. The roadmap is the order I recommend studying every CCNA topic in — with what to lab each week and where Business Continuity Metrics — RPO, RTO, MTBF, MTTR + Site Types fits. A written personal reply, not an autoresponder. Expect it within one business day.

Personal reply from a senior network engineer. No third-party tracking. Unsubscribe any time.