Study CompTIA 220-1201 Ports, Protocols and Common Services: key concepts, common traps, and exam decision cues.
A+ Core 1 does not need full protocol depth, but it does expect you to know which common service or port matches the job. The best answers usually come from matching the protocol to the business need, not from memorizing raw numbers with no context.
Port: A logical endpoint that lets multiple services share one IP address cleanly.
Protocol: The communication rule set that tells systems how to format, send, and interpret traffic.
LDAPS: LDAP wrapped in TLS so directory lookups are protected in transit.
CompTIA usually wants you to:
| Service | Port | Why it matters |
|---|---|---|
| SSH | 22 |
secure remote terminal access |
| HTTP / HTTPS | 80 / 443 |
ordinary and encrypted web traffic |
| DNS | 53 |
hostname resolution |
| DHCP | 67 / 68 |
automatic IP configuration |
| RDP | 3389 |
remote desktop access |
| SMTP / IMAP / POP3 | 25/587, 143/993, 110/995 |
mail sending and retrieval |
| LDAP / LDAPS | 389 / 636 |
directory and identity lookups |
| Family | Keep this distinction straight |
|---|---|
| HTTP vs HTTPS | same general job, but HTTPS is the secure web answer |
| LDAP vs LDAPS | same directory family, but LDAPS adds protected transport |
| SMTP vs IMAP / POP3 | sending mail is different from retrieving it |
| DNS vs DHCP | naming is different from addressing |
| If the question is really about… | Think first about… |
|---|---|
| secure remote command-line access | SSH |
| ordinary secure web access or web admin | HTTPS |
| hostname lookup | DNS |
| auto-addressing on a LAN | DHCP |
| remote desktop session | RDP |
| directory or identity lookup | LDAP or LDAPS |
1User symptom: "I can reach the server by IP, but not by name."
2Strong lane: DNS
3Not the first lane: RDP, SMTP, or random cable replacement
What to notice:
If a user says, “I can log in locally, but the device cannot reach the network share by name,” the better first lane is still name or directory service logic before random hardware replacement. Core 1 often rewards this kind of narrow service matching.
When A+ offers an older protocol and a more secure newer one, the stronger support answer usually favors the safer choice:
SSH over TelnetHTTPS over plain HTTP for secure web managementA technician can reach a router’s management page in the browser, and the prompt explicitly says the session must be encrypted. Which answer best fits Core 1?
8044323110Correct answer: B. The task is browser-based management and the prompt adds a security requirement. Core 1 wants the secure web-management protocol, not just any remote-management option.
Ports-and-services questions usually hinge on matching the support task to the correct protocol. If the need is secure command-line device access, think SSH. If the user can browse by IP but not hostname, think DNS. If the issue is automatic addressing, think DHCP. The weak answer usually reaches for a familiar port number even when the workflow clue points to a different service category.