Technical control is incorrect because it includes activities such as failure detection, problem diagnosis, and service restoration of network components. The scope includes alarms, status indicators, test-equipment interfaces, remote controls, and automatic monitoring.
71. Which of the following is an example of passive wiretapping?
a.
Traffic analysisb.
Message modificationc.
Message delayd.
Message deletion72. What is a hash-based message authentication code (HMAC) based on?
a.
Asymmetric keyb.
Public keyc.
Symmetric keyd.
Private keyAsymmetric key is incorrect because there are two related keys in asymmetric keys; a public key and a private key that are used to perform complementary operations, such as encryption and decryption, or signature generation and signature verification. Public key is incorrect because it is the public part of an asymmetric key pair that is typically used to verify signatures or encrypt data. Private key is incorrect because it is the secret part of an asymmetric key pair that is typically used to digitally sign or decrypt data.
73. What is the main purpose of a message authentication code (MAC)?
a.
Recoveryb.
Preventionc.
Detectiond.
Correction74. The major functions of a public key used in cryptography include which of the following?
1.
Encrypt data2.
Decrypt data3.
Generate signatures4.
Verify signaturesa.
1 onlyb.
2 onlyc.
1 or 4d.
2 or 375. Approved hash functions must satisfy which of the following properties?
1.
One-way2.
Collision resistant3.
Resistant to offline attacks4.
Resistant to online attacksa.
1 onlyb.
3 onlyc.
4 onlyd.
1 and 2Offline attack is an attack where the attacker obtains some data through eavesdropping that he can analyze in a system of his own choosing. Online attack is an attack against an authentication protocol where the attacker either assumes the role of a claimant with a genuine verifier or actively alters the authentication channel. The goal of the attack may be to gain authenticated access or learn authentication secrets.
76. Which of the following is a measure of the amount of uncertainty that an attacker faces to determine the value of a secret?
a.
Entropyb.
Random numberc.
Nonced.
PseudonymRandom number is incorrect because it can be used to generate passwords or keys. Nonce is incorrect because it is a value used in security protocols that is never repeated with the same key. Pseudonym is incorrect because it is a subscriber name that has been chosen by the subscriber that is not verified as meaningful by identity proofing.
77. Which of the following is a nonsecret value that is used in a cryptographic process?
a.
Saltb.
Shared secret