1Z0-160 · Question #68
How do you enable a default connection between Database as a Service (DBaaS) instances?
The correct answer is B. by creating dedicated communication keys and setting them to be used only for your DBaaS. Before your DBaaS database was created, you or a coworker generated a private and public SSH key pair, perhaps using PuTTY Key Generator. The public key was specified when your database instance was created; a copy of that public key was stored in the VM hosting your database…
Question
How do you enable a default connection between Database as a Service (DBaaS) instances?
Options
- Aby creating network groups and adding the instances that you want to communicate to that group
- Bby creating dedicated communication keys and setting them to be used only for your DBaaS
- Cby creating nothing for communication between the DBaaS instances because all instances are
- Dby installing and configuring the NETMGR utility for your DBaaS environment, and then using it to
How the community answered
(48 responses)- A2% (1)
- B75% (36)
- C15% (7)
- D8% (4)
Explanation
Before your DBaaS database was created, you or a coworker generated a private and public SSH key pair, perhaps using PuTTY Key Generator. The public key was specified when your database instance was created; a copy of that public key was stored in the VM hosting your database. When you define in PuTTY an SSH connection to the VM hosting your database, you will specify a copy of the private key stored on your local PC. When you initiate a PuTTY connection, the VM compares the private key to the matching public key stored in the VM. The VM permits the connection when the private and public key match as a valid key pair. o_an_instance/obe_dbaas_connecting_to_an_instance.html
Topics
Community Discussion
No community discussion yet for this question.