GCGA Ch. 3 Basic Networking Devices (ST) Flashcards
(12 cards)
Switch
connects computer on local network; map MAC addresses to physical ports
Port security
limits access to switch ports; includes limiting # of MAC addresses per port and disabling unused ports
Router
connect networks to each other; direct traffic based on destination IP address; routers (and firewalls) use rules w/in access control lists (ACLs) to allow or block traffic
Route command
used to view/manipulate routing table
Implicit deny
indicates that unless explicitly allowed, it is denied; last rule in an ACL
Host-based firewalls
filter traffic in/out of individual hosts
Network-based firewalls
filter traffic in/out of network, such as between Internet/internal network
Stateless firewall
controls traffic between networks using rules within ACL; ACL can block traffic based on ports, IP addresses, subnets, and some protocols. Stateful firewalls, additionally, filter traffic based on state of a packet w/in session
WAF
web application firewall - protects a web server against web application attacks; typically placed in screened subnet, will alert administrators of suspicious events; works @ application layer (7)
NGFW
next generation firewall - perform deep packet inspection, analyzing traffic @ application layer (7)
Stateful inspection firewall
In computing, a stateful firewall is a network-based firewall that individually tracks sessions of network connections traversing it; also known as layer 4 firewalls
Fail-open vs fail-closed devices
fail-open devices allow all traffic to pass when device fails; fail-closed devices allow no traffic to pass when device fails; fail-closed provide greater security