Protocols, Ports, and Secure Traffic
- Explain protocol purpose, exposure, and encryption in transit
- Apply the idea to evidence from a realistic technology scenario
- Justify a decision using security, reliability, cost, and user impact
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.
Employees submit payroll information to an internal site over unencrypted HTTP while using public Wi-Fi.
- 1.HTTP does not protect the content in transit.
- 2.A nearby attacker may observe or alter traffic.
- 3.HTTPS with a valid certificate provides encryption and server authentication.
- 4.A VPN can add protection, but it does not excuse an insecure application.
What does DNS primarily do?
Which response best demonstrates complete reasoning about protocol purpose, exposure, and encryption in transit?
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