wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

IAS MIDTERM 1-6

Total questions: 101

Worksheet time: 52mins

Name
Class
Date
1.

The OSI security architecture provides a systematic framework for defining security attacks, mechanisms, and services.

a)

TRUE

b)

FALSE

2.

Security attacks are classified as either passive or aggressive.

a)

TRUE

b)

FALSE

3.

Authentication protocols and encryption algorithms are examples of security mechanisms.

a)

TRUE

b)

FALSE

4.

The more critical a component or service, the higher the level of required availability.

a)

TRUE

b)

FALSE

5.

Security services include access control, data confidentiality and data integrity, but do not include authentication.

a)

TRUE

b)

FALSE

6.

The field of network and Internet security consists of measures to deter, prevent, detect and correct security violations that involve the transmission of information.

a)

TRUE

b)

FALSE

7.

Patient allergy information is an example of an asset with a high requirement for integrity.

a)

TRUE

b)

FALSE

8.

The OSI security architecture was not developed as an international standard, therefore causing an obstacle for computer and communication vendors when developing security features.

a)

TRUE

b)

FALSE

9.

Data origin authentication does not provide protection against the modification of data units.

a)

TRUE

b)

FALSE

10.

The emphasis in dealing with active attacks is on prevention rather than detection.

a)

TRUE

b)

FALSE

11.

Symmetric encryption is used to conceal the contents of blocks or streams of data of any size, including messages, files, encryption keys, and passwords.

a)

TRUE

b)

FALSE

12.

                    is the most common method used to conceal small blocks of data, such as encryption keys and hash function values, which are used in digital signatures.

a)

Symmetric encryption

b)

Data integrity algorithms

c)

Asymmetric encryption

d)

Authentication protocols

13.

                    is the most common method used to conceal small blocks of data, such as encryption keys and hash function values, which are used in digital signatures.

a)

Symmetric encryption

b)

Data integrity algorithms

c)

Asymmetric encryption

d)

Authentication protocols

14.

A common technique for masking contents of messages or other information traffic so that opponents can not extract the information from the message is

                    .

a)

integrity

b)

encryption

c)

analysis

d)

masquerade

15.

                    involves the passive capture of a data unit and its subsequent retransmission to produce an unauthorized effect.

a)

Disruption

b)

Replay

c)

Service denial

d)

Masquerade

16.

The three concepts that form what is often referred to as the CIA triad are

                . These three concepts embody the fundamental security objectives for both data and for information and computing services.

a)

confidentiality, integrity and availability

b)

communication, integrity and authentication

c)

confidentiality, integrity, access control

d)

communication, information and authenticity

17.

Finite fields play a crucial role in several areas of cryptography.

a)

T

b)

F

18.

The scheme where you can find the greatest common divisor of

two integers by repetitive application of the division algorithm is

known as the Brady algorithm.

a)

T

b)

F

19.

Two integers a and b are said to be congruent modulo n, if

(a mod n) = (b mod n).

a)

T

b)

F

20.

Cryptographic algorithms do not rely on properties of finite fields.

a)

T

b)

F

21.

Finite fields of order p can be defined using arithmetic mod p.

a)

T

b)

F

22.

The greatest common divisor of two integers is the largest positive integer that

exactly _________ both integers.

a)

divides

b)

multiplies

c)

exponentially multiplies

d)

squares

23.

Two integers are __________ if their only common positive integer factor is 1.

a)

relatively prime

b)

congruent modulo

c)

polynomials

d)

residual

24.

The __________ of two numbers is the largest integer that divides both numbers.

a)

greatest common divisor

b)

lowest common divisor

c)

prime polynomial

d)

integral divisor

25.

A ring is said to be _________ if it satisfies the condition ab = ba for all a, b in R.

a)

cyclic

b)

abelian

c)

commutative

d)

commutative

26.

A _________ is a set of elements on which two arithmetic operations have been

defined and which has the properties of ordinary arithmetic, such as closure,

associativity, commutativity, distributivity, and having both additive and

multiplicative inverses.

a)

field

b)

modulus

c)

group D) ring

d)

ring

27.

