Chapter 15 - Supplement - Sheet1 Flashcards
Public Network
Network that everyone has access to
Private network
network that only select people (perhaps on an ACL) have access to
Network-Based Firewall
what companies use to protect their private network from
public networks. The defining characteristic of this type of firewall is that it’s designed
to protect an entire network of computers instead of just one system. Usually a combination of hardware and software
Host-based Firewall
implemented on a single
machine so it protects only that one machine. This type of firewall is usually a software
implementation
ACL
Access Control Lists. These reside on your routers and determine by IP addresses which machines are allowed to use those routers and in what direction
What types of attacks to ACLs mitigate against
IP address spoofing inbound, IP address spoofing outbound, DoS TCP SYN attacks, DoS Smurf attacks
How do ACLs mitigate against threats
Using TCP intercept to address DoS TCP SYN attacks, Filtering ICMP messages, inbound, Filtering ICMP messages, outbound, Filtering Traceroute
Standard ACLs
Use only the source IP address to determine allow/deny. Allowing a single IP address allows it to transmit any protocol, any port.
Extended ACLs
Make allow/deny decisions based on more than the source IP
Standard rules for ACLs
Deny any addresses from your internal networks to enter your internal network; Deny any local host addresses (127.0.0.0/8).; Deny any reserved private addresses.; Deny any addresses in the IP multicast address range (224.0.0.0/4).
Port security
Managing switch security (layer 2) to manage risk on internal networks.
2 examples of port security
Using MAC address filtering to ensure that only a specific address can use a specific port. Using MAC address filtering to ensure that only a group of MAC addresses can access a sensitive area of the network.
Packet Filtering
the ability of a router or a firewall to discard packets that don’t
meet the right criteria
dynamic packet filtering
Firewalls use dynamic packet filtering to ensure that the packets
they forward match sessions initiated on their private side by something called a dynamic
state list or state table, which keeps track of all communication sessions between stations
from inside and outside the firewall
Types of proxies
IP proxy, Web (HTTP) proxy, FTP Proxy, SMTP Proxy,
2 types of network layer firewalls
Statefull and Stateless