Firewall Flashcards
What is the range of characteristics that a firewall access policy could use to filter traffic?
IP Address and Protocol Values
Application Protocol
User Identity
Network Activity
Controls access based on the source or destination addresses and port numbers, direction flow being inbound or outbound, and other network and transport layer characteristics.
IP Address and Protocol Values
Controls access based on the basis of authorized application protocol data. e.g., checking SMTP email for spam, or HTPP web requests to authorized sites only.
Application Protocol
Controls access based on the users identity, typically for inside suers who identify themselves using some form of secure authentication technology, such IPSec.
User Identity
Controls access based on consideration such as the time or request, e.g., only in business hours; rate of requests, e.g., to detect scanning attempts; or other activity patterns.
Network Activity
A _____ ______ _____ applies a set of rules to each incoming and outgoing IP packet and then forwards or discards the packet.
packet filtering firewall.
The IP address of the system that originated the IP packet.
Source IP address
The IP address of the system the IP packet is trying to reach.
Destination IP address
The transport-level (e.g., TCP or UDP) port number, which defines applications such as SNMP or TELNET.
Source and destination transport-level address
Defines the transport protocol
IP protocol field
For a firewall with three or more ports, which interface of the firewall the packet came from or which interface of the firewall the packet is destined for.
Interface
In a packet filtering firewall, if there is a match to one of the rules, that rule is invoked to determine whether to forward or discard the packet. If there is no match to any rule, then a default action is taken. Two default policies are possible?
Default = discard: That which is not expressly permitted is prohibited. Default = forward: That which is not expressly prohibited is permitted.
What are the different kinds of firewalls?
General Model Packet filtering firewall Stageful inspection firewall Application proxy firewall Circuit-level proxy firewall
Packet filtering firewall are filtered using what rules?
Source IP address
Destination IP address
Source and destination transport-level address
Interface
What are the advantage of Packet Filter Firewall?
Simplicity
Typically transparent to users and are very fast