Comprehensive notes and practice for A+, Network+, and Security+ — organized, searchable, and exam-ready.
Free video courses for all three certs at professormesser.com
All-in-One study guides — extremely thorough reference books
Practice exams with detailed explanations for all three certs
Community-made flashcard decks — search each cert code
Covers hardware, networking, mobile devices, virtualization, operating systems, and IT security fundamentals. The entry-level cert that proves you can support and troubleshoot real-world systems.
Core 1 (220-1101) covers Mobile Devices, Networking, Hardware, Virtualization & Cloud, and Hardware Troubleshooting. Core 2 (220-1102) covers Operating Systems, Security, Software Troubleshooting, and Operational Procedures. Both must be passed.
| Port | Protocol | Transport | Notes |
|---|---|---|---|
| 20/21 | FTP | TCP | 21=control, 20=data transfer |
| 22 | SSH / SFTP / SCP | TCP | Encrypted remote access — replaces Telnet |
| 23 | Telnet | TCP | Cleartext remote access — never use in production |
| 25 | SMTP | TCP | Outbound email; server-to-server |
| 53 | DNS | TCP/UDP | UDP for queries; TCP for zone transfers |
| 67/68 | DHCP | UDP | 67=server; 68=client |
| 80 | HTTP | TCP | Unencrypted web traffic |
| 110 | POP3 | TCP | Receive email; downloads & deletes from server |
| 143 | IMAP | TCP | Receive email; stays on server; syncs across devices |
| 443 | HTTPS | TCP | Encrypted web traffic (TLS) |
| 445 | SMB | TCP | Windows file & printer sharing |
| 465/587 | SMTPS | TCP | Encrypted outbound email (465=implicit TLS, 587=STARTTLS) |
| 993 | IMAPS | TCP | Encrypted IMAP |
| 995 | POP3S | TCP | Encrypted POP3 |
| 3389 | RDP | TCP | Windows Remote Desktop Protocol |
Exam Tip: 169.254.x.x = APIPA = DHCP failed. 2.4 GHz interference sources: microwave ovens, Bluetooth, baby monitors. Switch to 5 GHz to eliminate microwave interference completely.
RIP converts the print job into a bitmap the printer can use.
Primary corona charges the photosensitive drum to a uniform −600V.
Laser neutralizes charged areas of the drum — creating an invisible electrostatic image.
Negatively charged toner sticks to the neutralized drum areas.
Transfer corona applies positive charge to paper — pulling toner from drum to paper.
Fuser unit uses heat (~180°C) and pressure to permanently melt toner into paper fibers.
Rubber blade scrapes residual toner; erase lamp removes residual charge from drum.
Printer Troubleshooting: Repeating marks at regular intervals = dirty/damaged drum (interval = drum circumference). Smearing/toner rubs off = fuser problem. Faded print = low toner. Horizontal lines = dirty corona wire. Inkjet streaks = clogged nozzles → run head cleaning utility.
Gather info from user; reproduce the issue; check error messages; back up data before making changes.
Start simple. Could be power, cables, settings, or a recent change.
Confirm or eliminate. If wrong, form a new theory or escalate.
Research the fix. Consider impact on other systems. Plan implementation window.
Apply the fix. Escalate if beyond your skill level or authority.
Confirm fix worked. Apply preventative measures. No new issues introduced.
Record problem, cause, fix, and outcome for future reference and knowledge base.
Core 2 (220-1102) begins here. Domains: Operating Systems (31%), Security (25%), Software Troubleshooting (22%), Operational Procedures (22%).
ipconfig /all — full IP info including MAC, DHCP serversfc /scannow — repairs corrupted system fileschkdsk /f /r — checks and repairs disk errorsgpupdate /force — immediately applies Group Policybootrec /fixmbr — repairs Master Boot Recordbootrec /rebuildbcd — rebuilds boot config datamsconfig — configure startup, services, bootPop-ups, slow performance, unusual network activity, disabled AV, missing files.
Disconnect from network immediately to prevent spreading to other devices.
Prevents malware from hiding in and reinfecting from Windows restore points.
Update AV definitions. Run full scan in Safe Mode. Use bootable AV if needed.
Apply OS and application patches. Run additional scan passes to confirm clean.
Create a new clean restore point once the system is confirmed malware-free.
Explain what happened, how to recognize threats, and how to prevent recurrence.
Use this as the main study section after the quick notes above. It keeps Core 1 and Core 2 separated so you know exactly what skill area you are studying.
Laptops and mobile devices are about identifying parts, replacing small components, and knowing how phones/tablets connect and stay managed.
Deep-dive into networking concepts, infrastructure, network operations, network security, and network troubleshooting. The definitive networking cert for IT professionals.
| # | Layer | Protocols / Examples | PDU | Devices |
|---|---|---|---|---|
| 7 | Application | HTTP, HTTPS, DNS, FTP, SMTP, SSH, DHCP | Data | Proxy, WAF, L7 FW |
| 6 | Presentation | TLS/SSL, JPEG, MPEG, ASCII, encryption/encoding | Data | — |
| 5 | Session | NetBIOS, RPC, PPTP, SQL sessions | Data | — |
| 4 | Transport | TCP, UDP — port numbers, segmentation, flow control | Segment | Firewall, Load Balancer |
| 3 | Network | IP, ICMP, OSPF, BGP, RIP, IPsec | Packet | Router, L3 Switch |
| 2 | Data Link | Ethernet (802.3), Wi-Fi (802.11), MAC, VLANs (802.1Q) | Frame | Switch, Bridge, NIC |
| 1 | Physical | Cables, fiber, signals, hubs, repeaters, voltage | Bits | Hub, Repeater, Cables |
Mnemonic (bottom→top): "Please Do Not Throw Sausage Pizza Away" — Physical, Data Link, Network, Transport, Session, Presentation, Application. PDU names: Bits → Frames → Packets → Segments → Data.
ping — ICMP echo; basic connectivity testtracert/traceroute — hop-by-hop path discoverynslookup / dig — DNS resolution testingnetstat -rn — routing tablearp -a — ARP cache viewnmap — port scanning and host discoverytcpdump / Wireshark — packet capture and analysisCommon Patterns: IP works; names fail = DNS problem. 169.254.x.x = DHCP failure. High TCP retransmits at 1Gbps = physical layer errors. Deauth frames in WAP logs = deauth attack. Strong signal + slow throughput = channel congestion (use Wi-Fi analyzer). Peak-hours-only slowness = congestion → implement QoS.
These notes follow the big Network+ areas: concepts, implementation, operations, security, and troubleshooting. The goal is to know what the device or protocol does, where it lives, and how to troubleshoot it.
Covers general security concepts, threats & vulnerabilities, cryptography, identity management, risk management, and security operations. The benchmark cybersecurity cert for IT professionals.
TLS Hybrid: Asymmetric (RSA/ECDHE) securely exchanges the session key. Symmetric (AES-256) encrypts actual data — much faster for bulk transfer. Perfect Forward Secrecy (PFS) with ECDHE = unique session keys so past sessions are safe even if server key is later compromised.
Build IR team; write policies; deploy SIEM/tools; run tabletop exercises before an incident.
Identify via SIEM; classify severity; preserve evidence; notify stakeholders per policy.
Isolate affected systems → remove malware → revoke compromised credentials → restore from backup.
Lessons learned; root cause analysis; update IR plan; final report to stakeholders.
Security+ is about understanding why a control exists, what risk it reduces, and how it fits into real incident response and governance.
Pick filters for this certification only, review the question list, then start when you are ready.
Bookmarked for review. Click any question to practice it.
Click a card to flip it. Rate yourself to track what you know.
The most-tested facts — ports, OSI model, acronyms, and key tables.
Bottom→Top mnemonic: "Please Do Not Throw Sausage Pizza Away" — Physical, Data Link, Network, Transport, Session, Presentation, Application.
100% capacity. No redundancy. Fastest. Single failure = total loss.
50% capacity. 1 drive fault tolerance. Read-fast.
(N-1) capacity. 1 drive fault tolerance. Good balance.
(N-2) capacity. 2 drive fault tolerance.
50% capacity. Performance + redundancy. Min 4 drives.
Full performance breakdown across all three certifications.
Study tool for CompTIA A+ (220-1101/1102), Network+ (N10-009), and Security+ (SY0-701). Questions cover all exam domains and difficulty levels with detailed explanations and exam tips.
Version 4.1 · Copyright © Jalen Joseph 2026. All rights reserved. · For personal exam preparation only · Not affiliated with CompTIA