nerdexam
CompTIA

XK0-006 · Question #39

A systems administrator receives reports about connection issues to a secure web server. Given the following firewall and web server outputs: Which of the following commands best resolves this issue?

The correct answer is C. ufw delete deny https/tcp. The firewall output shows that port 443/tcp (HTTPS) is explicitly denied, even though the web server is correctly listening on it. Removing the deny rule for HTTPS (ufw delete deny https/tcp) resolves the issue while still keeping the firewall active and secure.

Security

Question

A systems administrator receives reports about connection issues to a secure web server. Given the following firewall and web server outputs:

Which of the following commands best resolves this issue?

Exhibit

XK0-006 question #39 exhibit

Options

  • Aufw disable
  • Bufw allow 80/tcp
  • Cufw delete deny https/tcp
  • Dufw allow 4096/tcp

How the community answered

(35 responses)
  • A
    6% (2)
  • B
    9% (3)
  • C
    83% (29)
  • D
    3% (1)

Explanation

The firewall output shows that port 443/tcp (HTTPS) is explicitly denied, even though the web server is correctly listening on it. Removing the deny rule for HTTPS (ufw delete deny https/tcp) resolves the issue while still keeping the firewall active and secure.

Topics

#ufw#firewall rules#HTTPS#network security

Community Discussion

No community discussion yet for this question.

Full XK0-006 Practice