CompTIA A+ Core 1 (220-1201) Cheatsheet — 16 High-Yield Sections

Fast recall for 220-1201 across 16 concise sections: ports, Ethernet, fiber, connectors, Wi-Fi, security, IPv4/DHCP/DNS, net triage, RAID, filesystems, printers, displays, mobile, virtualization/cloud, Windows CLI, and ESD/safety plus troubleshooting.

Use this for last-mile review. Star weak rows and re-drill with practice.


1) Ports & Protocols (memorize)

ServicePort/ProtoNotes
HTTP / HTTPS80 TCP / 443 TCPWeb; HTTPS uses TLS
SSH22 TCPSecure shell / SFTP
FTP / FTPS / SFTP20–21 TCP / 990 TCP / 22 TCPLegacy vs TLS vs SSH
SMTP / Submission25 / 587 TCPOutbound email
POP3 / IMAP4 (+TLS)110 / 143 (995 / 993) TCPMail retrieval
RDP3389 TCP/UDPRemote desktop
DNS53 UDP/TCPName resolution
DHCP67/68 UDPServer/client
SNMP161/162 UDPMonitor / traps
LDAP / LDAPS389 / 636 TCPDirectory

2) Ethernet Cabling & Standards

StdSpeedMax DistCable
100BASE-TX100 Mbps100 mCat5/5e
1000BASE-T1 Gbps100 mCat5e/6
10GBASE-T10 Gbps55 m (Cat6) / 100 m (Cat6a)Cat6/6a

3) Fiber & Transceivers

TypeModeConnectorRange
MMFMulti-modeLC/SCShort (LED/VCSEL)
SMFSingle-modeLC/SCLong (laser)

Notes: SFP/SFP+ modules match fiber type; clean ends; avoid tight bends.


4) Peripheral & Storage Connectors

  • USB: 2.0 (480 Mbps), 3.2 Gen1 (5 Gbps), Gen2 (10), Gen2x2 (20). USB-C supports alt-modes (DP/Thunderbolt).
  • Display: HDMI • DisplayPort (DP++) • DVI-D/I • VGA (legacy).
  • Storage: SATA (data 7-pin, power 15-pin), M.2 keys (B/M), NVMe over PCIe.
  • Thunderbolt 3/4: USB-C, up to 40 Gbps.

5) Wi-Fi Standards

StdBandsMax PHY (theoretical)Notes
802.11n (Wi-Fi 4)2.4/5~600 MbpsMIMO
802.11ac (Wi-Fi 5)5~6.9 GbpsMU-MIMO, wide channels
802.11ax (Wi-Fi 6/6E)2.4/5/(6E)>9 GbpsOFDMA, dense env.

6) Wi-Fi Security & SOHO Hygiene

  • Security order (best→worst): WPA3 → WPA2 (AES/CCMP) → WPA (TKIP) → WEP (avoid).
  • SOHO basics: change defaults, WPA2/3-Personal, strong passphrase, firmware updates, disable WPS.

7) IPv4, DHCP & DNS Essentials

  • Private ranges: 10.0.0.0/8 • 172.16.0.0–172.31.255.255 (/12) • 192.168.0.0/16
  • APIPA: 169.254.0.0/16 → DHCP failure (local-only).
  • Quick tells: Names fail but IP works → DNS issue; duplicate IP → intermittent drops.

8) Network Triage (first moves)

  • APIPA: Check DHCP scope/reachability/relay, VLAN, gateway/DNS.
  • No network: Verify link light, NIC enablement, cabling/port.
  • Wi-Fi slow: Prefer 5/6 GHz, right channel width, reduce interference; disable WPS.

9) RAID Levels

RAIDDisksBenefitNotes
02+PerformanceNo redundancy
12Redundancy50% capacity
53+Redundancy + perf1 disk fault tolerant
104+Redundancy + perfMirrored stripes

10) Filesystems & Storage Health

  • FS: NTFS (permissions, quotas, EFS), exFAT (flash), FAT32 (legacy).
  • SMART warnings: Back up, replace drive.
  • M.2/NVMe: Seat fully; confirm BIOS/UEFI detection; check boot order.

11) Printers — Laser Process & Fixes

Order: Processing → Charging → Exposing → Developing → Transferring → Fusing → Cleaning

SymptomLikely CauseFirst Step
Streaks/linesDrum/toner/fuser residueClean/replace unit
GhostingDrum/fuser not dischargingReplace drum/fuser
JamsRollers/path/humidityClear path; clean rollers
Faint/unevenLow toner/transferReplace toner; check transfer roller

12) Displays & Graphics

SymptomCauseQuick Action
No signalLoose cable / GPU not seatedReseat cables/GPU; check input
Artifacts/tearingDriver or cableUpdate driver; swap cable/port
Dim imageBacklight/powerAdjust brightness; test external
Color shiftProfile/cableReset profile; try HDMI/DP

13) Mobile Devices

  • Connectivity: Tethering vs hotspot; Wi-Fi calling.
  • Accessories: NFC, Bluetooth profiles (A2DP/HFP).
  • Triage: Safe mode (Android), DFU/Recovery (iOS), clear app cache/data, battery health.

14) Virtualization & Client Cloud

  • Type 1 vs Type 2 hypervisors (bare-metal vs hosted).
  • VM resources: vCPU, memory ballooning, vNICs.
  • Snapshots ≠ backups (short-term only).
  • Cloud use: Storage sync (OneDrive/Drive), thin clients, basic VDI awareness.

15) Windows CLI & Tools

NeedTool/CommandUse
IP stackipconfig /allDHCP/DNS/gateway check
Reachabilityping, tracertLatency, path issues
Name resolutionnslookupDNS testing
Sharesnet useMap drives; creds
Diskchkdsk, diskpart, defragFilesystem/partition
System healthsfc /scannow, DISM /restorehealthImage repair
LogsEvent ViewerSystem/Application issues

16) ESD/Safety & Troubleshooting Method

ESD & safety: Strap to ground, antistatic mat, handle by edges, ESD bags; surge/UPS; toner cleanup with cold water/ESD-safe vac.

Method (always show this logic):

  1. Identify the problem (gather, duplicate, what changed).
  2. Establish a probable cause (theory).
  3. Test the theory → confirm root cause.
  4. Plan and implement the fix.
  5. Verify full functionality; implement prevention.
  6. Document findings/actions/outcomes.

Golden rules: Start least intrusive, change one thing at a time, preserve data and user impact awareness.