Unlike ordinary addition, there is not an additive inverse to each

integer in modular arithmetic.

a)

T

b)

F

28.

If b|a, we say that b is a __________ of a.

a)

residue

b)

group

c)

divisor

d)

modulus

29.

For given integers a and b, the extended __________ algorithm not only calculates

the greatest common divisor d but also two additional integers x and y.

a)

Euclidean

b)

modular

c)

associative

d)

cyclic

30.

AES uses a Feistel structure.

a)

T

b)

F

31.

At each horizontal point, State is the same for both encryption and

decryption.

a)

T

b)

F

32.

DES is a block cipher intended to replace AES for commercial

applications.

a)

T

b)

F

33.

The nonlinearity of the S-box is due to the use of the multiplicative

inverse.

a)

T

b)

F

34.

Virtually all encryption algorithms, both conventional and publickey,

involve arithmetic operations on integers.

a)

T

b)

F

35.

The Advanced Encryption Standard was published by the __________ in 2001.

a)

NIST

b)

ARK

c)

IEEE

d)

FIPS

36.

In Advanced Encryption Standard all operations are performed on __________

bytes.

a)

8-bit

b)

16-bit

c)

32-bit

d)

4-bit

37.

The AES cipher begins and ends with a(n) _________ stage because any other stage,

applied at the beginning or end, is reversible without knowledge of the key and

would add no security.

A. B.

C. D.

a)

AddRoundKey

b)

MixColumns

c)

ShiftRows

d)

Substitute bytes

38.

A __________ is a set in which you can do addition, subtraction, multiplication and

division without leaving the set.

a)

field

b)

record

c)

standard

d)

block

39.

Division requires that each nonzero element have a(n) __________ inverse.

a)

multiplicative

b)

divisional

c)

subtraction

d)

addition

40.

In the AES structure both encryption and decryption ciphers begin with a(n)

__________ stage, followed by nine rounds that each include all four stages,

followed by a tenth round of three stages.

a)

AddRoundKey

b)

Substitute

c)

MixColumns

d)

hiftRowSs

41.

The final round of both encryption and decryption of the AES structure consists

of __________ stages.

a)

three

b)

one

c)

four

d)

two

42.

AES can be implemented very efficiently on an 8-bit processor.

a)

T

b)

F

43.

The first row of State is not altered; for the second row a 1-byte circular left

shift is performed; for the third row a 2-byte circular left shift is performed; and

for the fourth row a 3-byte circular left shift is performed. This transformation

is called __________ .

a)

ShiftRows

b)

AddRoundKey

c)

MixColumns

d)

Substitute bytes

44.

In the AddRoundKey transformation the 128 bits of State are bitwise XORed

with the _________ of the round key.

a)

128 bits

b)

256 bits

c)

64 bits

d)

512 bits

45.

The vast majority of network based symmetric cryptographic applications make use of stream ciphers.

a)

TRUE

b)

FALSE

46.

DES uses a 56-bit block and a 64-bit key.

a)

TRUE

b)

FALSE

47.

If the bit-stream generator is a key-controlled algorithm the two

users only need to share the generating key and then each can

produce the keystream.

a)

TRUE

b)

FALSE

48.

A problem with the ideal block cipher using a small block size is

that it is vulnerable to a statistical analysis of the plaintext.

a)

TRUE

b)

FALSE

49.

All other things being equal, smaller block sizes mean greater

security.

a)

TRUE

b)

FALSE

50.

A sequence of plaintext elements is replaced by a __________ of that sequence

which means that no elements are added, deleted or replaced in the

sequence, but rather the order in which the elements appear in the sequence

is changed.

a)

permutation

b)

stream

c)

diffusion

d)

substitution

51.

A __________ cipher is one that encrypts a digital data stream one bit or one

byte at a time.

a)

stream

b)

product

c)

key

d)

block

52.

The vast majority of network-based symmetric cryptographic applications

make use of ________ ciphers.

a)

block

b)

linear

c)

permutation

d)

stream

53.

A __________ cipher is one in which a block of plaintext is treated as a whole

and used to produce a ciphertext block of equal length.

a)

