4-2 Flashcards
beginning with windows 10 firewall you can set different rules for inbound and outbound traffic. you can also set rules for a _____, a _________, a custom _______or a predifined rules
port // program // custom rule
you can set rules for individual ports ( al ________ of them) and for applications.
65554
you can set up rules for three areas or profiles
domain, public, private
for these computers authenticated on your domain
domain
for computers from outside your network. you would treat outside traffic more carefully than traffic coming from another machine in your domain
public
refers to traffic from your own computer
private
administrators should always block these three rules
if you dont need a port then block it
always lock icmp traffic
occasionally you should write out ICMP
windows firewall has a logging feature but this should be disabled by
default
UAC is not a firewall technology but is closely related to security. UAC is a security feature that prompt te user for an________
admin credentials
the first widely used linux firewalls was called ___________ first introduced with version 2.2 of the _________ and superseded the previous ________
ipchains // linux kernel // ipfsadm
iptables is made up of 3 different kind of objects. basically the tables contain chains of rules
tables, chains and rules
for iptables the three tables and there chains are as follows
packet filtering
network address translation
packet alteration
this table is an essential part of the firewall. it contains 3 standard chains input output and forward. ___________ chain processes traffic sent out from the machine. ________ chain applies to routed traffic
Output // forward
this table is used for network address translation on outbound traffic that initiates a new connection. this is used only if your machine is serving as a gateway or proxy server
network address translation
this talbe is used only for specialized packet alteration. its often called the mangle table because it alters or mangles the packets.
packet alteration