11 - Access Control List Flashcards
Where are Access Control Lists (ACL) used?
- Computer networks (firewalls, switches and routers)
- Computer file systems (servers and workstations)
- Web portals (Canvas, Amazon.com)
- Cloud configurations (Amazon Web Service VPC, Microsoft Azure VNET)
What is Access Control List (ACL)?
A rule-based feature that allows network administrators and engineers to configure basic traffic filtering. ACL is a series of commands, that based on info in the packet header, determine whether to drop a packet or forward it.
What device contains ACLs?
Firewalls
What are stateless firewalls?
Looks at source and destination with conditions that allow or block traffic
What is a stateful firewall?
Will understand the details of a connection and allow the return traffic. Most decent firewalls are stateful.
What are ACL advantages?
- Network performance
2. Security the network
What does ACL restrict?
- Routing protocol advertisement messages
- Packets from security protocols
- Packets from other protocols (e.g. ICMP)
What are standard ACLs?
Filters traffic according to source IP address when implementing restrictions. Cisco recommends to place this type of ACL as close to the destination device as possible
What is an Extended ACL?
Filters packets according to the following parameters: source and destination IP address, protocol typ, and source or destination port. Cisco recommends to place this ACL close to source as possible.
True or False:
When configuring ACL traffic direction (inbound or outbound), must be specified on an interface.
True - so router will implement the proper restriction when examing the source network and destination
What does Inbound ACL do?
Configures the ACL for inbound traffic. Router will examine incoming traffic to the interface.
What does Outbound ACL do?
Configures the ACL for outbound traffic. Router will examine outgoing traffic from the interface.
What are Wildcards?
Inverted subnet masks that can be used in statements for Extended and Standard ACLs.
True or False:
The order of statements in an ACL is not crucial
Fals
What is Access Control Entries (ACEs)?
Represent the order of statements in the ACL. Must be planned carefully.