VPN Protocols Flashcards
What can we use to create a secure connection between two or more computers/devices, that are not on the same private network?
VPN
What are the 3 major VPN’s?
PPTP (Point to Point Tunneling Protocol)
LT2P (Layer 2 Tunneling Protocol)
IPSec
What protocol encapsulates PPP packets and ultimately sends data as encrypted traffic?
What port does PPTP use?
PPTP (Point to Point Tunneling Protocol)
Port 1723
Note: PPP = Point to Point Protocol.
What type of authentication does PPTP use?
CHAP authentication.
Note: This makes PPTP vulnerable to attacks. If you use PPTP, you must use a stronger method of authentication or use another VPN type.
What VPN protocol does not provide any level of security on its own?
What port does L2TP use?
LT2P (Layer 2 Tunneling Protocol)
Port 1701
Note: LT2P is generally paired with IPSec to provide security.
What TCP/IP protocol do we use to authenticate and encrypt IP packets to secure communication between devices?
IPSec
Note: IPSec is used heavily for VPN’s
What method does IPSec use to create a secure tunnel?
Internet Key Exchange
What do you call the establishment of secure connections and shared security information using certificates or cryptographic keys?
Security Association (SA)
Note: Need to remember for the exam.
Definition: The establishment of secure connections and shared security information using certificates or cryptographic keys
What protocol in IPSec provides integrity and authentication?
Authentication Header
Note: The AH is hashed to provide integrity. It is often used with an Encapsulating Security Payload (ESP)
What provides integrity, confidentiality, and authenticity of packets by encapsulating and encrypting them?
Encapsulating Security Payload
What are the two modes of IPSec?
Transport Mode and Tunnel Mode
Explain Transport mode and when its used.
Transport mode is host-to-host and only encrypts the payload. This means the to and from address is visible to anyone. Because of this, it should only be used within a private network.
Explain Tunnel mode and when it’s used.
Tunnel mode encrypts both the header and the payload.
Note: Imagine that you can not see the truck driver, or what is being delivered. Tunnel mode is commonly used between networks over the internet. Used a lot in VPN’s.