Search Header Logo
Bài học không có tiêu đề

Bài học không có tiêu đề

Assessment

Presentation

Computers

KG

Easy

Created by

Huy Anh

Used 1+ times

FREE Resource

0 Slides • 67 Questions

1

Multiple Choice

a

1

a

2

2

Multiple Choice

Which access control model allows the definition of any complex relationship between attributes using so-called policies?

1

DAC

2


MAC

3


RBAC

4

ABAC

3

Multiple Choice

z

1

z

2

z

4

Multiple Choice

Which access control model defines system-specific security properties which overwrite user-defined rights?

1

DAC

2

MAC

3

RBAC

4

ABAC

5

Multiple Choice

Which implementation of an access control matrix stores the values column-by-column (object view)?

1

Access Control Lists (ACL)

2

Capabilities

3
4

6

Multiple Choice

For which access control model are rights granted for individual objects by the owner of the object?

1

DAC)

2

MAC)

3

RBAC

4

ABAC

7

Multiple Choice

Which is NOT one of the three typical authentication factors?

Knowledge

Business impact

Possession

Inherence (biometrics)

1

A

2

B

3

C

4

D

8

Multiple Choice

What is mutual authentication?

Combination of different authentication methods

High password complexity

Two parties authenticate each other

1

A

2

b

3

c

9

Multiple Choice

Which implementation of an access control matrix allows to efficiently determine the rights of a specific user (subject view)?

1


Access Control Lists (ACL)

2


Capabilities

3
4

10

Multiple Choice

Fingerprint recognition is an example of authentication based on…

Knowledge

Possession

Inherence (biometrics)

1

A

2

B

3

C

4

11

Multiple Choice

A password is an example of authentication based on…

Knowledge

Possession

Inherence (biometrics)

1

a

2

b

3

c

4

12

Multiple Choice

An ID token is an example of authentication based on…

Knowledge

Possession

Inherence (biometrics)

1

a

2

b

3

c

4

13

Multiple Choice

What is multi-factor authentication?

Combination of different authentication methods

High password complexity

Two parties authenticate each other

1

a

2

b

3

c

4

14

Multiple Choice

What is the advantage of adding a salt value instead of simply storing the hash value of a password?

Dictionary attacks are easier

Different hash values for same password of different users

Same hash value for same password on different servers

1

a

2

b

3

c

4

15

Multiple Choice

What is the advantage of using a challenge response protocol instead of simply transmitting the hash value of the password?

Performance

Increased security

Anonymity

Submit


1

a

2

b

3

c

4

16

Multiple Choice

Which protection goal cares about the correctness of data?

Confidentiality

Integrity

Availability

1

a

2

b

3

c

4

17

Multiple Choice

Which protection goal wants to ensure that only the intended receiver can read your email message?

Confidentiality

Integrity

Authenticity

Non-Repudiation

Availability

1

a

2

b

3

c

4

d

5

e

18

Multiple Choice

For which protection goal would encryption typically NOT help?

Confidentiality

Availability

1

a

2

b

3
4

19

Multiple Choice

Which protection goal cares about reliable service provisioning?

Confidentiality

Non-Repudiation

Availability

1

a

2

b

3

c

4

20

Multiple Choice

Which measure should typically be used to achieve integrity, authenticity, and non-repudiation?

Redundancy

Data backups

Digital signatures

1

a

2

b

3

c

21

Multiple Choice

Which measure should typically be used to achieve confidentiality?

Encryption

Data backups

Digital signatures

1

a

2

b

3

c

4

22

Multiple Choice

Which measure should typically be used to achieve availability?

Encryption

Redundancy

Digital signature

1

a

2

b

3

c

4

23

Multiple Choice

An assignment rule is needed for mapping personal data to a person when implementing:

Independency

Anonymity

Pseudonymity

1

a

2

b

3

c

4

24

Multiple Choice

The goal of safety is the protection against…

…negative consequences from legitimate actions (accidental threats).

…positive consequences from any kind of actions.

…negative consequences from unauthorized actions (intentional malice).

1

a

2

b

3

c

4

25

Multiple Choice

A vulnerability is:

Anything that can harm an asset.

The unauthorized access to an IT system or information.

A weakness in design, implementation, or operation of an IT system.

1

a

2

b

3

c

4

26

Multiple Choice

An asset is:

A weakness in design, implementation, or operation of an IT system.