bit

b)

product

c)

block

d)

stream

54.

__________ is when each plaintext element or group of elements is uniquely

replaced by a corresponding ciphertext element or group of elements.

a)

Substitution

b)

Streaming

c)

Diffusion

d)

Permutation

55.

Key sizes of __________ or less are now considered to be inadequate.

a)

32 bits

b)

128 bits

c)

16 bits

d)

64 bits

56.

Feistel proposed that we can approximate the ideal block cipher by utilizing

the concept of a __________ cipher, which is the execution of two or more

simple ciphers in sequence in such a way that the final result or product is

cryptographically stronger than any of the component ciphers.

a)

product

b)

linear

c)

differential

d)

permutation

57.

The criteria used in the design of the __________ focused on the design of the

S-boxes and on the P function that takes the output of the S-boxes.

a)

Avalanche Attack

b)

Data Encryption Standard

c)

Product Cipher

d)

Substitution Key

58.

The greater the number of rounds, the __________ it is to perform cryptanalysis.

a)

harder

b)

easier

c)

less difficult

d)

equally difficult

59.

A prime concern with DES has been its vulnerability to brute-force

attack because of its relatively short key length.

a)

TRUE

b)

FALSE

60.

Once the plaintext is converted to ciphertext using the encryption algorithm the plaintext is then used as input and the algorithm is applied again

a)

T

b)

F

61.

A mode of operation is a technique for enhancing the effect of a  cryptographic algorithm or adapting the algorithm for an     application. 

a)

T

b)

F

62.

The XTS-AES standard describes a method of decryption for data         stored in sector-based devices where the threat model includes         possible access to stored data by the adversary. 

a)

T

b)

F

63.

S-AES is the most widely used multiple encryption scheme. 

a)

T

b)

F

64.

Given the potential vulnerability of DES to a brute-force attack, an         alternative has been found. 

a)

T

b)

F

65.

There are no practical cryptanalytic attacks on 3DES.

a)

T

b)

F

66.

A number of Internet based applications have adopted two-key

3DES, including PGP and S/MIME.

a)

T

b)

F

67.

The sender is the only one who needs to know an initialization

vector.

a)

T

b)

F

68.

A typical application of Output Feedback mode is stream oriented

transmission over noisy channel, such as satellite communication.

a)

T

b)

F

69.

Cipher Feedback (CFB) is used for the secure transmission of

single values.

a)

T

b)

F

70.

In the first instance of multiple encryption plaintext is converted to __________

using the encryption algorithm.

a)

ciphertext

b)

block cipher

c)

S-AES mode

d)

Triple DES

71.

Triple DES makes use of __________ stages of the DES algorithm, using a total of

two or three distinct keys.

a)

three

b)

twelve

c)

nine

d)

six

72.

Another important mode, XTS-AES, has been standardized by the __________

Security in Storage Working Group.

A. B.

C. D.

a)

IEEE

b)

ISO

c)

NIST

d)

ITIL

73.

The _________ and _________ block cipher modes of operation are used for

authentication.

a)

CBC, CFB

b)

OFB, CTR

c)

ECB, CBC

d)

CFB, OFB

74.

__________ modes of operation have been standardized by NIST for use with

symmetric block ciphers such as DES and AES.

a)

Five

b)

Three

c)

Nine

d)

Seven

75.

The output of the encryption function is fed back to the shift register in

Output Feedback mode, whereas in ___________ the ciphertext unit is fed back

to the shift register.

A. B.

C. D.

a)

Cipher Feedback mode

b)

Counter mode

c)

Cipher Block Chaining mode

d)

Electronic Codebook mode

76.

The simplest form of multiple encryption has __________ encryption stages and

__________ keys.

a)

two, two

b)

two, three

c)

four, two

d)

three, two

77.

The __________ algorithm will work against any block encryption cipher and

does not depend on any particular property of DES.

a)

meet-in-the-middle attack

b)

cipher block chaining

c)

counter mode attack

d)

ciphertext stealing

78.

_________ mode is similar to Cipher Feedback, except that the input to the encryption algorithm is the preceding DES output.

a)

