A network security engineer configures a stateful firewall to protect an internal database server residing at that receives connections from an application server at over TCP port . An inbound rule permitting traffic from source IP to destination IP on TCP port is explicitly applied. Although no explicit outbound rule is created to permit return traffic from the database server back to the application server's ephemeral ports, communication functions normally without packet drops. Which of the following best explains why the return traffic is successfully permitted through the firewall?
- Stateful firewalls maintain a state table tracking active TCP connections and dynamically permit return traffic matching established sessions.Answer
- BFirewall policy sets include an implicit permit statement at the end of the rule list that automatically allows unlisted outbound traffic.
- CReturn traffic operates exclusively at Layer 2, bypassing transport layer firewall inspection once initial frames are logged.
- DThe firewall automatically converts the TCP session into a connectionless UDP flow for return traffic to bypass destination port filters.
Answer
Stateful firewalls maintain a state table tracking active TCP connections and dynamically permit return traffic matching established sessions.
Stateful firewalls maintain an internal connection state table. When an initial connection request matches an inbound rule, the firewall records the source IP, destination IP, source port, and destination port. Any subsequent return traffic belonging to that active session is automatically permitted without requiring a separate explicit outbound rule.
Step-by-Step Solution
Key Concept
Stateful Packet Inspection vs. Stateless Filtering
Estimated Time:1m 15s