Learn the high-value network protocols, ports, and service behaviors that A+ Core 1 expects for support and SOHO troubleshooting.
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.
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 |
| 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:
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 IP in the browser, but the prompt explicitly says the session must be encrypted. Another answer choice suggests Telnet because it is also a remote management protocol.
The stronger answer usually: