3.4b — Capacity Planning & Testing (11)

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/10

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:08 PM on 8/12/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

11 Terms

1
New cards

Capacity planning

Predicting and provisioning the right amount of supply (people, technology, infrastructure) to meet demand, not too little, not too much.

2
New cards

People (capacity consideration)

Staffing is slow to scale: hiring and training takes time; over-staffing means reassignment or layoffs.

3
New cards

Technology (capacity consideration)

Choosing systems that can actually scale up/down, e.g. load-balanced web servers or distributable database tiers.

4
New cards

Infrastructure (capacity consideration)

The physical or cloud buildout needed to support a service: storage, servers, network connectivity.

5
New cards

Rightsizing

Adjusting cloud resource allocation up or down to match actual current demand, avoiding over- or under-provisioning.

6
New cards

Recovery testing

Regular, scoped testing of a disaster recovery plan to confirm the organization can execute it, without impacting production systems.

7
New cards

Tabletop exercise

Walking through the recovery plan verbally with stakeholders, without actually failing anything over. Cheapest test; surfaces planning and coordination gaps.

8
New cards

Failover test

Actually triggering a switch to redundant systems to confirm the failover genuinely works, ideally automatically and invisibly to users.

9
New cards

Simulation (testing)

Testing a specific scenario in a controlled way, e.g. phishing simulation, password reset test, simulated data exfiltration, to see if detection/response works.

10
New cards

Phishing simulation

A simulation testing whether users click malicious links and whether automated systems catch the attempt before it reaches them.

11
New cards

Parallel processing

Multiple CPUs, cores, or machines handling transactions simultaneously; provides both performance and resilience since losing one processor still leaves others working.