Question 1
Question
What is the focus of cryptanalysis?
Question 2
Question
How many bits does the Data Encryption Standard (DES) use for data encryption?
Answer
-
40 bits
-
56 bits
-
64 bits
-
72 bits
Question 3
Question
Which statement describes the Software-Optimized Encryption Algorithm (SEAL)?
Answer
-
SEAL is a stream cipher
-
It uses a 112-bit encryption key.
-
It is an example of an asymmetric algorithm.
-
It requires more CPU resources than software-based AES does.
Question 4
Question
Which encryption algorithm is an asymmetric algorithm?
Question 5
Question
An online retailer needs a service to support the nonrepudiation of the transaction. Which component is used for this service?
Answer
-
the private key of the retailer
-
the unique shared secret known only by the retailer and the customer
-
the public key of the retailer
-
the digital signatures
Question 6
Question
In which situation is an asymmetric key algorithm used
Answer
-
Two Cisco routers authenticate each other with CHAP
-
User data is transmitted across the network after a VPN is established
-
An office manager encrypts confidential files before saving them to a removable device
-
ِِِA network administrator connects to a Cisco router with SSH
Question 7
Question
What is the purpose of a nonrepudiation service in secure communications?
Answer
-
to ensure that encrypted secure communications cannot be decoded
-
to confirm the identity of the recipient of the communications
-
to provide the highest encryption level possible
-
to ensure that the source of the communications is confirmed
Question 8
Question
Which objective of secure communications is achieved by encrypting data
Answer
-
integrity
-
authentication
-
confidentiality
-
availability
Question 9
Question
Why is the 3DES algorithm often preferred over the AES algorithm
Answer
-
3DES is more trusted because it has been proven secure for a longer period than AES
-
AES is more expensive to implement than 3DES.
-
3DES performs better in high-throughput, low-latency environments than AES
-
Major networking equipment vendors such as Cisco have not yet adopted AES.
Question 10
Question
What is the most common use of the Diffie-Helman algorithm in communications security?
Answer
-
to create password hashes for secure authentication
-
to provide routing protocol authentication between routers
-
to encrypt data for secure e-commerce communications
-
to secure the exchange of keys used to encrypt data
Question 11
Question
Which type of encryption algorithm uses public and private keys to provide authentication, integrity, and confidentiality?
Answer
-
symmetric
-
shared secret
-
IPsec
-
asymmetric
Question 12
Question
How do modern cryptographers defend against brute-force attacks
Answer
-
Use statistical analysis to eliminate the most common encryption keys.
-
Use a keyspace large enough that it takes too much money and too much time to conduct a successful attack
-
Use an algorithm that requires the attacker to have both ciphertext and plaintext to conduct a successful attack
-
Use frequency analysis to ensure that the most popular letters used in the language are not used in the cipher message
Question 13
Question
Which encryption protocol provides network layer confidentiality?
Answer
-
IPsec protocol suite
-
Transport Layer Security
-
Secure Hash Algorithm 1
-
Secure Sockets Layer
-
Keyed MD5
-
Message Digest 5
Question 14
Question
Refer to the exhibit. Which encryption algorithm is described in the exhibit?
Question 15
Question
Which statement describes asymmetric encryption algorithms?
Answer
-
They have key lengths ranging from 80 to 256 bits
-
They include DES, 3DES, and AES.
-
They are also called shared-secret key algorithms.
-
They are relatively slow because they are based on difficult computational algorithms
Question 16
Question
Which two non-secret numbers are initially agreed upon when the Diffie-Hellman algorithm is used? (Choose two.)
Answer
-
binomial coefficient
-
generator
-
elliptic curve invariant
-
prime modulus
-
topological index
-
pseudorandom nome
Question 17
Question
In what situation would an asymmetric algorithm most likely be used?
Answer
-
logging onto a computer
-
making an online purchase
-
uploading a networking book chapter using FTP
-
transferring a large stream of data between two corporate locations
Question 18
Question
Why is asymmetric algorithm key management simpler than symmetric algorithm key management?
Question 19
Question
What is the purpose of code signing
Question 20
Question
Which algorithm can ensure data confidentiality?
Question 21
Question
What is the purpose of a digital certificate?
Answer
-
It guarantees that a website has not been hacked
-
It authenticates a website and establishes a secure connection to exchange confidential data.
-
It provides proof that data has a traditional signature attached
-
It ensures that the person who is gaining access to a network device is authorized.
Question 22
Question
Fill in the blank.
A shared secret is a key used in a ___________ encryption algorithm