CompTIA A+ Core 19 min readUpdated September 18, 2026

CompTIA A+ Core 1 (220-1201) Cheat Sheet: Ports, Wi-Fi Standards, Cables, RAID and the Numbers to Memorise

Every number the A+ Core 1 exam expects from memory, taken from the 220-1201 objectives: the 15 TCP/UDP ports in objective 2.1, 802.11 standards and frequencies, copper and fibre cable categories, USB and Thunderbolt speeds, private IP ranges and APIPA, RAID levels, memory and storage interfaces, and the laser printing steps.

What This Sheet Covers

The CompTIA A+ Core 1 exam (220-1201) is a scenario exam, but a large share of its scenarios turn on a number: which port a firewall rule must open, which cable category carries 10 gigabit over 100 metres, which RAID level survives one failed drive, why a workstation with a 169.254 address cannot reach the internet. The objectives document lists exactly which of those numbers are in scope, and this sheet collects them in one place — nothing here is outside the published 220-1201 objectives.

Memorise the tables, then test them under time pressure: our free A+ Core 1 practice questions are written against the same five domains and their weights, and every explanation says which objective the fact comes from.

The Exam Itself

ItemA+ Core 1 (220-1201, objectives v2.0)
QuestionsMaximum of 90, multiple-choice and performance-based (PBQs)
Time90 minutes
Passing score675 on a 100–900 scale
DomainsMobile Devices 13% · Networking 23% · Hardware 25% · Virtualization and Cloud 11% · Hardware and Network Troubleshooting 28%
Recommended experience12 months in an IT support role
CertificationCore 1 plus Core 2 (220-1202), both required
Ports listed in objective 2.115 protocols, 18 port numbers — the whole list is below

Objective 2.1: The Ports and Protocols

This is the complete list from the 220-1201 objectives. The exam does not ask about ports outside it, so learn these fifteen cold — including the two that come as pairs and the one that comes as a range.

PortProtocolTCP/UDPWhat it is for
20, 21FTPTCPFile transfer — 21 is the control channel, 20 the data channel
22SSHTCPEncrypted remote command line (also carries SFTP and SCP)
23TelnetTCPUnencrypted remote command line — the "insecure" answer
25SMTPTCPSending mail between servers and from clients
53DNSUDP (TCP for large responses and zone transfers)Name to IP address resolution
67, 68DHCPUDPAutomatic IP addressing — server listens on 67, client on 68
80HTTPTCPUnencrypted web
110POP3TCPRetrieving mail; downloads and usually deletes from the server
137–139NetBIOS / NetBTUDP 137, 138 · TCP 139Legacy Windows name service and session support
143IMAPTCPRetrieving mail; keeps messages on the server and syncs across devices
161, 162SNMPUDPDevice monitoring — agents on 161, traps sent to the manager on 162
389LDAPTCPDirectory queries (Active Directory)
443HTTPSTCPEncrypted web
445SMB / CIFSTCPWindows file and printer sharing
3389RDPTCPRemote Desktop
TCP or UDP? The objective also asks you to compare them. TCP is connection-oriented, acknowledged and ordered — web, mail, file transfer, remote desktop. UDP is connectionless and fast with no delivery guarantee — DNS lookups, DHCP, SNMP, streaming and VoIP. When a scenario mentions dropped frames being acceptable but delay not, the answer is UDP.

A related set of numbers lives in objective 2.5 — the mail-related DNS records: MX names the mail server, TXT records carry SPF (which servers may send for the domain), DKIM (a signature proving the message was not altered) and DMARC (what to do when SPF or DKIM fail). A maps a name to IPv4, AAAA to IPv6, and CNAME is an alias to another name.

IP Addressing: The Ranges You Must Recognise

RangeMeaningWhat it tells you in a scenario
10.0.0.0 – 10.255.255.255 (10/8)Private, class A sizeInternal address; needs NAT to reach the internet
172.16.0.0 – 172.31.255.255 (172.16/12)Private, class B sizeInternal address — candidates forget the 16–31 limit
192.168.0.0 – 192.168.255.255 (192.168/16)Private, class C sizeThe usual home and SOHO range
169.254.0.0 – 169.254.255.255APIPA (link-local)The client asked DHCP and got no answer: check the DHCP server, the cable, the VLAN
127.0.0.1IPv4 loopbackTests the local TCP/IP stack only; a successful ping proves nothing about the network
::1IPv6 loopbackSame idea in IPv6
fe80::/10IPv6 link-localEvery IPv6 interface has one automatically; it is not routable
255.255.255.0 (/24)The common SOHO subnet mask254 usable hosts; two hosts with different masks on the same wire may not talk

