Secure Communications Protocol Flashcards

1
Q

IPsec - What is Public Key Cryptopgraphy used for?

A

Encryption, Access Control, Non Repudiation, message authentication

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

IPsec - What is the primary use of IPsec

A

VPN

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

IPsec - In which modes can IPsec operate?

A

Transport or tunnel mode

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

Kerberos - What solution does it offer?

A

Single Sign On (SSO)

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

Kerberos - What is protected?

A

Logon credentials

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

What do modern implementations of Kerberos use?

A

Hybrid encryption to provide reliable authentication protection

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

What kind of technique/encryption is SSH?

A

End to end encryption technique

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

What is SSH used for?

A
encryption of plaintext (rcp, rlogin, rexec);
protocol encryption (such as with SFTP);
VPN
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does Signal protocol provide?

A

End to end encryption for voice communication, videoconferencing, text message services

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

What is S-RPC (Secure Remote Procedure Call) and what is it used for?

A

authentication service;

prevention of unauthorized execution of code on remote systems

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

What is SSL (Secure Sockets Layer) and what is it used for?

A

encryption protocol developed by Netscape;

to protect communications between web server and web browser

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

What kind of traffic can be secured by SSL?

A

web, email, File transfer protocol (FTP), telnet

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

SSL is a “….”-oriented protocol

A

session-oriented

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

What does SSL provide related to CIA?

A

confidentiality + integrity

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

SSL Key size

A

40 bits or 128 bits

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

SSL is superseded by “…”

A

Transport Layer Security (TLS)

17
Q

Advantage of using TLS instead of SSL

A

stronger authentication and encryption protocols

18
Q

SSL/TLS protects against which type of attacks?

A

tampering, spoofing, eavesdropping

19
Q

Features of SSL/TLS

A
  • secure client server communication in insecure network
  • one way authentication
  • two way authentication (digital certs)
  • initial payload of TCP package –> encapsulation of all higher layer protocol payloads
  • can be implemented at lower layers to operate as VPN (OpenVPN)
  • can be used to encrypt UDP + SIP connections; SIP = protocol for VoIP