An object/value which is required to meet (business) objectives.

The definition of security objectives and security requirements.

1

a

2

b

3

c

4

27

Multiple Choice

A security policy is:

An object/value which is required to meet (business) objectives.

The definition of security objectives and security requirements.

The effect on the achievement of business objectives.

1

a

2

b

3

c

4

28

Multiple Choice

A security control is:

A weakness in design, implementation, or operation of an IT system.

The definition of security objectives and security requirements.

A device or protective measure that counteracts a hazard.

1

a

2

b

3

c

4

29

Multiple Choice

The business impact is:

The unauthorized access to an IT system or information.

The definition of security objectives and security requirements.

The effect on the achievement of business objectives.

1

a

2

b

3

c

4

30

Multiple Choice

A risk is:

An object/value which is required to meet (business) objectives.

A device or protective measure that counteracts a hazard.

The combination of the probability of an event and its impact.

1

a

2

b

3

c

4

31

Multiple Choice

The other area of cryptology besides cryptography is:

Cryptlinguistics

Cryptanalysis

Cryptmathematics

1

a

2

b

3

c

4

32

Multiple Choice

What is NOT one of Kerckhoffs's main principles for cryptosystems?

The system should be practically secure.

The system should be more than ten years old.

The design of a system should not require secrecy.

A cryptosystem must be easy to use.

1

a

2

v

3

c

4

d

33

Multiple Choice

Which historical encryption method does not map a plaintext letter to the same ciphertext letter (for a specific key)?

Caesar Cipher

Modified Caesar Cipher

Vigenère Cipher

1

a

2

b

3

c

4

34

Multiple Choice

When does an encryption method provide perfect security?

Does not always map a plaintext letter to the same ciphertext letter.

Secure against attackers with unlimited resources.

Resistant to attackers with limited resources.

1

a

2

v

3

c

4

35

Multiple Choice

Which encryption method is perfectly secure?

Modified Caesar Cipher

One-Time Pad

Vigenère Cipher

1

a

2

v

3

c

4

36

Multiple Choice

What is NOT one of the construction methods/design ideas for modern block ciphers?

Substitutions (for Confusion)

Security by obscurity

Permutations (for Diffusion)

Round based repetition

1

a

2

b

3

c

4

d

37

Multiple Choice

What is true for CBC (Cipher Block Chaining) in contrast to ECB (Electronic Code Book)?

The same plaintext blocks are mapped to the same ciphertext blocks.

Each plaintext block is linked with the preceding ciphertext via XOR and then encrypted.

An attacker can recognize the structure of the plain text.

1

a

2

b

3

c

4

38

Multiple Choice

What is NOT a building block of a LFSR stream cipher?

A Pseudorandom number generator

XOR and shift operations

S-box for substitution

Pseudorandom keystream as output

1

a

2

b

3

c

4

d

39

Multiple Choice

What is NOT a typical property of a cryptographically strong hash function?

Mapping of arbitrary bit strings to bit strings of a fixed length

Preimage resistance

Efficient calculation

Collision resistance

Symmetric bit pattern of output value

1

a

2

v

3

c

4

d

5

e

40

Multiple Choice

How many collisions exist for a cryptographically strong hash function?

None

One

Two

Infinite number

1

a

2

b

3

c

4

d

41

Multiple Choice

What is NOT an example for a cryptographic hash function?

MD5

AES

SHA-1

SHA-2

SHA-3


1

a

2

b

3

c

4

d

42

Fill in the Blanks

43

Fill in the Blanks

44

Fill in the Blanks

45

Fill in the Blanks

Type answer...

46

Fill in the Blanks

47

Fill in the Blanks

48

Fill in the Blanks

49

Fill in the Blanks

50

Fill in the Blanks

51

Fill in the Blanks

52

Fill in the Blanks

53

Fill in the Blanks

Type answer...

54

Fill in the Blanks

55

Fill in the Blanks

56

Fill in the Blanks

57

Fill in the Blanks

58

Fill in the Blanks

59

Fill in the Blanks

60

Fill in the Blanks

61

Fill in the Blanks

62

Fill in the Blanks

63

Fill in the Blanks

64

Fill in the Blanks

65

Fill in the Blanks

66

Fill in the Blanks

67

Fill in the Blanks

a

1

a

2

Show answer

Auto Play

Slide 1 / 67

MULTIPLE CHOICE