wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

security system quiz

Total questions: 99

Worksheet time: 50mins

Name
Class
Date
1.

Cryptography is the art and science of making a cryptosystem that is capable of providing information security.

a)

TRUE

b)

FALSE

2.

Cryptography refers to the design of mechanisms based on mathematical algorithms that provide fundamental information security services.

a)

TRUE

b)

FALSE

3.

Internet Security measures to protect data during their transmission.

a)

TRUE

b)

FALSE

4.

Network Security measures to protect data during their transmission over a collection of interconnected networks.

a)

TRUE

b)

FALSE

5.

Interruption is an attack on availability, e.g., destruction of piece of hardware, cutting of a communication line or disabling of file management system.

a)

TRUE

b)

FALSE

6.

Interception is an attack on confidentiality, unauthorized party could be a person, a program or a computer.

a)

TRUE

b)

FALSE

7.

Fabrication is an attack on integrity. e.g., changing values in data file, altering a program, modifying the contents of messages being transmitted in a network.

a)

TRUE

b)

FALSE

8.

Modification is an attack on authenticity. e.g., insertion of spurious message in a network or addition of records to a file.

a)

TRUE

b)

FALSE

9.

Security Mechanism is a process that is designed to detect, prevent, or recover from a security attack.

a)

TRUE

b)

FALSE

10.

Security Service is processing or communication service that enhances the security of the data processing systems and the information transfers of an organization.

a)

TRUE

b)

FALSE

11.

Access Control is the prevention of unauthorized use of a resource.

a)

TRUE

b)

FALSE

12.

Data Confidentiality is protection of data from unauthorized disclosure.

a)

TRUE

b)

FALSE

13.

Confidentiality is the protection of transmitted data from passive attacks.

a)

TRUE

b)

FALSE

14.

Information access threats exploit flaws in computers to inhibit use by legitimate users.

a)

TRUE

b)

FALSE

15.

Service threats is intercepting or modifying data on behalf of users who should not have access to that data.

a)

TRUE

b)

FALSE

16.

Routing Control enables selection of particular physically secure routes for certain data and allows routing changes, especially when a breach of security is suspected.

a)

TRUE

b)

FALSE

17.

Trusted Functionality is perceived to be correst with respect to some criteria.

a)

TRUE

b)

FALSE

18.

Notarization use of a trusted third party to asure certain properties of a data exchange.

a)

TRUE

b)

FALSE

19.

Pervasive Security Mechanisms are not specific to any particular OST security service or protocol layer.

a)

TRUE

b)

FALSE

20.

Notarization use of a trusted third party to assure certain properties of a data exchange.

a)

TRUE

b)

FALSE

21.

Symmetric encryption, also referred to as conventional encryption or single-key encryption.

a)

TRUE

b)

FALSE

22.

In symmetric key algorithms, the encryption and decryption keys are known both to sender and receiver.

a)

TRUE

b)

FALSE

23.

key algorithm for transforming plaintext to ciphertext.

a)

TRUE

b)

FALSE

24.

cipher info used in cipher known only to sender/receiver.

a)

TRUE

b)

FALSE

25.

decipher (decrypt) converting plaintext to ciphertext.

a)

TRUE

b)

FALSE

26.

encipher (encrypt) recovering ciphertext from plaintext.

a)

TRUE

b)

FALSE

27.

cryptanalysis is study of encryption principles/methods.

a)

TRUE

b)

FALSE

28.

cryptology is the field of both cryptography and cryptanalysis.

a)

TRUE

b)

FALSE

29.

cryptography is the study of principles/ methods of deciphering ciphertext without knowing key.

a)

TRUE

b)

FALSE

30.

Brute-force attack means that the attacker tries every possible key on a piece of ciphertext until an intelligible translation into plaintext is obtained.

a)

TRUE

b)

FALSE

31.

If the plaintext is 1101101 by using key 10111100 with XOR one-time pad cipher, the cipher text is 1001101.

a)

TRUE

b)

FALSE

32.

A symmetric-key modern block cipher encrypts an n-bit block of plaintext or decrypts an n-bit block of ciphertext.

a)

TRUE

b)

FALSE

33.