Objective 2.6 pairs these with the four settings every static client needs — address, subnet mask, default gateway, DNS server — and with DHCP terms: a scope is the pool, a lease is how long the client keeps the address, a reservation ties an address to a MAC, and an exclusion keeps addresses out of the pool for static devices.

Wireless: 802.11 Standards, Frequencies and Channels

StandardWi-Fi nameFrequencyMaximum rate (theoretical)
802.11a5 GHz54 Mb/s
802.11b2.4 GHz11 Mb/s
802.11g2.4 GHz54 Mb/s
802.11nWi-Fi 42.4 and 5 GHz600 Mb/s
802.11acWi-Fi 55 GHzabout 6.9 Gb/s
802.11axWi-Fi 6 (6E adds 6 GHz)2.4, 5 and 6 GHzabout 9.6 Gb/s
802.11beWi-Fi 72.4, 5 and 6 GHzabout 46 Gb/s

The scenario facts: 2.4 GHz travels farther and through walls better but has only three non-overlapping 20 MHz channels (1, 6 and 11 in North America) and shares the band with microwaves, Bluetooth and cordless phones. 5 GHz has many more channels and less interference but shorter range. 6 GHz (Wi-Fi 6E and 7 only) is the cleanest and shortest. Wider channels (40, 80, 160 MHz) are faster but overlap more neighbours — the fix for a congested apartment block is a narrower channel or a move to 5 GHz, not a wider channel. Bluetooth is a 2.4 GHz personal-area technology; NFC works within a few centimetres for payments and pairing; RFID tags are read at short range for inventory and access badges.

Cables and Connectors (Objective 3.1)

Copper network cable

CategoryRated speed and distanceNotes
Cat 5e1 Gb/s at 100 mThe minimum for gigabit
Cat 61 Gb/s at 100 m · 10 Gb/s at up to 55 mThe 55 m limit is a favourite question
Cat 6a10 Gb/s at 100 mThicker, usually shielded
Cat 7 / Cat 810 Gb/s · 25–40 Gb/s at 30 mData-centre runs; Cat 8 is short-reach only

Terminate with RJ45 using T568A or T568B — same standard at both ends for a straight-through cable, one of each for a legacy crossover. RJ11 is the smaller telephone/DSL plug. UTP is unshielded; STP adds foil or braid for noisy environments and direct-burial STP is jacketed for underground runs. Plenum-rated jackets are required in air-handling spaces because they give off less toxic smoke. Coaxial uses the screw-on F-type connector — RG-6 for cable internet and TV, RG-59 for short legacy runs.

Fibre

Single-mode fibre uses a laser, a tiny core and runs for kilometres; multimode uses an LED, a wider core and is for buildings and campuses. Connectors: SC (square, push-pull), LC (small, the common one on modern transceivers) and ST (round bayonet, legacy).

Peripheral, video and drive cables

InterfaceSpeedConnector notes
USB 2.0480 Mb/sType-A, Mini-USB, Micro-USB; 5 m cable limit
USB 3.0 (3.2 Gen 1)5 Gb/sBlue Type-A or USB-C; 3 m limit
USB 3.1 Gen 2 / 3.2 Gen 2×210 Gb/s / 20 Gb/sUSB-C
USB440 Gb/sUSB-C only; carries DisplayPort and PCIe traffic
Thunderbolt 3 / 440 Gb/sUSB-C; daisy-chains displays and docks
LightningUSB 2.0 speedsOlder iPhones and iPads; reversible
HDMIVideo and audioThe consumer standard; 2.1 supports 4K at 120 Hz and 8K
DisplayPortVideo and audioThe PC and multi-monitor standard; daisy-chaining via MST
DVIVideo onlyDVI-D digital, DVI-A analogue, DVI-I both
VGAAnalogue video only15-pin DE-15 — the "fuzzy image on a long run" answer
SATA III6 Gb/s7-pin data, 15-pin power; eSATA for external drives
MolexPower4-pin legacy peripheral power
DB9 / DE-9SerialConsole cables for switches and routers

