Courseiva
easyMultiple ChoiceObjective-mapped

PK0-005 Practice Question: Refer to the exhibit

Exhibit

Refer to the exhibit.

Command: netstat -an | grep :80
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN
tcp 0 0 192.168.1.10:80 192.168.1.5:54321 ESTABLISHED
tcp 0 0 192.168.1.10:80 192.168.1.6:54322 TIME_WAIT

Refer to the exhibit. A project manager is monitoring server performance for a web application deployment. Based on the exhibit, what is the status of the web server?

⚠ Common exam trap

CompTIA often tests the misconception that a 'LISTENING' port alone is insufficient to confirm the server is handling connections, but the presence of 'ESTABLISHED' sessions in the exhibit directly proves active traffic handling, making D correct.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

The server is running and handling connections

The exhibit shows the web server is in a 'LISTENING' state on port 80, with established connections (ESTABLISHED) to client IPs. This indicates the server process is running, the TCP handshake completed successfully, and it is actively handling HTTP requests. Option D is correct because a listening socket with established sessions confirms operational status.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The server has a firewall blocking connections

    Why it's wrong here

    ESTABLISHED shows connection succeeded.

  • The server is overloaded

    Why it's wrong here

    No evidence of overload from this output.

  • The server is not running

    Why it's wrong here

    Listening shows service is running.

  • The server is running and handling connections

    Why this is correct

    LISTEN and ESTABLISHED indicate active service.

Visual reference

Client Server SYN (seq=100) SYN-ACK (seq=200, ack=101) ACK (ack=201) Connection established — data transfer begins

About these practice questions

This PK0-005 question is part of Courseiva's 980-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This PK0-005 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the PK0-005 exam.