A network administrator is reviewing basic firewall operations and Access Control List (ACL) filtering rules. Which of the following statements correctly describe how these security mechanisms function? (Select TWO.)
- Stateful firewalls maintain a connection table to dynamically allow return traffic for established sessions.Cevap
- Standard IPv4 Access Control Lists evaluate network traffic based strictly on the source IP address.Cevap
- CStateless Access Control Lists automatically track TCP connection states to allow return traffic without dedicated rules.
- DAccess Control Lists implicitly permit all remaining traffic at the end of the rule list unless an explicit deny statement is added.
Cevap
The correct statements are that stateful firewalls maintain a connection table to dynamically allow return traffic for established sessions, and standard IPv4 Access Control Lists evaluate network traffic based strictly on the source IP address.
Stateful firewalls track session state information in a state table, allowing return traffic automatically. Additionally, standard ACLs filter traffic solely by inspecting the source IP address of packets.
Adım Adım Çözüm
Anahtar Kavram
Firewall Statefulness and Standard ACL Characteristics