RAID, Storage and Memory

RAID levelMinimum drivesSurvivesTrade-off
RAID 0 (striping)2Nothing — one failure loses everythingFastest, all capacity usable
RAID 1 (mirroring)2One driveHalf the capacity
RAID 5 (striping with parity)3One driveLoses one drive's worth of capacity; slow rebuilds
RAID 10 (mirrored stripes)4One drive per mirror pairFast and resilient; half the capacity

Storage interfaces: a 2.5-inch or 3.5-inch drive on SATA III tops out at 6 Gb/s; an M.2 slot can carry either a SATA SSD or an NVMe SSD over PCIe lanes, and NVMe is the answer whenever the scenario wants the fastest boot drive. S.M.A.R.T. is the drive's self-reporting — a S.M.A.R.T. warning means back up now and replace. Traditional hard drives spin at 5,400, 7,200, 10,000 or 15,000 rpm.

Memory: desktop DIMMs and laptop SO-DIMMs are not interchangeable, and each DDR generation is keyed so it will not fit the wrong slot. DDR5 is the current generation; DDR4 is still common. ECC memory detects and corrects single-bit errors and is a server feature. Matched pairs in the right slots enable dual-channel operation — the usual fix for "the new RAM works but the machine is no faster".

The Laser Printing Process, in Order

  1. Processing — the page is rendered in the printer's memory.
  2. Charging — the primary charge roller puts a uniform negative charge on the drum.
  3. Exposing — the laser writes the image by discharging the drum where toner should stick.
  4. Developing — toner is attracted to the exposed areas.
  5. Transferring — the transfer roller pulls the toner from the drum onto the paper.
  6. Fusing — heat and pressure melt the toner into the paper.
  7. Cleaning — leftover toner is scraped from the drum and the charge is erased.

Two symptom links to keep: toner that smears off the page means the fuser failed; a faint repeated ghost of the previous page means the cleaning step (or a worn drum) failed. Inkjets use a print head and need alignment and cleaning cycles; thermal printers need heat-sensitive paper and a clean heating element; impact printers need a ribbon and can print multipart forms.

Frequently Asked Questions

Which ports are on the CompTIA A+ Core 1 exam?

Objective 2.1 of 220-1201 lists fifteen: FTP 20/21, SSH 22, Telnet 23, SMTP 25, DNS 53, DHCP 67/68, HTTP 80, POP3 110, NetBIOS/NetBT 137–139, IMAP 143, SNMP 161/162, LDAP 389, HTTPS 443, SMB/CIFS 445 and RDP 3389, plus the difference between TCP and UDP.

What is the passing score for A+ Core 1?

675 on a scale of 100 to 900, with a maximum of 90 questions in 90 minutes. Core 2 (220-1202) is a separate exam with its own passing score of 700.

What does a 169.254 address mean?

APIPA — the computer asked for a DHCP address and got no reply, so it assigned itself a link-local one. It can talk to other APIPA hosts on the same segment but not to the gateway or the internet. Check the DHCP server, the cable or the wireless association first.

Cat 6 or Cat 6a for 10 gigabit?

Cat 6 carries 10 Gb/s only up to about 55 metres; Cat 6a carries it the full 100 metres. For a 10-gigabit run of unknown length, Cat 6a is the exam's answer.

Which RAID level gives redundancy with the fewest drives?

RAID 1, a two-drive mirror. RAID 5 needs three drives and RAID 10 needs four; RAID 0 gives no redundancy at any size.

Sources

  • CompTIA A+ Core 1 (220-1201) Exam Objectives, version 2.0, CompTIA — exam details, domain weights, the objective 2.1 port list, objective 2.3 wireless frequencies, objective 3.1 cable and connector list, objectives 2.5 and 2.6 DNS and IP concepts, and the acronym list.
  • Cable category ratings (TIA-568), IEEE 802.11 data rates, USB-IF and Intel Thunderbolt specifications for the speed figures; the objectives name the technologies and leave the figures to the standards.
  • Private address ranges: RFC 1918; APIPA/link-local: RFC 3927; IPv6 link-local: RFC 4291.
  • QuizCram's questions paraphrase facts from the objectives and never reproduce CompTIA exam items.

Put it into practice

Drill these concepts with free CompTIA A+ Core 1 quizzes — instant explanations, cited sources.

Keep reading