Advanced Networking Devices Flashcards
PPTP VPNs
Point to Point Tunneling protocol
RRAS
Routing and Remote Access Service that Microsoft builds into Windows Server that uses PPTP
L2TP VPN
Layer 2 Tunneling Protocol; took all the good feature of PPTP and L2F and added support to run on almost any type of connection.
VPN Concentrator
Used by L2TP vpn that uses a VPN capable router instead of a server program
Difference Between L2TP and PPTP
L2TP requires no auth or encryption; and uses IPsec for all security needs.
SSL VPNs
Offers advantages over Data link or network Based VPNs because they don’t require any special client software. Clients connect to vpn over standard web browser with the traffic secured using TLS.
Two types of SSL VPNs
- SSL portal VPNs
2. SSL Tunnel VPNs
SSL Portal VPN
Client accesses VPN and is presented with a secure web page where they can access anything linked to that page.
SSL Tunnel VPN
Client web browser runs some kind of active control such as Java and gains more access to the VPN connected network.
DTLS VPNs
Datagram TLS VPNs optimize connections for delay sensitive application such as voice and video over a vpn. Uses UDP rather than TCP segments for communications.
DMVPN
Dynamic Multipoint VPN enables direct VPN connections between multipole locations directly. No need to travel through the main VPN point.
GRE
Generic Routing Encapsulation paired with IPsec for encryption.
VLAN
Virtual Local Area Network; allows you to segment a physical network into multiple discreet networks without having to add additional hardware.
Trunking
The process of transferring VLAN traffic between two or more switches
Trunk port
A port on a switch configured to carry all traffic, regardless of VLAN number bweteen all switches in a LAN.
Tagging
Access ports that are configured to do the work of tagging traffic with the appropriate VLAN when frames enter the switch
VTP
VLAN trunking protocol; allows automation of multiple VLAN switches
3 types of switch in VTP
- Server
- Client
- Transparent
When you change vlan config on server switch, all connected client switches update their configs within minutes.
VTP Pruning
a Tool for minimizing broadcast traffic.
InterVLAN routing
The process of making a router work between two VLANS
Relay Agent/DHCP Relay
Enabled within a router to pass DHCP messages across the router interfaces.
Load Balancing
Means making a bunch of servers look like a single server, creating a server cluster.
DNS Load Balancing
Each DNS server gets its own public IP address but has multiple A DNS records each with an FQDN. The DNS server then cycles around those records so the same domain name resolved to different IP addresses.
Conent Switch
Can read incoming HTTP and HTTPS requests and can perform such actions as handling SSL certs and cookies or removing workload from the web servers.