Skip to content

Commit 5dcdc5e

Browse files
committed
Fix duplicate example_videos key in firewall YAML causing section load failure
1 parent 206c22c commit 5dcdc5e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

frontend/public/textbook/content/overviews/03-a-lot-of-computers/questions/cybersecurity/explain-firewall-role.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ answer_high_school: "🔥 Enterprise firewalls implement multi-layered security
1212

1313
answer_undergraduate: "🏗️ Modern firewall architectures represent sophisticated network security enforcement points implementing policy-based traffic control through multi-vector threat detection and prevention mechanisms: 1) **OSI Layer Integration** - Simultaneously operates across network layers from Layer 3 (IP routing) through Layer 7 (application content) using optimized hardware acceleration and software-defined networking principles to maintain line-rate performance, 2) **Advanced Threat Protection** - Employs machine learning algorithms, behavioral analytics, and threat intelligence feeds to identify zero-day attacks, advanced persistent threats, and encrypted malware communications through traffic pattern analysis and anomaly detection, 3) **Software-Defined Security** - Integrates with orchestration platforms (Kubernetes, OpenStack) to provide dynamic security policy enforcement in cloud-native environments, automatically scaling protection mechanisms based on threat landscape changes and infrastructure demands, 4) **Compliance and Governance** - Implements regulatory compliance frameworks (PCI-DSS, HIPAA, SOX) through automated policy enforcement, audit trail generation, and risk assessment reporting while supporting digital forensics requirements, 5) **Zero Trust Architecture** - Facilitates micro-segmentation strategies by enforcing identity-based access controls, continuous authentication, and least-privilege principles across hybrid cloud infrastructures, eliminating traditional perimeter-based security assumptions in favor of context-aware, risk-adaptive security policies."
1414

15-
example_videos:
16-
- "https://www.youtube.com/watch?v=63TrM4Co8oY"
17-
- "https://youtu.be/pKywUoYGp4I"
18-
1915
vocab_answer:
2016
- word: "firewall"
2117
definition: "Security system that filters network traffic to block unauthorized access and threats"
@@ -44,3 +40,4 @@ learning_objectives:
4440
- "Recognize the importance of traffic filtering in cybersecurity"
4541
example_videos:
4642
- "https://www.youtube.com/watch?v=63TrM4Co8oY"
43+
- "https://youtu.be/pKywUoYGp4I"

0 commit comments

Comments
 (0)