Output Feedback

b)

Cipher Feedback

c)

Counter

d)

Cipher Block Chaining

79.

"The input to the encryption algorithm is the XOR of the next 64 bits of

plaintext and the preceding 64 bits of ciphertext" is a description of (a)  

mode.

80.

Five modes of operation have been standardized by NIST for use with

symmetric block ciphers such as DES and AES: electronic codebook mode,

cipher block chaining mode, cipher feedback mode, (a)   and counter mode.

81.

The simplest mode of operation is the (a)   mode, in which plaintext is

handled one block at a time and each block of plaintext is encrypted using the

same key.

82.

Symmetric encryption remains by far the most widely used of the two types of encryption.

a)

TRUE

b)

FALSE

83.

Rotor machines are sophisticated precomputer hardware devices that use substitution techniques.

a)

TRUE

b)

FALSE

84.

Symmetric encryption is a form of cryptosystem in which encryption and decryption are performed using different keys. It is also known as non- conventional encryption.

a)

TRUE

b)

FALSE

85.

With the use of symmetric encryption, the principal security problem is maintaining the secrecy of the key.

a)

TRUE

b)

FALSE

86.

The process of converting from plaintext to ciphertext is known as deciphering or decryption.

a)

TRUE

b)

FALSE

87.

The algorithm will produce a different output depending on the specific secret key being used at the time. The exact substitutions and transformations performed by the algorithm depend on the key.

a)

TRUE

b)

FALSE

88.

When using symmetric encryption it is very important to keep the algorithm secret.

a)

TRUE

b)

FALSE

89.

On average, half of all possible keys must be tried to achieve success with a brute-force attack.

a)

TRUE

b)

FALSE

90.

Ciphertext generated using a computationally secure encryption scheme is impossible for an opponent to decrypt simply because the required information is not there.

a)

TRUE

b)

FALSE

91.

Monoalphabetic ciphers are easy to break because they reflect the frequency data of the original alphabet.

a)

TRUE

b)

FALSE

92.

               techniques map plaintext elements (characters, bits) into ciphertext elements.

a)

Transposition

b)

Traditional

c)

Substitution

d)

Symmetric

93.

Joseph Mauborgne proposed an improvement to the Vernam cipher that uses a random key that is as long as the message so that the key does not need to be repeated. The key is used to encrypt and decrypt a single message and then is discarded. Each new message requires a new key of the same

length as the new message. This scheme is known as a(n)                     .

a)

pascaline

b)

polycipher

c)

one-time pad

d)

enigma

94.

An original intelligible message fed into the algorithm as input is known as

                  , while the coded message produced as output is called the                  .

a)

decryption, encryption

b)

deciphering, enciphering

c)

cipher, plaintext

d)

plaintext, ciphertext

95.

Restoring the plaintext from the ciphertext is                     .

a)

encryption

b)

transposition

c)

steganography

d)

A)                                                                                             

deciphering

 

96.

A                     attack involves trying every possible key until an intelligible translation of the ciphertext is obtained.

a)

brute-force

b)

ciphertext only

c)

Caesar attack

d)

chosen plaintext

97.

Techniques used for deciphering a message without any knowledge of the enciphering details is            .

a)

blind deciphering

b)

 steganography

c)

transposition

d)

cryptanalysis

98.

The       takes the ciphertext and the secret key and produces the original plaintext. It is essentially the encryption algorithm run in reverse

a)

Voronoi algorithm

b)

 cryptanalysis

c)

diagram algorithm

d)

decryption algorithm

99.

If both sender and receiver use the same key, the system is referred to as:

a)

public-key encryption

b)

asymmetric

c)

two-key

d)

conventional encryption

100.

               attacks exploit the characteristics of the algorithm to attempt to deduce a specific plaintext or to deduce the key being used.

a)

Brute-force

b)

Block cipher

c)

Transposition

d)

Cryptanalytic

101.

The                     was used as the standard field system by the British Army in World War I and was used by the U.S. Army and other Allied forces during World War II.

a)

Caesar cipher

b)

Hill cipher

c)

Rail Fence cipher

d)

Playfair cipher