Fire Wall Layer/ 3/4/5 And Layer 7 Flashcards
Layer 3/4 Firewalls
How do they work?
No memory of the request and response being related.
Treats each packet separately.
Used for basic security.
Memory Hook: “Layer 3/4 = No memory, no link.”
Layer 5 Firewalls
How do they work?
Remembers the session (request and response linked).
Provides contextual security.
Used for advanced security.
Memory Hook: “Layer 5 = Remembers the session.”
Difference between Layer 3/4 and Layer 5 Firewalls?
Layer 3/4: No memory, checks packets one-by-one.
Layer 5: Tracks the session, remembers the whole conversation.
What does a Layer 7 Firewall do?
Inspects data at the Application Layer (Layer 7).
Understands specific protocols (like HTTP).
Looks inside the actual content of the traffic.
Memory Hook: “Layer 7 = Smart Firewall”
What can a Layer 7 Firewall identify?
Normal requests (safe).
Abnormal requests (like malware, spam, or exploits).
Memory Hook: “Layer 7 = Blocks bad stuff”
How does a Layer 7 Firewall handle encrypted traffic?
Decrypts (like HTTPS) to check data.
Re-encrypts after checking.
Memory Hook: “Layer 7 = Decrypts to inspect, then encrypts again”
What actions can a Layer 7 Firewall take?
Blocks bad data (malware, spam, etc.).
Can tag or replace bad content.
Memory Hook: “Layer 7 = Blocks, tags, or replaces”