Browse CompTIA Certification Guides

Study Ports, Protocols, Services & Application Flows for Network+ (N10-009)

Study the common ports, protocols, and service behaviors that Network+ expects you to recognize in deployment and troubleshooting questions.

Port questions in Network+ are usually service-behavior questions. CompTIA is not mainly rewarding raw memorization of numbers. It is rewarding whether you understand what the service does, whether it is secure or legacy, and how the traffic should behave in the path.

RDP: Remote Desktop Protocol for graphical remote administration of Windows systems.

LDAP: Lightweight Directory Access Protocol, a directory-access protocol often used for identity and lookup functions.

What CompTIA is really testing

The strongest answers usually depend on whether you can distinguish:

  • secure versus older legacy protocol choices
  • management protocols from user-facing application protocols
  • naming, directory, messaging, and remote-access services
  • transport behavior from application purpose

Match the service to the clue

Service or protocol family Typical clue
DNS users can reach by IP but not by hostname
DHCP client cannot get valid addressing automatically
HTTPS secure web access or API traffic
SSH / RDP remote administration or remote desktop access
LDAP directory lookup or identity integration
SMTP, IMAP, POP3 mail delivery or retrieval behavior

A simple application flow

    flowchart LR
	  A["Client"] --> B["DNS lookup"]
	  B --> C["Connect to app service"]
	  C --> D["HTTPS or other application flow"]

What to notice:

  • many user complaints begin with one service and depend on another
  • a web app issue may start with a DNS problem before HTTPS is ever attempted
  • understanding service order is more useful than memorizing isolated port numbers

Small socket-view example

1tcp   10.10.10.50:22    10.10.20.15:51544   ESTABLISHED
2tcp   10.10.10.80:443   10.10.30.22:49810   ESTABLISHED
3udp   10.10.10.53:53    10.10.30.22:61402

What to notice:

  • 22 strongly suggests secure remote administration via SSH
  • 443 is a common secure web or API service port
  • 53 points to name-resolution behavior

Secure-versus-legacy thinking matters

CompTIA often rewards the answer that prefers the safer management or application choice when the scenario supports it:

  • SSH over Telnet
  • HTTPS over unsecured web management
  • secure mail retrieval or transfer where appropriate instead of older clear-text patterns

That does not mean “encrypted” automatically makes every answer correct. The service still has to fit the job.

Common traps

  • memorizing a port without understanding the service behavior behind it
  • mixing management protocols with directory or messaging protocols
  • assuming encryption alone makes the protocol choice correct
  • forgetting that some application flows depend on earlier infrastructure services

What strong answers usually do

  • connect the service clue to the traffic flow it implies
  • prefer secure protocol choices when the scenario supports them
  • separate infrastructure services from user-facing applications
  • use the port number as a clue, not as the whole answer

Quiz

Loading quiz…

Continue with 1.5 Traffic Types & Communication Patterns to keep the domain flow intact.