Want to save your progress?
Create a free account to track your lessons and quizzes across devices.
Register Login
Create a free account to track your lessons and quizzes across devices.
Register Login
« Back to ClassCompleted: 0%
Network Defense Mechanisms
Page 1 of 1
Firewalls and IDS/IPS
-
Firewall: A network security device that monitors and controls incoming and outgoing network traffic based on predetermined security rules. It acts as a barrier between a trusted internal network and an untrusted external network (Internet).
- Packet Filtering: Checks simple header info (IP, Port).
- Stateful Inspection: Tracks the state of active connections.
-
IDS (Intrusion Detection System): Monitors network traffic for suspicious activity and sends alerts. It is passive (it watches).
-
IPS (Intrusion Prevention System): sits in-line with traffic and can actively block malicious traffic. It is active (it acts).