3.3 Implement Secure network Designs Flashcards
Load Balancer
- Uses a Virtual IP
- TCP overhead can be offloaded on the load balancer to maintain fast connections to servers
- SSL offloading performs the encryption and encryption of SLL on behalf of the servers and sends data in the clear to the servers
- Caching can be used to store copies of common responses and respond fast to requests without connecting to servers
- prioritization quality of service (QOS) for certain applications on servers
- Content switching
Load balancer Scheduling Active/Active
All servers are active, if one fails, others will pick up the load
Round Robin
Each server is selected in turn 1 by 1
an equal amount of load on all servers
Weighted Round Robin
Prioritize Server use
Some servers may have more or less load than others
Dynamic Round-Robin
Monitors the server load and distributes it to the server with the lowest use
Affinity/ sticky session/ session persistence
Applications may require communication to the same instance
- Can ensure users are always communicating to a specific server
- tracked through IP address or Session IDs
Load balancer Scheduling Active/Passive
Some are active some are on standby
- if an active server fails, an inactive one will boot up and take its place
SSL VPN
- Uses SSL/TLS Protocol over 443
- no requirement for digital certificates or shared passwords like IPsec
- can be run from a light VPN client or browser across many OS
HTML5 VPN
HTML5 used in web browsers
- provides a web cryptography API
no need to install a separate VPN client
L2TP
Layer 2 tunneling protocol
connect sites over the public internet (Layer 3) to another private network as if they were on layer 2
Commonly used with IPsec
L2TP establishes the tunnel, IPsec used for encryption
IPsec Transport Mode
It protects data in the packet but does mot protect Ip info such as headers
Tunnel Mode
Protects Data and IP info by adding a new IP header
Port security: STP RSTP
Switch loop or broadcast loop - two ports connected together on a switch.
Spanning Tree Protocol (STP) or newer Rapid STP (RSTP) prevents Broadcast storm and loop prevention
BPDU Guard
STP uses BPDU
Can disbale ports to prevent switch looping as it can detect if a switch has connected to the port through BPDU messages