Chapter 2-9 - ACLs Flashcards
1
Q
What are ACL’s (Access Control List), name three [3]
A
- Lists of instructions that permit or deny specific packets
- Enforce security policies by controlling traffic in a network
- Can be based on IPs, ports, or a variety of protocols
2
Q
How packet filtering work? List three [3]
A
- Controls access by analyzing packets and passing/stopping based on some rules
- Rules defined in ACLs
- ACL is a sequential list of permit or deny statements known as access control entries (ACEs)
3
Q
What is a standard ACL? name two [2]
A
- Permit or deny traffic from source IP addresses only
2. Destination IP and ports involved are not checked
4
Q
What is extended ACL?
A
Filter based on protocol type, source and destination IP, source and destination ports and other parameters
5
Q
What is the number ranges for Standard ACL?
A
1 – 99 & 1300 – 1999
6
Q
What is the number ranges for Extended ACL?
A
100 – 199 & 2000 – 2699
7
Q
What are four [4] best practice for ACL’s?
A
- Base ACLs on security policy
- Write a description of ACL’s function (pseudocode)
- Use a text editor to create, edit, and save the ACL
- Test the ACL on a development network first
8
Q
What are four [4] Criteria Statements?
A
- Most frequently used entries should be at the top of the list
- If no matches are found, the traffic is denied
- A single-entry ACL with only one deny will deny all traffic.
- Must have at least one permit