Chapter 2-9 - ACLs Flashcards

1
Q

What are ACL’s (Access Control List), name three [3]

A
  1. Lists of instructions that permit or deny specific packets
  2. Enforce security policies by controlling traffic in a network
  3. Can be based on IPs, ports, or a variety of protocols
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How packet filtering work? List three [3]

A
  1. Controls access by analyzing packets and passing/stopping based on some rules
  2. Rules defined in ACLs
  3. ACL is a sequential list of permit or deny statements known as access control entries (ACEs)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a standard ACL? name two [2]

A
  1. Permit or deny traffic from source IP addresses only

2. Destination IP and ports involved are not checked

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is extended ACL?

A

Filter based on protocol type, source and destination IP, source and destination ports and other parameters

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the number ranges for Standard ACL?

A

1 – 99 & 1300 – 1999

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the number ranges for Extended ACL?

A

100 – 199 & 2000 – 2699

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are four [4] best practice for ACL’s?

A
  1. Base ACLs on security policy
  2. Write a description of ACL’s function (pseudocode)
  3. Use a text editor to create, edit, and save the ACL
  4. Test the ACL on a development network first
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are four [4] Criteria Statements?

A
  1. Most frequently used entries should be at the top of the list
  2. If no matches are found, the traffic is denied
  3. A single-entry ACL with only one deny will deny all traffic.
  4. Must have at least one permit
How well did you know this?
1
Not at all
2
3
4
5
Perfectly