NET-11-P1 Access Control Lists Flashcards
What are ACLS used in
firewalls, switches and routers
computer file systems, web portals, and cloud configurations
is a rule based feature that allows network administrators and engineers to configure basic traffic filtering. Is a series of commands that, based on information in the packet header, determine whether to drop a packet or forward it
ACL - Access Control List
What is the difference between Stateless vs Stateful
Stateless firewalls remember the state of the session and close it once it is completed. Stateful firewalls understand the details of a connection and allow the return traffic
What’s the difference between Standard ACLs vs Extended ACLs
Standard ACLs examine only source IP address when implementing restrictions. Extended ACLs filter packets according to the following parameters: protocol type, source of destination IP address, and source or destination port
What are Wildcards
Wild cards are inverted subnet masks that can be used in statements in both extended and standard ACLS
ex: 0.0.0.255
When no match is found for a packet, this is applied to the packet
Implicit Deny