Technologies, Architecture & Design Flashcards
Network Address Translation (NAT)
an IPv4 technique used to link private IP addresses to public ones.
Access control list (ACL)
Lists of users and their permitted actions. Can be identified by ID, network address, or token.
Application-based vs. network-based Firewall
- App-based firewalls look at traffic and block/allow actions within applications (even web-connected ones).
- Network-based firewalls are, um, network-based and look at IP addresses and ports.
Implicit deny
if it isn’t explicitly allowed, then deny it.
Rule-based management
To define desired operational states so that they can be represented as rules.
VPN concentrator
A VPN concentrator is a way of managing multiple VPN conversations on a network while keeping them isolated from each other.
IPSec
IPSEC is a set protocols for securely exchanging packets at the network layer (layer 3)
Tunnel Mode
Tunnel-mode means that the data, as well as source and destination addresses are encrypted.
Transport Mode
Transport mode encrypts only the data, allowing an observer to see that a transmission is happening. The original IP header is exposed.
Authentication Headers (AH)
Authentication Headers (AH) are a type of header extension that ensure data integrity and authenticity of the data’s origin.
Encapsulating Security Payload (ESP)
Encapsulating Security Payload (ESP) header extensions provide confidentiality but do not help with data integrity.
Split Tunnel vs. Full Tunnel
- Split-tunnel VPNs do not route all traffic through the VPN. This helps avoid bottlenecks that might come from encrypting all traffic. -
- All traffic going over VPN is called a full tunnel VPN.
Transport Layer Security (TLS)
Transport Layer Security (TLS) can be used for VPNs, to exchange keys and create secure tunnels for communication.
Always-on VPN
“Always on” VPNs are pre-configured and always on, by default.
NIPS
Network-based intrusion prevention systems. NIPS can take automated action to block an attack, as determined by pre-set rules.
NIDS
NIDS stands for a network-based intrusion detection system. These detect, log and respond to unauthorized network usage. This can be in real-time or after the fact.