1.4 Network Security Flashcards
What is a Firewall?
Screens incoming and outgoing traffic
Can be software or hardware
Describe Static Packet Filtering
Type of firewall implementation
Packets are analyzed against filters.
Limited up to Layer 3 in what information is filtered.
Describe Proxy Service Firewalls
Acts as intermediary between LAN and WAN, making your network transparent.
Information from the Internet is retrieved by the firewall then sent to the requesting system.
Operates up to layer 7, application.
Describe Stateful Packet Inspection (SPI)
Compares certain key parts of the packet to a database of trusted information.
Operates up to Layer 7,.
What is a VPN
Virtual Private Network
Utilizes Tunneling Protocol to connect LAN to LAN over the WAN or socket to socket over any other network. Encrypts the data to be sent over the WAN and decrypts in at the other LAN.
Describe intranet VPNs
Implement controlled access to individual subnets within a private neetwork. You are doing the same thing as LAN to LAN through WAN but it is subnet to subnet through LAN.
Describe Tunneling
A logical network connection to communcate over the virtual network.
Encrypts at the sending side and decrypts at the recieving side.
What are 3 VPN Tunneling Protocols?
PPTP (Point to Point Tunneling Protocol)
L2TP (Layer Two Tunneling Protocol)
What is Cascade VPN Chaining?
Multiple VPNs in series between you and the address you are seeking.
What is a Nested VPN Chain
VPNs within VPNs within networks etc.
Example is CSNI within DWAN. Or SHIPLAN within DWAN.