Advanced Networking Devices Flashcards
VPN
Virtual Private Network
- encrypted tunnel between a computer or a remote network and a private network through the internet
Tunnel Endpoints
the ends of a tunnel where the data is encrypted and decrypted
VPN Tunnel
VPN creates virtual NIC on client (endpoint 1), creates a virtual cable (vpn tunnel) to the server (endpoint 2)
PPTP VPN
Point-to-Point Tunneling Protocol
- advanced version of PPP
- server endpoint is a program on Windows server called RRAS (Routing and Remote Access Service)
- every OS comes with some built in client that supports PPTP
- commonly called “Host-to-Site Connection”
L2TP VPN
Layer 2 Tunneling Protocol
- VPN Concentrator (can run on almost any connection)
- no auth or encryption (uses IPSec)
- supported by every OS VPN client
host-to-site or client-to-site connection
Single connection between user and network
site-to-site connection
Using two VPN concentrators to connect two networks
- slow but inexpensive
SSL VPN
- do not require any special software
- connects using web browser
- secured using TSL
DTLS VPN
Datagram TLS
- uses UDP instead of TCP
DMVPN
Dynamic Multipoint VPN
- enables direct VPN connection between multiple locations directly
- uses IPSec
default gateway on a switch
ip address of the router
in-band and out-of-band management
in-band - can access switch over network
out-of-band - only a port can be used to access switch
console router
a router with out-of-band management capabilities
VLAN
Virtual LAN
- can take a single broadcast domain and chop it up into multiple broadcast domains
- done by assigning each port a specific VLAN
Trunking
process of transferring traffic between one or more switches
trunk port
a switch port configured to carry all traffic, regardless of VLAN, between all switches on a LAN
native VLAN
the VLAN designation for a trunk port
standard that enables you to connect switches from different manufacturers?
IEEE 802.1Q
VLAN Assignment
the process of assigning ports to VLANs
static vs dynamic VLANs
static - based on port
dynamic - based on MAC address
access ports
opposite of trunk ports… connect workstations
Why would you want to change a native VLAN
to mitigate against double-tagging attacks
VTP
VLAN Trunking Protocol
- automates updating of multiple VLAN switches
- put switch in one of three states: server, client or tranparent
VTP Pruning
miniminzing broadcast traffic
useful for larger-scale networks