Courseiva
Question 162 of 144
server-administrationmediumMultiple ChoiceObjective-mapped

SK0-005 server-administration Practice Question

Network Topology
ACCEPT allanywhere anywhere state RELATEDDROP tcpanywhere anywhere tcp dpt:sshREJECT allanywhere anywhere reject-with icmp-host-prohibitediptables -L OUTPUT:Chain INPUT (policy ACCEPT)target prot opt source destination

Refer to the exhibit. A web server is running on port 80, but users are unable to connect. The administrator has confirmed the web server service is running. The output of iptables -L is shown. What is the most likely reason for the connectivity issue?

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 firewall is blocking incoming traffic on port 80

The iptables rules accept only related/established traffic and drop SSH. The catch-all REJECT rule blocks all other incoming connections, including HTTP on port 80, because no explicit ACCEPT rule exists for it.

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's default gateway is incorrect

    Why it's wrong here

    A gateway misconfiguration would affect all outbound traffic, but the firewall rules are the direct cause of blocking inbound port 80.

  • The firewall is blocking incoming traffic on port 80

    Why this is correct

    The REJECT all rule at the end of the INPUT chain drops any packet not explicitly allowed, including HTTP requests to port 80.

  • SELinux is enforcing and blocking port 80

    Why it's wrong here

    While SELinux can block ports, the explicit iptables output directly shows a REJECT all rule that denies port 80 traffic.

  • The web server is not bound to the correct IP address

    Why it's wrong here

    The web server is confirmed running; if it were misbound, local tests would fail, but the issue is external connectivity blocked by the firewall.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jul 26, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This SK0-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 SK0-005 exam.