Symmetric, or private-key, encryption is based on a secret key that is shared by both communcating parties. The ( ) party uses the secret key as part of the mathematical operation to encrypt ( ) text to cipher text. The receiving party uses the same secret key to decrypt the cipher text to plain text. Asymmetric, or public-key, encryption uses two different keys for each user: one is a ( ) key known only to this one user; the other is a corresponding public key, which is accessible to anyone. The private and public keys are mathematically related by the encryption algorithm. One key ia used for encyption and the other for decryption, depending on the nature of the communication service being implemented. In addition, public key encryption technoligies allow digital ( ) to be placed on messages. A digital signature uses the sender&39;s private key to encrypt some portion of the message. When the message is received, the receiver uses the sender&39;s ( ) key tp decipher the digital signature to verify the sender&39;s identity.
A.host B.terminal C.sending D.receiving A.plain B.cipher C.public D.private A.plain B.cipher C.public D.private A.interpretation B.signatures C.encryption D.decryption A.plain B.cipher C.public D.private
第1题:
A.a stronger encryption algorithm
B.key mixing using temporal keys
C.shared key authentication
D.a shorter initialization vector
E.per frame sequence counters
第2题:
第3题:
第4题:
The RSA algorithm is an example of what type of cryptography?RSA算法是下面哪种算法的典型例子?()
第5题:
Which two features did WPAv1 add to address the inherent weaknesses found in WEP?()
第6题:
Which two statements are true about the Wi-Fi Protected Access (WPA) and Wi-Fi Protected Access version 2 (WPA2) security solutions?()
第7题:
Which statement is true regarding a session key in the Diffie-Hellman key-exchange process?()
第8题:
You are a professional level SQL Sever 2008 Database Administrator in an international corporation named Wiikigo. You are experienced in managing databases in an enterprise-level organization, optimizing and sustaining the database life cycle. In the company, your job is to implement solutions on security, troubleshooting, deployment and optimization. A SQL Server 2008 instance is managed by you. A database is utilized by the instance, and the database is utilized by a Web-based application. 15,000 transactions are processed by the application every minute. A column is contained by a table in the database, and the column is utilized only by the application. Sensitive data is stored in this column. The sensitive data should be stored with the highest security level. In addition, the least amount of memory space and processor time should be utilized. From the following four encryption types, which one should you utilize?()
第9题:
Only symmetric algorithms have a key exchange technology built in
Asymmetric algorithms are used quite often as key exchange protocols for symmetricalgorithms
Only asymmetric algorithms have a key exchange technology built in
Asymmetric algorithms are based on more complex mathematical computations
第10题:
used to verify the identity of the peer
used between the initiator and the responder to establish a basic security policy
used to establish a symmetric shared key via a public key exchange process
used for asymmetric public key encryption
第11题:
both WPA and WPA2 require authentication support via IEEE 802.1 x and Pre-Shared Key (PSK)
both WPA and WPA2 address all known Wired Equivalent Privacy (WEP) vulnerabilities in the IEEE 802.11i security implementation
WPA is supported on client devices only. WPA2 is supported on both access point (AP) and client devices
WPA provides only a standard for authentication. WPA2 provides a standard for authentication and encryption
WPA requires encryption support via Temporal Key Integrity Protocol (TKIP) WPA2 provides encryption support via (symmetric block cipher)AES-CCMP
第12题:
A session key value is exchanged across the network.
A session key never passes across the network.
A session key is used as the key for asymmetric data encryption.
A session key is used as the key for symmetric data encryption.
第13题:
第14题:
第15题:
Where parties do not have a shared secret and large quantities of sensitive information must be passed, the most efficient means of transferring information is to use Hybrid Encryption Methods. What does this mean?双方没有共享的密钥以及大量的敏感信息需要传输,最有效的用于信息传输的的方式是使用混合传输信息加密算法。这是什么意思?()
第16题:
You are enabling AAA RADIUS/TACACS+ on a UCS which attribute must be added to the User account?()
第17题:
The enable secret password appears as an MD5 hash in a router’s configuration file, whereas the enablepassword is not hashed (or encrypted, if the password-encryption service is not enabled). What is thereason that Cisco still support the use of both enable secret and enable passwords in a router’sconfiguration?()
第18题:
Which two statements about the Wired Equivalent Privacy (WEP) encryption mechanism are true? ()
第19题:
Which encryption type is used to secure user data in an IPsec tunnel?()
第20题:
You administer a SQL Server 2008 instance. The instance hosts a database that is used by a Web-based application. The application processes 15,000 transactions every minute. A table in the database contains a column that is used only by the application. This column stores sensitive data. You need to store the sensitive data in the most secure manner possible. You also need to ensure that you minimize the usage of memory space and processor time. Which encryption type should you use?()
第21题:
Use ADO.NET Data Services and provide a shared key to clients.
Use Windows Azure Queues and provide a shared key to clients.
Use Windows Azure Table storage and providea shared key to clients.
Use the Windows Azure AppFabric Service Bus and provide a shared secret to clients.
第22题:
The enable password is present for backward compatibility.
Because the enable secret password is a hash, it cannot be decrypted. Therefore, the enable password is used to match the password that was entered, and the enable secret is used to verify that the enablepassword has not been modified since the hash was generated.
The enable password is considered to be a router’s public key, whereas the enable secret password is considered to be a router’s private key.
The enable password is used for IKE Phase I, whereas the enable secret password is used for IKE Phase II.
第23题:
The same key is used for encryption and decryption.
It is commonly used to create digital certificate signatures.
It uses two keys: one for encryption and a different key for decryption.
An attacker can decrypt data if the attacker captures the key used for encryption.