多选题Which two statements are true about encrypting RMAN backup?()AThe transparent encryption of backups uses the encryption walletBThe database uses the same encryption key for every encrypted backupCThe password encryption of backups only uses the passwor

题目
多选题
Which two statements are true about encrypting RMAN backup?()
A

The transparent encryption of backups uses the encryption wallet

B

The database uses the same encryption key for every encrypted backup

C

The password encryption of backups only uses the password while creating and restoring backup

D

If transparent encryption is configured, you cannot use the SET ENCRYPTION BY PASSWORD  command to make password-protected backups

参考答案和解析
正确答案: D,A
解析: 暂无解析
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

Which two statements are true about encrypting RMAN backup?() (Choose two.)

A. The transparent encryption of backups uses the encryption wallet

B. The database uses the same encryption key for every encrypted backup

C. The password encryption of backups only uses the password while creating and restoring backup

D. If transparent encryption is configured, you cannot use the SET ENCRYPTION BY PASSWORD command to make password-protected backups.


参考答案:A, C

第2题:

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's private key to encrypt some portion of the message. When the message is received, the receiver uses the sender's () key tp decipher the digital signature to verify the sender's identity.横线处应选( )。


A. interpretation
B.signatures
C. encryption
D.decryption

答案:B
解析:
对称加密或私钥加密的基础是通信双方共享同一密钥。发送方使用一个密钥作为数学运算的一部分把明文加密成密文。接收方使用同一密钥把密文解密变成明文。在非对称或公钥加密方法中,每个用户使用两种不同的密钥:一个是只有这个用户知道的私钥;另一个是与其对应的任何人都知道的公钥。根据加密算法,私钥和公钥是数学上相关的。一个密钥用于加密,而另一个用于解密,依赖于实现的通信服务的特点而用法有所不同。此外,公钥加密技术也可以用于报文的数字签名。数字签名时使用发送方的私钥来加密一部分报文。当接收方收到报文时,就用发送方的公钥来解密数字签名,以便对发送方的标识进行验证。

第3题:

Examine the following RMAN command:RMAN> CONFIGURE ENCRYPTION FOR DATABASE ON;RMAN> BACKUP DATABASE PLUS ARCHIVELOG;Which prerequisite must be met before accomplishing the backup?()

A. Provide a password for the encryption

B. Set up an Oracle wallet for the encryption

C. No setup is required as it is a default encryption method

D. Both Oracle wallet and password must be set up for the encryption


参考答案:B

第4题:

Which description about asymmetric encryption algorithms is correct?()

  • A、They use the same key for encryption and decryption of data.
  • B、They use different keys for decryption but the same key for encryption of data.
  • C、They use different keys for encryption and decryption of data.
  • D、They use the same key for decryption but different keys for encryption of data.

正确答案:C

第5题:

Which statement about OSPF authentication is true?()

  • A、To enable OSPF authentication in a network, OSPF area 0 authentications must be enabled first
  • B、The payload of OSPF version 3 packets contains no authentication information
  • C、OSPF version 3 supports Advanced Encryption Standard
  • D、OSPF version 3 uses router ID as a key to encrypt OSPF hello packets
  • E、OSPF MD5 authentication uses TCP, and Plan Test authentication uses UDP

正确答案:B

第6题:

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


正确答案:C,A,D,B,C

第7题:

Which two statements about the Wired Equivalent Privacy (WEP) encryption mechanism are true? ()

  • A、the two methods of authentication using the WEP encryption are open and shared key
  • B、the 802.11 standard defines WEP security using 128-bit keys
  • C、WEP can provide stronger authentication through the use of LEAP, PEAP, or EAP-FAST
  • D、WEP is a scalable encryption solution that uses static keys for authentication
  • E、WEP security provides only one-way authentication
  • F、WEPv2 offers improved encryption by replacing the RC4 encryption mechanism with the AES (symmetric block cipher) mechanism

正确答案:A,E

第8题:

Which two statements are true about encrypting RMAN backup?()

A. The transparent encryption of backups uses the encryption wallet

B. The database uses the same encryption key for every encrypted backup

C. The password encryption of backups only uses the password while creating and restoring backup

D. If transparent encryption is configured, you cannot use the SET ENCRYPTION BY PASSWORD command to make password-protected backups.


参考答案:A, C

第9题:

You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is a database named DB1 in the instance. The company stores clients data in DB1. Clients can access their profile data by using a Web application. You must ensure the security of the customer data, you must ensure that even if the backup media is lost, data files, log files and subsequent backups and so on are quite safe. So what action should you perform to achieve this goal?()

  • A、For both the CustomerDB database and the master database, enable Transparent Database Encryption.
  • B、You should use the built-in encryption functions to encrypt the sensitive data at the cell level. 
  • C、You should make the CustomerDB database accessible only through stored procedures and functions. 
  • D、For the CustomerDB database, enable Transparent Database Encryption and back up the transaction log.

正确答案:D

第10题:

Which two wireless security statements are true?()

  • A、A TACACS+ server is required to implement 802.1x.
  • B、MIC protects against man-in-the-middle and replay attacks.
  • C、The 802.1x standard provides encryption services for wireless clients.
  • D、The AES (symmetric block cipher) is specified in the IEEE 802.11i specification.
  • E、The IEEE 802.11i specification uses RC4 as its encryption mechanism.
  • F、WPA requires TKIP and AES as encryption methods.

正确答案:B,D

更多相关问题