EXAMINING VPNs And QoS Flashcards

1
Q

What are VPNs?

A

A secure, encrypted connection over public networks, such as the Internet

VPNs provide secure remote access or connect multiple sites.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the different types of VPNs?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the purpose of Site-to-Site VPNs?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the primary use of Remote Access VPNs?

A

To allow individual users to connect to a private network from a remote location

Commonly utilized for telecommuting or accessing corporate resources remotely.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is PPTP?

A

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).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is L2TP?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is IKEv2?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is MPPE?

A

Microsoft Point-to-Point Encryption (MPPE) works with PPTP for encrypting data on Microsoft VPN networks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is SSTP?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is IPSec?

A

Internet Protocol Security (IPSec) is a suite of protocols for securing internet protocol communications by authenticating and encrypting each IP packet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is QoS?

A

Quality of Service (QoS) is a set of technologies used to manage network traffic and prioritize different types of data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the purpose of QoS?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Where do we see QoS implemented or used?

A

In network devices such as routers and switches.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What do QoS functions perform?

A

Implements traffic policies - shaping and policing, bandwidth allocation, and queuing to prevent traffic congestion.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How can routers determine priority?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the Differential Service Code Point (DSCP)?

A

Occupies the first 6 bits of the ToS field in IPv4/Traffic Class field in IPv6, allowing for 64 different classes of service and providing granular packet classification.

17
Q

How can switches determine priority?

A

Using VLAN tagging (IEEE 802.1q), which includes priority bits in the VLAN tag, allowing QoS policies based on VLAN ID.

18
Q

What is Priority level (802.1p)?

A

IEEE 802.1p (Priority Tagging) adds a 3-bit class of service (CoS) priority field in the Ethernet frame, defining 8 priority levels used by switches for traffic prioritization and congestion management.