CompTIA A+ Core 1 (220-1201) Cheatsheet — High-Yield Tables & Quick Rules

Fast recall for 220-1201: hardware, mobile, networking, virtualization/cloud, and troubleshooting. Includes port numbers, cables, Wi-Fi standards, RAID levels, display issues, printer flows, ESD/safety, and tool pickers.

Use this for last-mile review. Skim top to bottom; star weak rows and re-drill with practice.


1) Common Ports (know by heart)

ServicePort/ProtoNotes
HTTP / HTTPS80 TCP / 443 TCPWeb browsing; HTTPS = TLS
SSH22 TCPSecure remote shell / SFTP
FTP20/21 TCPData/control; legacy, unencrypted
SFTP / FTPS22 TCP / 990 TCPSSH vs TLS variants
SMTP25 TCPMail transfer (legacy)
SMTPS / Submission465 or 587 TCPModern sending via TLS
POP3 / IMAP4110 / 143 TCPMail retrieval
POP3S / IMAPS995 / 993 TCPTLS-secured retrieval
RDP3389 TCP/UDPRemote desktop
DNS53 UDP/TCPName resolution
DHCP67/68 UDPServer/client; leases
SNMP161/162 UDPMonitor / traps
LDAP / LDAPS389 / 636 TCPDirectory services

2) Cables, Connectors & Speeds

Twisted Pair (Ethernet)

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

Fiber (typical)

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

PC/Peripherals

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

3) Wireless & SOHO Networking

Wi-Fi Generations (2.4/5/6 GHz)

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

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


4) IP, DHCP, and Basics

  • Private IPv4 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 (no DHCP lease; local only).
  • Common symptoms:
    • APIPA address → DHCP/reachability issue (check cable/switch/router).
    • Duplicate IP → Random disconnects; clear static conflicts or reservations.
    • DNS wrong → Names fail but pings by IP work.

5) Storage, RAID & Filesystems

RAIDDisksBenefitNotes
0 (Stripe)2+PerformanceNo redundancy
1 (Mirror)2RedundancyHalves capacity
5 (Stripe+Parity)3+Redundancy + perfOne disk can fail
10 (1+0)4+Redundancy + perfMirrored stripes

Filesystems: NTFS (permissions, EFS, quotas), exFAT (flash), FAT32 (legacy).
SMART warnings → back up, replace drive.


6) Displays & Graphics (Fast Fixes)

SymptomLikely CauseQuick Action
No signal / POST beepLoose cable, GPU not seatedReseat GPU/cables; check input
Dim imagePower saving / backlightToggle brightness/power; test with external
Artifacts/tearingDriver or cableUpdate driver; swap cable/port; vsync
Color shiftProfile/cableReset profile; test HDMI/DP

7) Printers (Laser focus + common flows)

Laser steps (order): Processing → Charging → Exposing → Developing → Transferring → Fusing → Cleaning.
Common issues:

  • Streaks/lines → Drum/toner issue, fuser cleaning.
  • Ghosting → Fuser/drum not discharging; replace unit.
  • Paper jams → Path rollers, humidity; use proper media; clean rollers.
  • Wireless fail → Re-add via IP; check subnet, DHCP reservation.

8) Mobile Devices

  • iOS/Android: Screen types (OLED vs LCD), tethering vs hotspot, MDM basics.
  • Accessories: NFC (payments), Bluetooth profiles (A2DP/HFP), Wi-Fi calling.
  • Troubleshooting: Safe mode (Android), DFU/Recovery (iOS), app cache/data reset, battery health.

9) Virtualization & Cloud (Core 1 depth)

  • Type 1 vs Type 2 hypervisors (bare-metal vs hosted).
  • VM resources: CPU, memory ballooning, virtual NICs, snapshots (not backups).
  • Cloud models: IaaS/PaaS/SaaS conceptually; elasticity vs scalability.
  • Client cloud use: Storage sync (OneDrive/Drive), thin clients, VDI basics.

10) Command-Line & Tools (Windows focus)

NeedTool/CommandNotes
IP configipconfig /allCheck DHCP/DNS/gateway
DNS testnslookup / pingName vs IP reachability
RoutestracertPath latency / hop failures
Sharesnet useMap drives; check creds
Diskchkdsk, diskpart, defragFile/partition health
Systemsfc /scannow, DISM /restorehealthRepair images
LogsEvent ViewerSystem/Application logs

11) ESD, Safety & Environment

  • ESD control: Wrist strap to ground, antistatic mat, handle by edges, store in bags.
  • Power: Use surge protectors/UPS for critical devices.
  • MSDS/SDS awareness; toner cleanup with cold water and no vacuum (unless ESD-safe).
  • Lifting/cables: Proper posture; cable management to avoid hazards.

12) Troubleshooting Method (always show this thinking)

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

Golden rules

  • Change one thing at a time; start with the least intrusive step.
  • Reproduce the issue consistently before declaring fixed.
  • Always think user impact and data preservation first.

13) Quick Pickers

  • No network but link light on: IP/DHCP/DNS stack before cabling.
  • APIPA address: DHCP scope/reachability (check relay, VLAN, router).
  • Random reboots: Thermals, PSU, RAM seating; check event logs.
  • Slow file copies on Wi-Fi: 2.4 GHz congestion → move to 5/6 GHz; channel width.
  • Laptop hot / throttling: Clean vents, repaste, power plan, background apps.

14) Mini-Glossary

Throughput vs Bandwidth (actual vs theoretical) • Latency (delay) • PoE (power over Ethernet) • NAT (private↔public translation) • QoS (priority) • Duplex (full/half) • UEFI (modern firmware) • PXE (network boot) • VLAN (segmentation).


How to use: If you hesitate on a row, add it to tomorrow’s drill list and re-test with a 15–20 question set focusing that area.