Securing TCP/IP Flashcards

1
Q

Any encryption that uses the same key for encryption and decryption is called?

Encoded key

Symmetric key

Single key

A

Symmetric key

Symmetric-key encryption uses the same key

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

RC4 is a(n) _______________ cipher.

forwarding

stream

asymmetric

A

stream

RC4 is a stream cipher

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

In a PKI encryption method, which key encrypts the data?

Public

Private

Both

A

Public

You send someone a public key that he or she, in turn, uses to encrypt the data. The private key can decrypt data encrypted with the public key

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

The process of verifying with a high degree of confidence that the sender is who the receiver thinks he or she should be is called _______________.

authentication

locking

nonrepudiation

A

nonrepudiation

This is the definition of nonrepudiation

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

A hash function is by definition a _______________.

complex function

PKI function

one-way function

A

one-way function

Hash functions must be one-way. They should be complex, but complexity is not a requirement

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

Which of the following is a common hash function?

SHA-3

RC4

AES

A

SHA-3

Of the choices listed, only SHA-3 is a hash function

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

In order to have a PKI you must have a(n) _______________.

Web of trust

root authority

unsigned certificate

A

root authority

A PKI must have a root authority

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

Which type of access control requires a label to define its sensitivity?

MAC

DAC

RBAC

A

MAC

Mandatory access control must use a label to define sensitivity

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

If you saw some traffic running on UDP ports 1812 and 1813, what AAA standard would you know was running?

PPP

RADIUS

MS-CHAP

A

RADIUS

RADIUS uses UDP ports 1812 and 1813

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

Which authentication standard is highly time sensitive?

RADIUS

802.1X

Kerberos

A

Kerberos

All Kerberos tickets are timestamped

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