Lesson 14: Supporting and Troubleshooting Secure Networks Flashcards
Define network segmentation enforcement
Enforcing a security zone by separating a segment of the network from access by the rest of the network
How is network segmentation enforcement performed?
Using firewalls, VPNs, and VLANs to separate broadcast domains
What is a (security) zone?
A zone is an area of the network where the security configuration is the same for all hosts within it
Define an internet-facing host
A host that accepts inbound connections from the internet
Define a perimeter network zone
An area of a network that traffic can’t pass through directly enabling external clients access to data on private systems (DMZ)
What types of servers are in a perimeter network zone?
Web servers, application servers, ftp servers, mail servers
How is a perimeter network (DMZ) typically configured?
As a secured boundary between the internet and a private network with two firewalls placed on each side of the perimeter network zone
What is the purpose of an edge firewall in perimeter network/DMZ?
To restrict traffic on the external/public interface and allows permitted traffic to the hosts in the perimeter network zone
What is the purpose of a choke firewall/point in a perimeter network?
Servers as an internal firewall to filter communications between hosts in the perimeter network and hosts in the LAN network
Define a screened network/Triple Homed Firewall
A network containing one firewall with three network network interaces - one to the internet, one to the DMZ, and another to the LAN
What is the purpose of a firewall?
Software or hardware device that processes traffic according to set rules
Define a packet filtering firewall
Earliest type of firewall that is configured with rules in an ACL, packets are processed by filters to determine if they match defined rules and carry out the action associated with the rule
What are the rules a packet filtering firewall can use to filter traffic?
- Action - Accept/Deny/Drop
- Protocol type, routing protocols
- Port filtering
At what layer of the OSI model does a packet filtering firewall operate?
Layer 3 (Network layer)
What does is it mean that a packet filtering firewall is stateless?
Meaning that it does not preserve information about the connection between two hosts with no record of previously processed packets