Protocols Flashcards

(14 cards)

1
Q

What is TCP?

A

TCP is a transport layer protocol that ensures reliable data delivery. It is used with IP and often referenced as TCP/IP.

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

What is HTTP?

A

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

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

What is HTTPS?

A

HTTPS (HTTP Secure) encrypts HTTP messages to prevent interception and reading by attackers.

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

What is TLS/SSL?

A

TLS (Transport Layer Security) is the protocol HTTPS uses for encryption. It was formerly called SSL (Secure Sockets Layer).

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

What is UDP?

A

UDP (User Datagram Protocol) is a faster but less reliable alternative to TCP at the transport layer, often used for video streaming and gaming.

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

What are VPN protocols?

A

VPN protocols determine how data is routed through a connection, with different specifications for speed, privacy, and security.

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

What is PPTP?

A

Point-to-Point Tunneling Protocol, one of the oldest VPN protocols, offers fast speeds but has many security issues.

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

What is a benefit of L2TP/IPSec?

A

Layer 2 Tunnel Protocol paired with IPsec provides strong security and good speeds but can be easily blocked.

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

What is OpenVPN?

A

OpenVPN is an open-source protocol with strong AES-256 encryption, RSA authentication, and SHA1 hashing, but slower speeds.

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

What is SSTP?

A

Secure Socket Tunneling Protocol integrates with Microsoft OS, uses SSL/TLS certificates for security, but is proprietary.

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

What is IKEv2?

A

Internet Key Exchange version 2, usually paired with IPsec, excels at reconnecting after loss and switching networks, with open-source options.

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

What is Transport Layer Security (TLS)?

A

TLS is a cryptographic protocol that provides secure communication over a network, ensuring confidentiality, integrity, and authentication.

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

Why is data encryption necessary?

A

Privacy: Prevents unauthorized access. Security: Protects against breaches. Data Integrity: Prevents tampering. Regulations: Required by HIPAA, PCI-DSS, GDPR.

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

List VPNs protocols

A

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

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