nerdexam
CompTIA

CV0-003 · Question #37

An administrator is testing a new web server from outside of the corporate firewall. The administrator performs a test from a single PC and the web server responds accordingly. The administrator…

The correct answer is E. Firewall. Multiple VMs behind NAT share one external IP, and their simultaneous connections triggered the firewall's connection rate-limiting or flood-protection rules, blocking further access.

Troubleshooting

Question

An administrator is testing a new web server from outside of the corporate firewall. The administrator performs a test from a single PC and the web server responds accordingly. The administrator then provisions several virtual machines on a network behind NAT and uses them to perform the same operation on the web server at the same time, but thereafter soon discovers that none of the machines can reach the web server. Which of the following could be responsible?

Options

  • AIPS
  • BBlacklisting
  • CIDS
  • DWhitelisting
  • EFirewall

How the community answered

(27 responses)
  • A
    15% (4)
  • B
    7% (2)
  • C
    30% (8)
  • D
    4% (1)
  • E
    44% (12)

Why each option

Multiple VMs behind NAT share one external IP, and their simultaneous connections triggered the firewall's connection rate-limiting or flood-protection rules, blocking further access.

AIPS

An IPS inspects packet content for known attack signatures and can drop malicious traffic, but connection-level rate limiting triggered by a NAT IP flood is primarily a firewall function, not an IPS function.

BBlacklisting

Blacklisting blocks known-bad IP addresses and would have prevented the single-PC test from succeeding as well, since neither the PC nor the VMs would be pre-listed as malicious.

CIDS

An IDS passively monitors traffic and generates alerts but does not block connections, so it cannot prevent the VMs from reaching the web server.

DWhitelisting

Whitelisting would have blocked the VMs entirely from the start rather than only after simultaneous connections were attempted, and would also have blocked the single-PC test if that IP were not on the allowed list.

EFirewallCorrect

Firewalls can enforce rules that limit the number of concurrent connections or the connection rate from a single source IP. Because all VMs behind the NAT gateway share one external IP, their simultaneous requests appear as a connection flood from that single address, causing the firewall to block traffic from it - while the earlier single-PC test did not exceed any threshold.

Concept tested: Firewall connection rate-limiting with NAT source IP

Source: https://learn.microsoft.com/en-us/azure/firewall/overview

Topics

#firewall#NAT#connection limits#web server access

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice