NET+ N10-009 V9 Network troubleshooting Supplemental practice Fictional web platform recovery · 1 of 4 Runs in your browser · no setup Preview · not independently reviewed

Recover a reverse-proxied company portal

Trace a public 502 through DNS, a tunnel connector, nginx, and the intended application service.

Estimated18 min
DifficultyAdvanced
Points14
Scenario brief

Northwind Orchard's public staff portal failed after a power outage. A managed edge tunnel runs beside nginx on RPX-01. The change window permits service recovery and evidence gathering, but not an unreviewed architecture change.

Content record

Preview · not independently reviewed

Related product practice for CompTIA N10-009 learners · Does not count as exam-objective readiness · Available as preview practice, but a named independent subject-matter expert has not yet verified the question and answer key.

Community review →
5.1Explain the troubleshooting methodology. 5.3Given a scenario, troubleshoot common issues with network services.
Show review record and official sources

Method: Mapped to N10-009 troubleshooting objectives 5.1 and 5.3; status-code interpretation, exact-upstream testing, and tunnel-route choices were checked against current Cloudflare documentation.

Current-profile check: 2026-08-12 · Next review due 2027-02-08

01

Inspect the evidence

Use only the information provided to complete the tasks.

Published path

list
  • staff.northwind.test → managed edge → existing tunnel → http://127.0.0.1:8182
  • nginx 127.0.0.1:8182 → APP-01 192.0.2.35:9443
  • APP-01 also has an unrelated development page on TCP 9000

Collected evidence

code
$ curl -I https://staff.northwind.test/
HTTP/2 502
$ curl -sS -o /dev/null -w '%{http_code}\n' http://192.0.2.35:9000/
200
$ curl --max-time 5 http://192.0.2.35:9443/
curl: (28) Connection timed out
$ sudo nginx -t
syntax is ok
test is successful
$ sudo tail -n 2 /var/log/nginx/error.log
2026-08-13T09:14:32Z upstream timed out while connecting to upstream 192.0.2.35:9443
$ date -u +%FT%TZ
2026-08-13T09:18:07Z
$ sudo ss -lntp | grep ':8182'
<no output>
02

Complete the response

Partial credit is available for matching, ordering, and multi-select tasks.

01
matching

Match each observation to the strongest conclusion it supports.

4 pts
Need a hint?

Start with the row and choice that have the most distinctive purpose, then use that pair to narrow the rest.

Show another hint

For each remaining pair, explain the relationship in one sentence before selecting it.

02
single choice

Which action is the best next recovery decision?

3 pts
Need a hint?

Restate the exact outcome or failure the prompt asks about before comparing choices.

Show another hint

Eliminate choices that solve a nearby problem, change more than requested, or do not fit the evidence.

03
ordering

Order the checks from the innermost dependency to the public user path after recovery work.

4 pts

Drag the rows or use the arrow buttons to reorder.

  1. 1 From RPX-01, request the exact APP-01:9443 health endpoint
  2. 2 Confirm nginx listens on 127.0.0.1:8182
  3. 3 Request 127.0.0.1:8182 with the public Host header
  4. 4 Request the public HTTPS hostname and verify content, TLS, and status
Need a hint?

Identify the prerequisite that must happen first and the verification or documentation that belongs last.

Show another hint

For the middle steps, ask what must already be true before each action can safely happen.

04
multi select

Select the THREE choices that preserve the intended published-application design.

3 pts
Need a hint?

Evaluate each option independently against the scenario evidence instead of treating the list as one decision.

Show another hint

Choose only options that directly satisfy the prompt; being generally true is not enough.

Ready to check your work?Submit to finish this session and review your feedback. Extra practice is optional.
Persistent progress

Attempt history

Every submission is retained. Starting another attempt never replaces or unlocks the previous one.

No attempts yet

Your first submitted score and detailed answer review will appear here.

Community quality control

Question or answer look wrong?

Proposals and votes help staff prioritize review. They never change the scoring key automatically.

Full review queue
No community corrections yet

Be the first to flag unclear wording, an answer-key issue, or a source that needs another look.

Propose a correction