Recall & Review
beginner
What is a firewall in computer networks?
A firewall is a security system that controls incoming and outgoing network traffic based on set rules. It acts like a gatekeeper to protect a network from unauthorized access.
Click to reveal answer
beginner
What does packet filtering mean?
Packet filtering is a method used by firewalls to check data packets and decide whether to allow or block them based on rules like source IP, destination IP, ports, or protocols.
Click to reveal answer
intermediate
Name two types of firewalls.
Two common types of firewalls are: 1) Network-level firewalls that filter packets based on IP addresses and ports, and 2) Application-level firewalls that inspect the content of the traffic for specific applications.
Click to reveal answer
intermediate
How does a stateful firewall differ from a stateless firewall?
A stateful firewall keeps track of active connections and makes decisions based on the state of the connection, while a stateless firewall treats each packet independently without context.
Click to reveal answer
beginner
Why is packet filtering important for network security?
Packet filtering helps block harmful or unwanted traffic, preventing attacks and unauthorized access, which keeps the network safe and reliable.
Click to reveal answer
What is the main role of a firewall?
✗ Incorrect
A firewall controls network traffic by allowing or blocking data based on security rules.
Packet filtering checks packets based on which of the following?
✗ Incorrect
Packet filtering examines packet headers like source and destination IP addresses to decide if packets should pass.
Which type of firewall tracks the state of active connections?
✗ Incorrect
Stateful firewalls keep track of active connections to make smarter filtering decisions.
What happens if a packet does not meet the firewall rules?
✗ Incorrect
Packets that do not meet the rules are blocked to protect the network.
Which of these is NOT a function of a firewall?
✗ Incorrect
Firewalls filter and monitor traffic but do not automatically encrypt all data.
Explain in your own words what a firewall does and why it is important for network security.
Think about how a firewall acts like a security guard for your network.
You got /3 concepts.
Describe how packet filtering works and what criteria it uses to allow or block data packets.
Imagine sorting mail based on sender and recipient addresses.
You got /3 concepts.