What is TCP?
TCP is a transport layer protocol that ensures reliable data delivery. It is used with IP and often referenced as TCP/IP.
What is HTTP?
HTTP (Hypertext Transfer Protocol) is the foundation of the World Wide Web, used for transferring data between devices. It belongs to the application layer (layer 7).
What is HTTPS?
HTTPS (HTTP Secure) encrypts HTTP messages to prevent interception and reading by attackers.
What is TLS/SSL?
TLS (Transport Layer Security) is the protocol HTTPS uses for encryption. It was formerly called SSL (Secure Sockets Layer).
What is UDP?
UDP (User Datagram Protocol) is a faster but less reliable alternative to TCP at the transport layer, often used for video streaming and gaming.
What are VPN protocols?
VPN protocols determine how data is routed through a connection, with different specifications for speed, privacy, and security.
What is PPTP?
Point-to-Point Tunneling Protocol, one of the oldest VPN protocols, offers fast speeds but has many security issues.
What is a benefit of L2TP/IPSec?
Layer 2 Tunnel Protocol paired with IPsec provides strong security and good speeds but can be easily blocked.
What is OpenVPN?
OpenVPN is an open-source protocol with strong AES-256 encryption, RSA authentication, and SHA1 hashing, but slower speeds.
What is SSTP?
Secure Socket Tunneling Protocol integrates with Microsoft OS, uses SSL/TLS certificates for security, but is proprietary.
What is IKEv2?
Internet Key Exchange version 2, usually paired with IPsec, excels at reconnecting after loss and switching networks, with open-source options.
What is Transport Layer Security (TLS)?
TLS is a cryptographic protocol that provides secure communication over a network, ensuring confidentiality, integrity, and authentication.
Why is data encryption necessary?
Privacy: Prevents unauthorized access. Security: Protects against breaches. Data Integrity: Prevents tampering. Regulations: Required by HIPAA, PCI-DSS, GDPR.
List VPNs protocols
PPTP
~1995
Speed: Fast
Security is very weak (obsolete)
Use case: Legacy systems, not recommended
L2TP/IPsec
~1999
Speed: Slow
Security: Strong
Use: Older corporate VPNs
OpenVPN
2001
Speed: Medium
Security: Very strong
General-purpose, highly configurable
IKEv2/IPsec
~2005
Speed: Fast
Security: Very strong
Use case: Mobile devices, stable connections
Secure Socket Tunnelling Protocol
2007
Speed: Medium/Fast
Security: Strong
Use:
WireGuard
2016
Speed: Very fast
Security: Strong (modern)
Modern VPNs, performance-focused