Security considerations Flashcards

1
Q

What is the difference between symmetric key encryption and public key encryption?

A

Symmetric key encryption uses the same key to encrypt and decrypt plain text data.

Public/asymmetric key encryption uses different keys.

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

Which is best to use for security on a web server, TLS or SSL? Why?

A

TLS is best to use as it is currently the industry standard.

SSL contains many vulnerabilities and more continue to be discovered. As of 2015, SSL is
considered a deprecated protocol.

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

What type of authentication involves entering a username and password?

A

Single-factor authentication.

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

When would it be advisable to use two-factor authentication over single-factor authentication?

A

When there is a risk that a username and password may be easily compromised.

For example, due to the rise in mobile phone banking applications, most banks have now enabled two-factor authentication.

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

When would it be advisable to use multi-factor authentication over two-factor
authentication?

A

Multi-factor authentication, like biometric security, is costly and should be reserved for high-security needs, such as national security operations and data centres where utmost data protection is essential.

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