{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

Fire Wall Layer/ 3/4/5 And Layer 7 Flashcards

(7 cards)

1
Q

Layer 3/4 Firewalls
How do they work?

A

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.”

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

Layer 5 Firewalls
How do they work?

A

Remembers the session (request and response linked).
Provides contextual security.
Used for advanced security.

Memory Hook: “Layer 5 = Remembers the session.”

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

Difference between Layer 3/4 and Layer 5 Firewalls?

A

Layer 3/4: No memory, checks packets one-by-one.
Layer 5: Tracks the session, remembers the whole conversation.

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

What does a Layer 7 Firewall do?

A

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”

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

What can a Layer 7 Firewall identify?

A

Normal requests (safe).
Abnormal requests (like malware, spam, or exploits).

Memory Hook: “Layer 7 = Blocks bad stuff”

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

How does a Layer 7 Firewall handle encrypted traffic?

A

Decrypts (like HTTPS) to check data.
Re-encrypts after checking.

Memory Hook: “Layer 7 = Decrypts to inspect, then encrypts again”

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

What actions can a Layer 7 Firewall take?

A

Blocks bad data (malware, spam, etc.).
Can tag or replace bad content.

Memory Hook: “Layer 7 = Blocks, tags, or replaces”

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