← Back to course

Protocols, Ports, and Secure Traffic

You’ll be able to

Protocols, Ports, and Secure Traffic

Protocols define how systems communicate. Security analysis asks whether a service is necessary, authenticated, encrypted, patched, and reachable only by intended users. TLS protects data in transit; DNS resolves names; DHCP assigns network settings; each service has a distinct role and risk.

Decision lens

Strong technical decisions connect evidence → mechanism → impact → response. Identify what the evidence shows, explain the system behavior that produced it, state the likely effect on people or data, and choose a response that addresses the cause without creating unnecessary disruption.

Worked example

Employees submit payroll information to an internal site over unencrypted HTTP while using public Wi-Fi.

  1. 1.HTTP does not protect the content in transit.
  2. 2.A nearby attacker may observe or alter traffic.
  3. 3.HTTPS with a valid certificate provides encryption and server authentication.
  4. 4.A VPN can add protection, but it does not excuse an insecure application.
Answer: Require HTTPS end to end and remove the unencrypted service rather than relying on users to notice the risk.
Checkpoint

What does DNS primarily do?

Checkpoint

Which response best demonstrates complete reasoning about protocol purpose, exposure, and encryption in transit?

On the exam

For a scenario about protocol purpose, exposure, and encryption in transit, identify the decisive evidence before naming a response. A defensible conclusion here is: Require HTTPS end to end and remove the unencrypted service rather than relying on users to notice the risk.

Answer the 2 checkpoints as you read.

Sign in to save your progress