1Z0-160 · Question #41
What are two ways to enable a port on your DBaaS VM server for access to your DBaaS instance?
The correct answer is B. Create a tunnel for port forwarding by using SSH. C. Configure all remote connections through port 22 that is assigned by default for SSH connections. C: SSH is a cryptographic network protocol that uses two keys, one public and one private, to provide secure communication between two networked computers. Port 22 is the standard TCP/IP port that is assigned to SSH servers. B: To access network protocols and services on a…
Question
What are two ways to enable a port on your DBaaS VM server for access to your DBaaS instance?
Options
- AUse your public and private key pairs to define a list of preferred ports that get enabled during your
- BCreate a tunnel for port forwarding by using SSH.
- CConfigure all remote connections through port 22 that is assigned by default for SSH connections.
- DAsk Oracle DBaaS Support to open the required ports.
- EUse the DBaaS Compute Cloud Service Console to open ports to a set of IP addresses.
How the community answered
(28 responses)- A14% (4)
- B75% (21)
- D4% (1)
- E7% (2)
Explanation
C: SSH is a cryptographic network protocol that uses two keys, one public and one private, to provide secure communication between two networked computers. Port 22 is the standard TCP/IP port that is assigned to SSH servers. B: To access network protocols and services on a compute node by using a port other than port 22, you must either: -Enable network access to the port You can use the Oracle Database Cloud Service console to enable access to a port on a -Create an SSH tunnel to the port Creating an SSH tunnel enables you to access a specific compute node port by using an SSH connection as the transport mechanism. To create the tunnel, you must have the SSH private key file that matches the public key specified during the database deployment creation process. Using Oracle Database Cloud Service (February 2017), 3-2 https://docs.oracle.com/en/cloud/paas/database-dbaas-cloud/csdbi/using-oracle-database-cloud-
Topics
Community Discussion
No community discussion yet for this question.