A network administrator is reviewing filtering methods for perimeter security devices. Which of the following statements accurately describe the operational behavior of stateless firewalls and standard packet filters? (Select TWO)
- They evaluate each network packet independently using static criteria such as source/destination IP addresses and port numbers.Answer
- They require separate explicit rules to permit return traffic because connection state context is not retained.Answer
- CThey dynamically track TCP session state tables to automatically allow return traffic for outbound requests.
- DThey automatically permit all inbound HTTP traffic on port 80 without checking ACL statements if port 443 is explicitly allowed.
Answer
Stateless firewalls evaluate each packet independently against static rules (such as IP addresses and port numbers) and require separate explicit rules for return traffic because they do not track connection session state.
Stateless firewalls assess each packet on its own using header fields (IP addresses, protocols, port numbers) without maintaining state tables. As a result, return traffic generated from internal requests is not automatically recognized and requires an explicit matching permit rule.
Step-by-Step Solution
Key Concept
Stateless Firewall Packet Inspection & Rule Processing