EXAMINING VPNs And QoS Flashcards
What are VPNs?
A secure, encrypted connection over public networks, such as the Internet
VPNs provide secure remote access or connect multiple sites.
What are the different types of VPNs?
Two main types:
* Site-to-Site
* Remote Access VPNs
Site-to-Site connects entire networks, often for remote offices, while Remote Access allows individual users to connect from a remote location.
What is the purpose of Site-to-Site VPNs?
To connect entire networks to each other, facilitating secure communication between different sites over the internet
Often employed for connecting remote offices to a company’s main network.
What is the primary use of Remote Access VPNs?
To allow individual users to connect to a private network from a remote location
Commonly utilized for telecommuting or accessing corporate resources remotely.
What is PPTP?
Point-to-Point Tunneling Protocol (PPTP) is an older VPN protocol that is easy to set up but has security vulnerabilities. It uses TCP port 1723 for tunnel maintenance and IP protocol 47 for GRE (Generic Routing Encapsulation).
What is L2TP?
Layer 2 Tunneling Protocol (L2TP) is a combination of PPTP (Microsoft) and L2F (Cisco). It is commonly used with IPsec for encryption and uses UDP ports 1701 for L2TP traffic, 500 and 4500 for IPsec.
What is IKEv2?
Internet Key Exchange version 2 (IKEv2) is part of the IPsec suite used for establishing and managing security associations. It uses UDP ports 500 for the initial key exchange and 4500 for NAT traversal.
What is MPPE?
Microsoft Point-to-Point Encryption (MPPE) works with PPTP for encrypting data on Microsoft VPN networks.
What is SSTP?
Secure Socket Tunneling Protocol (SSTP) is developed by Microsoft and uses SSL/TLS for encryption. It offers security and the ability to bypass most firewalls, using TCP port 443, the same port used for HTTPS traffic.
What is IPSec?
Internet Protocol Security (IPSec) is a suite of protocols for securing internet protocol communications by authenticating and encrypting each IP packet.
What is QoS?
Quality of Service (QoS) is a set of technologies used to manage network traffic and prioritize different types of data.
What is the purpose of QoS?
Ensures predictable network behavior and performance, particularly for time-sensitive applications like VoIP and video conferencing.
Aims for reliable and consistent data packet delivery, reducing latency, jitter, and packet loss.
Where do we see QoS implemented or used?
In network devices such as routers and switches.
What do QoS functions perform?
Implements traffic policies - shaping and policing, bandwidth allocation, and queuing to prevent traffic congestion.
How can routers determine priority?
Using the Terms of Service (ToS) Field in IPv4, which is an 8-bit field in the IPv4 header for indicating packet priority.
Includes bits for precedence, delay, throughput, and reliability.