Jared's Cert Prep ← Back to free resources

Quick Reference Sheet

The essentials from Getting Started in IT, organized by cert. This is the free slice — the platform's Condensed Study Guide goes chapter-by-chapter with the full Real World Priority ratings.

🖨 Print / Save as PDF
💼 Want the full condensed guide? Every topic below, expanded, with Exam Trap and Real World callouts for all 27 chapters.
See the platform →

Troubleshooting Methodology (CompTIA's 6 Steps)

#Step
1Identify the problem
2Establish a theory of probable cause
3Test the theory to determine cause
4Establish a plan of action, then implement it
5Verify full system functionality, implement preventive measures
6Document findings, actions, and outcomes
Exam Trap: The exam presents scenarios out of order and asks "what's the NEXT step" — memorize the order, not just the steps.

RAM Types

DDR3 — 240-pin, older desktops DDR4 — 288-pin, most common current desktop/laptop RAM DDR5 — newest standard, higher bandwidth SODIMM — laptop form factor (any DDR generation)

Storage & Connectors

TypeNotes
HDDSpinning platter, SATA connector, slowest, cheapest per GB
SATA SSDSame SATA connector as HDD, much faster, no moving parts
NVMe SSDM.2 slot, uses PCIe lanes directly, fastest consumer option
USB-CReversible connector; speed depends on the standard behind it — the shape alone tells you nothing about speed
Exam Trap: M.2 is a slot/form factor, not a speed. An M.2 drive can be SATA or NVMe — don't assume M.2 always means fast.

Windows Command Line Essentials

CommandDoes
ipconfig /allFull network config
ipconfig /flushdnsClear DNS cache
pingTest reachability
tracertTrace hop path
CommandDoes
sfc /scannowRepair system files
chkdskCheck disk for errors
gpupdate /forceForce policy refresh
netstat -anActive connections/ports

Mobile Device Connectivity

Bluetooth — short range, peripherals NFC — inches, tap-to-pay Wi-Fi Direct — device to device, no router Cellular (LTE/5G) — carrier data
Real World: Rated a 3 in the book — you won't be swapping RAM types daily, but knowing what a client actually has before you order parts saves a return-shipping headache every single time.

The OSI Model

7ApplicationHTTP, DNS, SMTP — user-facing protocols
6PresentationEncryption, encoding, compression (TLS lives here)
5SessionOpens/manages/closes a connection
4TransportTCP (reliable) vs UDP (fast) — ports live here
3NetworkIP addressing and routing — packets
2Data LinkMAC addresses, switches, frames
1PhysicalCables, signals, NICs — actual bits
Memory trick: "Please Do Not Throw Sausage Pizza Away" — top to bottom, Physical → Application.

Ports You'll Actually Be Tested On

PortProtocol
20/21FTP (data/control)
22SSH
23Telnet
25SMTP
53DNS
67/68DHCP
69TFTP
80HTTP
PortProtocol
110POP3
143IMAP
161/162SNMP
389LDAP
443HTTPS
445SMB
3389RDP
8080HTTP (alt)
Exam Trap: HTTPS is 443, not 80 — near-identical pairs like this are the exam's favorite trick.

Subnet Cheat Table

CIDRMaskUsable Hosts
/24255.255.255.0254
/25255.255.255.128126
/26255.255.255.19262
/27255.255.255.22430
/28255.255.255.24014
/29255.255.255.2486
/30255.255.255.2522
Real World: Rated a 2 — subnet calculators exist for a reason. Know the math well enough to verify a calculator, not necessarily hand-calculate a /27 at 2am.

Private IP Ranges

ClassRangeDefault Mask
A10.0.0.0 – 10.255.255.255255.0.0.0
B172.16.0.0 – 172.31.255.255255.255.0.0
C192.168.0.0 – 192.168.255.255255.255.255.0

Wireless Standards

StandardBandNotes
802.11n2.4/5 GHzWi-Fi 4
802.11ac5 GHzWi-Fi 5
802.11ax2.4/5/6 GHzWi-Fi 6 / 6E
Exam Trap: Rated a 1 in the book — exam-only knowledge. Memorize the table, don't lose sleep over it.

Connectivity Troubleshooting Tools

Cable tester — verify wiring continuity Toner probe — trace a cable through a wall Loopback plug — test a port in isolation Punch-down tool — terminate cable into a jack/patch panel

The CIA Triad

PrincipleMeans
ConfidentialityOnly authorized people can see the data
IntegrityData hasn't been altered, tampered, or corrupted
AvailabilitySystems and data are accessible when needed
Exam Trap: Every scenario question maps back to one of these three. If you're stuck, ask "which one of the three is actually being violated here?"

AAA Framework

Authentication — proving who you are Authorization — what you're allowed to do Accounting — logging what you actually did

Common Attack Types

AttackWhat it is
PhishingDeceptive email/message to trick a user into acting
Spear phishingPhishing targeted at a specific person
WhalingPhishing targeted at an executive
Man-in-the-middleAttacker intercepts traffic between two parties
DDoSOverwhelm a system with traffic from many sources
RansomwareEncrypts data, demands payment to restore it
SQL injectionMalicious SQL inserted through an input field
Brute forceTrying every possible password combination
Real World: Ransomware defense is rated a 4 — you will deal with this, or at minimum prepare for it, at some point in your career. This is not exam-only knowledge.

Encryption Basics

TypeKey behavior
SymmetricOne shared key, both encrypt and decrypt. Fast (e.g., AES).
AsymmetricPublic/private key pair. Slower, used for exchange/signing (e.g., RSA).
HashingOne-way — not encryption. Verifies integrity (e.g., SHA-256).
Exam Trap: Hashing isn't encryption — you can't "decrypt" a hash. It's a one-way fingerprint used to verify nothing changed.

Security Controls by Type

Preventive — firewalls, MFA Detective — IDS, logging Corrective — backups, patching Deterrent — warning banners, cameras Compensating — a workaround when the ideal control isn't feasible

Incident Response Steps

#Phase
1Preparation
2Identification
3Containment
4Eradication
5Recovery
6Lessons learned
Real World: Patch management and BitLocker are both rated 4s in the book. These aren't theoretical — they're what actually keeps you off the front page after a breach.
Want the full version? This covers the headline topics. The book's full quick reference and Condensed Study Guide add DNS record types, DHCP scope details, cryptography deep dives, and complete Real World Priority ratings for all 27 chapters. See what's coming →