Final Exam (V.2) Flashcards
What are firewalls?
Provide central “choke point” for all traffic entering and exiting the system
Main goals of firewall?
- Service control
- Behavior control
- User/machine control
Firewalls can also run security functionality, like IPsec and VPN. T/F
True
What can’t firewalls protect against?
- insider attacks
- users bypassing the firewall to connect to the Internet
- Infected devices connecting to network internally
Why not just provision each computer with its own firewall/IDS?
- Not cost effective
- Different OS’s make management difficult
- Patches must be propagated to all machines in the system
- Does not protect against insider attacks that extend beyond the local network
What is default policy?
Specifies what to do if no other policy applies.
What is default deny?
- blocklist/denylist
- specifies connectivity that is explicitly disallowed
- less secure, but allows functionality
What is default accept?
- allowlist
- specifies connectivity that is explicitly allowed
- more secure but may break functionality
In firewall rule order, firewall policies are monotonic. T/F
False
In firewall rule order, policy evaluate by first match, not best match. T/F
True
How to optimize firewall performance?
Do frequent deny first
Stateless packets are _____ while stateful packets ____.
considered in isolation; allow historical context consideration
Advantages and disadvantages of stateless packets?
A: much faster packets processing
D: more complex rule specification, less secure
Advantages and disadvantages of stateful packets?
A: more simple rule specification, more secure
D: slower packets processing
We can have multiple network firewalls, each providing different protection. T/F
T