3.3 Secure Network Designs Flashcards
Define East-West traffic
Network communication between devices in same data center or LAN
Define North-South traffic
Network communication between local devices and WAN or extranet
Define concept of zero-trust
Often internal network communication is less protected external communication. Zero-trust is placing the same authentication, encryption, etc policies that would be used for in-bound external network traffic
Define VPN concentrator
Device that handles encrypting/decrypting VPN traffic, can be a stand-alone device or often integrated into another device like a firewall
Define SSL VPN and 3 advantages of using it
- VPN that uses SSL and port 443 since it is commonly an open port
- VPN connectivity is always-on when the computer is started
- Simple to implement and manage, doesn’t require digital certs
- Often user can connect with just a password, multi-factor auth for more security
Define HTML5 for VPN
HTML5 can be used to implement SSL VPN connectivity by simply opening the browser
*browser must support HTML5
Distinguish between full & split tunnel VPN
Full-tunnel VPN: all traffic goes through the VPN concentrator first
Split-tunnel VPN: can designate some traffic to use VPN and others not, i.e. corporate network access goes through VPN, but web browsing traffic does not
What does IPSec provide? (3)
- Encryption/Confidentiality
- Authentication
- Anti-replay protection via digitally signed packets
Define L2TP
Layer 2 Tunneling Protocol - connects 2 networks together as though they are a single network
2 ways to secure DNS
- DNSSEC - requires PKI
2.DNS sinkhole
Define NAC (3)
- Network Access Control
- Screens devices to determine if they should be allowed to the network or not, often allows to devices to connect to a limited network for remediation (quarantine)
- Agent-based or agentless
Define Agent-based NAC (2)
- Software that is installed on devices to perform NAC verification
- Can be persistent or dissolvable
Define persistent and dissolvable agent-based NAC
- Persistent - permanently installed on the device
- Dissolvable - downloads to device upon connection and then is terminated after running
Disadvantages of persistent agent-based NAC
Has to be maintained and updated on every device
Define agentless NAC
Often integrated into the OS and runs automatically when system accesses network