The message is divided into n-bit blocks and appropriate padding must be added to the last block if necessary.

a)

TRUE

b)

FALSE

34.

The encryption or decryption algorithm uses a k-byte key.

a)

TRUE

b)

FALSE

35.

A modern block cipher can be designed to act as only for a substitution cipher.

a)

TRUE

b)

FALSE

36.

The symbols to be substituted or transposed are bits instead of characters.

a)

TRUE

b)

FALSE

37.

To be resistant to exhaustive-search attack, a modern block cipher needs to be designed as a transposition cipher.

a)

TRUE

b)

FALSE

38.

Actual ciphers cannot use full-size keys because the size of the key becomes so large, especially for a substitution cipher.

a)

TRUE

b)

FALSE

39.

A keyless (or fixed-key) substitution cipher (or unit) can be thought of as a predefined mapping from the input to the output.

a)

TRUE

b)

FALSE

40.

Modern block ciphers normally are keyed substitution ciphers in which the key allows only partial mappings from the possible inputs to the possible outputs.

a)

TRUE

b)

FALSE

41.

To provide the required properties, such as diffusion and confusion, a modern block cipher is made of a combination of transposition units (called S-boxes), substitution units (called P-boxes).

a)

TRUE

b)

FALSE

42.

A S-box (permutation box) parallels the traditional transposition cipher for characters.

a)

TRUE

b)

FALSE

43.

A P-box (substitution box) can be thought of as a miniature substitution cipher.

a)

TRUE

b)

FALSE

44.

An S-box can have a different number of inputs and outputs.

a)

TRUE

b)

FALSE

45.

The inverse of a component in a cipher makes sense if the component represents a unary operation.

a)

TRUE

b)

FALSE

46.

The complement operation is a unary operation that flips each bit in a word.

a)

TRUE

b)

FALSE

47.

invertible S-box is meaning the number of input bits should be the same as the number of output bits.

a)

TRUE

b)

FALSE

48.

Increasing the number of rounds using more S-boxes may create a better cipher.

a)

TRUE

b)

FALSE

49.

A Feistel cipher combine rounds using more Senores ma unit and uses the same unit in the encryption and decryption algorithms.

a)

TRUE

b)

FALSE

50.

A noninvetible Functionrynibe aanceled out by using an of operation.

a)

TRUE

b)

FALSE

51.

An important connetion can be cancel ciphers is the exolusive-or operation.

a)

TRUE

b)

FALSE

52.

(DES) is a symmetric-key block cipher published by the National Instinte of Standards and Technology (NIST).

a)

TRUE

b)

FALSE

53.

The eneryption process is made of two permutations (P-boxes), which we call initial and final permutations, and sixteen Feistel rounds.

a)

TRUE

b)

FALSE

54.

DES uses 16 rounds. Each round of DES is a Feistel cipher.

a)

TRUE

b)

FALSE

55.

The DES function applies a 48-bit key to the rightmost 64 bits to produce a 64. bit output.

a)

TRUE

b)

FALSE

56.

DES uses the XOR operation on the expanded right section and the round key.

a)

TRUE

b)

FALSE

57.

DES uses 8 S-boxes, each with a 6-bit input and a 4-bit output.

a)

TRUE

b)

FALSE

58.

In DES, the round-key generator creates sixteen 48-bit keys out of a 56-bit cipher key.

a)

TRUE

b)

FALSE

59.

Completeness effect means that each bit of the ciphertext needs to depend on many bits on the plaintext.

a)

TRUE

b)

FALSE

60.

DES uses sixteen rounds of Feistel ciphers. the ciphertext is thoroughly a random function of plaintext and ciphertext.

a)

TRUE

b)

FALSE

61.

DES is not a group; this means that we can use double or triple DES to increase the key size.

a)

TRUE

b)

FALSE

62.

Triple DES with three keys is used by many applications such as PGP.

a)

TRUE

b)

FALSE

63.

The input to the AES encryption and decryption algorithms is a single 128-bit block (16 bytes) of data at time.

a)

TRUE

b)

FALSE

64.

The Sub-Bytes operation involves 16 independent byte-to-byte transformations.

a)

TRUE

b)

FALSE

65.

