Lesson 10 Implementing Network Security Appliances Flashcards
What is Packet filtering
A Layer 3 firewall technology that compares packet headers against ACLs to determine which network traffic to accept
What is Ingress traffic filtering
the concept of firewalling traffic entering a network from an external source such as the Internet
What is a stateless firewall?
A type of firewall that does not preserve information about the connection between two hosts
What is a stateful inspection?
A technique used in firewalls to analyze packets down to the application layer rather than filtering packets only by header information, enabling the firewall to enforce tighter and more security
What is a state table?
Information about sessions between hosts that is gathered by a stateful firewall
What is an appliance firewall?
A standalone hardware device that performs only the function of a firewall, which is embedded into the appliance’s firmware.
What does a layer 3 firewall do
performs forwarding between subnets. Each interface on the firewall connects to a different subnet and represents a different security zone
What does the Layer 2 firewall do
inspects traffic passing between two nodes, inspect and filter traffic on the basis of the full range of packet headers
What is a router firewall
A hardware device that has the primary function of a router, but also has firewall functionality embedded into the router firmware.
Host-based firewall / personal firewall
implemented as a software application running on a single host designed to protect that host only. As well as enforcing packet filtering ACLs, a personal firewall can be used to allow or deny software processes from accessing the network
Application Firewall
Software designed to run on a server to protect a particular application such as a web server or SQL server.
Network Operating system firewall (NOS)
A software-based firewall running on a network server OS, such as Windows or Linux, so that the server can function as a gateway or proxy for a network segment.
What is a proxy server
A server that mediates the communications between a client and another server. It can filter and often modify communications, as well as provide caching services to improve performance.
What is a forward proxy
provides for protocol-specific outbound traffic. For example, you might deploy a web proxy that enables client computers on the LAN to connect to websites and secure websites on the Internet. This is a forward proxy that services TCP ports 80 and 443 for outbound traffic
caching engines
A feature of many proxy servers that enables the servers to retain a copy of frequently requested web pages.
What is a multipurpose proxy
A proxy configured with filters for multiple protocol types such as HTTP,FTP, and SMTP
What is a transparent proxy
A server that redirects requests and responses for clients configured with the proxy address and port.
What port does a non-transparent proxy listen on
port 8080