NEW
Font size
WorksheetsNetworking Ch 6 - Firewalls
Total questions: 25
Worksheet time: 13mins
A software- or hardware-based network security system that allows or denies network traffic according to a set of rules.
Firewall
Router
Switch
Bastion
A list of filtering rules that firewalls use to identify allowed and blocked traffic.
Access Control List
Firewall
Chain Event Log
Filter Access List
Network-based firewalls are more expensive and require more configuration than other types of firewalls, but they are much more robust and secure.
True
False
Most network-based firewalls are not considered hardware firewalls even though they use a combination of hardware and software to protect the network from internet attacks.
True
False
Almost all host-based firewalls are software firewalls.
True
False
You can use a host-based firewall in addition to a network-based firewall to provide multiple layers of protection.
True
False
Firewalls use filtering rules to identify allowed and blocked traffic. The filtering rules are also referred to as _________
Access Control Lists
File Access Lists
Chained Log Filters
Filter Control Lists
On what OSI layer does a packet filtering firewall operate?
Layer 2
Layer 3
Layer 4
Layer 7
A packet-filtering offers lower performance than other types of firewalls.
True
False
On what OSI level does a circuit-level gateway operate?
Layer 3
Layer 4
Layer 5
Layer 7
An application-layer firewall is the slowest form of firewall because entire messages are reassembled at the Application layer.
True
False
Which choice below is not a feature of Unified Threat Management (UTM) devices?
Firewall
Antivirus
VPN
Network Address Translation
The firewall scans incoming and outgoing network traffic. It compares that traffic to the rules you have defined. Then it decides whether the traffic should be allowed or denied. What are the two types of denies?
In and out
Local and network
Implicit and explicit
Stateful and stateless
_________ is a command-line firewall utility for Linux systems.
iptables
chainlogs
ipconfig
firewalld
This command clears firewall rules.
sudo iptables -c
sudo iptables -F
sudo iptables -x
sudo iptables -a
What does the following command do?
sudo iptables -A INPUT -j DROP
Halts processing of incoming packets
Drops all incoming traffic
Only allows incoming traffic
Clears all input rules
An appliance, also known as an all-in-one appliance, that combines several layers of security and networking services into one solution.
UTM
ATM
PCS
USB
What does a flood guard not do?
Protect against DOS attacks
Protect against DDOS attacks
Protect against SYN floods
Protect against SQL injections
This is located between a private network and an untrusted network, such as the internet.
VPN
Screened subnet
VLAN
Intranet
Any host that is exposed to attack and that has been hardened (fortified) against those attacks.
Tower
Castle
Bastion
Silo
A firewall device that typically has three network interfaces: one connected to the internet, one connected to the public subnet, and one connected to the private network.
Trunk
VPN
Bastion
Dual-homed gateway
This uses two firewalls. The external firewall is connected to the internet and allows access to public resources. The internal firewall connects the screened subnet to the private network.
VPN
Router
Screened subnet
Bastion
A device or software that monitors, logs, and detects security breaches, but takes no action to stop or prevent the attack.
Virtual private network (VPN)
Intrusion detection system(IDS)
Denial of service attack (DOS)
Intrusion prevention system (IPS)
Signature-based detection in an IDS cannot detect unknown attacks; it can detect only those attacks identified by published signature files. For this reason, it is important to update signature files regularly.
True
False
This monitors system data on an individual host, such as a server.
Virtual machine IDS (VMIDS)
Perimeter intrusion detection system(PIDS)
Network-based intrusion detection system(NIDS)
Host-based intrusion detection system(HIDS)
