Communication Security Flashcards

1
Q

Assess the advantages and limitations of IPSec.

A
  • Provides secure communication over IP networks.
  • Ensures confidentiality, integrity, and authentication of IP packets.
  • May cause performance overhead.
  • Complex to configure and troubleshoot.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Provide examples of IPSec types.

A
  • VPN (Virtual Private Network)
  • Site-to-site connectivity
  • Remote access
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How is the Diffie-Hellman key exchange used in IPSec?

A

In IPSec, the Diffie-Hellman key exchange algorithm is used to establish a shared secret key between two communicating entities, such as two IPSec endpoints or a client and a VPN gateway. This shared secret key is then used to encrypt and decrypt the IPSec traffic between the two entities.

The Diffie-Hellman key exchange algorithm is used during the IKE (Internet Key Exchange) phase of IPSec, which is responsible for negotiating the security parameters and establishing the secure communication channel between the two entities. During IKE phase 1, the Diffie-Hellman key exchange algorithm is used to establish the initial shared secret key. During IKE phase 2, the shared secret key is used to derive the session keys for encrypting and decrypting the IPSec traffic.

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

How does the Diffie-Hellman key exchange work?

A

Each entity generates a random secret number and publicly shares its corresponding Diffie-Hellman public key.
Each entity uses the other entity’s public key and its own secret number to compute a shared secret value.
The shared secret value is used as the encryption key for the IPSec traffic.

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

What is SSL VPN?

A

SSL VPN (Secure Sockets Layer Virtual Private Network) is a type of VPN that provides secure remote access to a network or application over the internet using the SSL/TLS (Secure Sockets Layer/Transport Layer Security) protocol. SSL VPN allows remote users to securely access resources on a network without the need for installing dedicated VPN client software.

SSL VPN works by using a web browser to establish a secure, encrypted connection between the remote user and the SSL VPN gateway or server. Once the connection is established, the remote user can access network resources and applications as if they were directly connected to the network. SSL VPN uses SSL/TLS encryption to secure the data transmitted between the remote user and the SSL VPN gateway or server, ensuring confidentiality and integrity of the data.

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

Compare and contrast SSL VPNs with IPSec VPNs, with regard to security.

A

Security Features:

Both SSL VPNs and IPSec VPNs use encryption to secure the data transmitted between the remote user and the VPN gateway or server. However, IPSec VPNs typically provide more robust security features, such as stronger encryption algorithms, more granular access control, and support for hardware-based security devices.
SSL VPNs are generally considered to be less secure than IPSec VPNs due to their reliance on web-based technologies, which can be more vulnerable to attack. However, SSL VPNs do provide some security advantages, such as the ability to restrict access to specific resources based on user identity and other factors.

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