Questions: Firewall Architecture and Rules

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A network administrator configures a stateless firewall with the rule 'allow inbound TCP from any source on port 80' to permit web browsing return traffic. What security vulnerability does this create?

AIt inadvertently blocks HTTPS traffic, which uses port 443
BIt slows down network performance because every inbound packet must be inspected against the full rule set
CIt permits any external host to initiate unsolicited connections to internal machines on port 80, because the stateless firewall cannot distinguish return traffic from attack traffic
DIt only creates a vulnerability for HTTP — HTTPS traffic is filtered independently
Question 2 Multiple Choice

A company places its public web server directly on the internal network and configures the firewall to allow inbound traffic on ports 80 and 443. What is the key security risk compared to placing the web server in a DMZ?

AThe web server will perform worse because traffic must traverse the firewall twice
BIf the web server is compromised, the attacker has direct access to the internal network — a DMZ would isolate the web server so a breach cannot directly reach internal systems
CPort 80 traffic is inherently insecure regardless of where the server is placed in the network
DAll architectures without a DMZ carry identical risk — only the firewall rules determine security, not network segmentation
Question 3 True / False

A stateful firewall requires explicit allow rules for both the outbound request and the corresponding inbound response in order to permit employees to browse websites.

TTrue
FFalse
Question 4 True / False

In a firewall rule set evaluated top-to-bottom, placing a broad 'permit all TCP' rule before a specific 'deny port 23 (Telnet)' rule means that Telnet traffic will be permitted despite the deny rule.

TTrue
FFalse
Question 5 Short Answer

Explain why stateful firewalls are considered more secure than stateless firewalls for protecting internal networks from unsolicited inbound connections.

Think about your answer, then reveal below.