The SubBytes and InvSubBytes transformations are inverses of each other.

a)

TRUE

b)

FALSE

66.

AES was designed after DES.

a)

TRUE

b)

FALSE

67.

The algorithms used in AES are so simple that they can be easily implemented using cheap processors and a minimum amount of memory.

a)

TRUE

b)

FALSE

68.

In RSA, encryption needs to generate a pair of koys, namely public key and private key.

a)

TRUE

b)

FALSE

69.

Kerberos is a private-key authentication service

a)

TRUE

b)

FALSE

70.

X.509 is a private-key directory authentication service

a)

TRUE

b)

FALSE

71.

A network eavesdropper should be able to obtain the necessary information to impersonate a user.

a)

TRUE

b)

FALSE

72.

Authentication functions developed to support application-level authentication & digital signatures

a)

TRUE

b)

FALSE

73.

user should be aware that authentication is taking place

a)

TRUE

b)

FALSE

74.

Scalable in network security means capable of supporting large numbers of clients and servers modular, distributed architecture.

a)

TRUE

b)

FALSE

75.

Direction control determines the type of internet services that can be accessed, inbound or outbound.

a)

TRUE

b)

FALSE

76.

Service control determines the direction in which particular service request may be initiated and allowed to flow through the firewall.

a)

TRUE

b)

FALSE

77.

There are 2 common types of firewalls.

a)

TRUE

b)

FALSE

78.

A firewall defines a single choke point that keeps unauthorized users out of the protected network

a)

TRUE

b)

FALSE

79.

A firewall is a modern platform for several internet functions that are not security related.

a)

TRUE

b)

FALSE

80.

The Bastion host serves as a platform for an application level and circuit level gateway.

a)

TRUE

b)

FALSE

81.

Each proxy is configured to allow access all specific host systems.

a)

TRUE

b)

FALSE

82.

Each proxy is independent of other proxies on the Bastion host.

a)

TRUE

b)

FALSE

83.

The Bastion host hardware platform, execues a secure version of its operating system, making it a trusted system.

a)

TRUE

b)

FALSE

84.

SET is a communications protocol standard for securing credit card transactions over networks, specifically, the Internet.

a)

TRUE

b)

FALSE

85.

A macro is a program that can replicate itself and send copies from computer lised send copies from computer to computer across network connections

a)

TRUE

b)

FALSE

86.

Macro viruses are easily spread. A very common method is by network.

a)

TRUE

b)

FALSE

87.

Email security is a term for describing different procedures and techniques for protecting email accounts

a)

TRUE

b)

FALSE

88.

MIME is a kind of add on or a supplementary protocol which allows non-ASCII data to be sent through SMTP.

a)

TRUE

b)

FALSE

89.

S/MIME uses the RSA public key eryptography algorithm along with the DES or RSA encryption algorithm.

a)

TRUE

b)

FALSE

90.

IPSec is an Internet Engineering Task Force (IETF) standard suite of protocols between 2 communication points across the IP network that provide data authentication, integrity, and confidentiality.

a)

TRUE

b)

FALSE

91.

The Alert Protocol consists of a series of messages exchanged by client and server.

a)

TRUE

b)

FALSE

92.

The Handshake Protocol is used to convey SSL-related alerts to the peer entity.

a)

TRUE

b)

FALSE

93.

SSL is designed to make use of TCP to provide a reliable end-to-end secure service.

a)

TRUE

b)

FALSE

94.

SSL is a single protocol, it consists of one layer of protocols

a)

TRUE

b)

FALSE

95.

Secure socket layer (SSL) provides security services between TCP and applications that use TCP.

a)

TRUE

b)

FALSE

96.

SSL/TLS provides integrity using symmetric encryption and message confidentiality using a message authentication code.

a)

TRUE

b)

FALSE

97.

Secure electronic transaction (SET) is an open encryption and security specification designed to protect credit card transactions on the Internet.

a)

TRUE

b)

FALSE

98.

The Authentication Header provides support for data integrity and authentication of IP packets.

a)

TRUE

b)

FALSE

99.

cryprosystem consists of, firstly generation of key pair and secondly encryption-decryption algorithms.

a)

TRUE

b)

FALSE