A network administrator has created a virtual machine in the cloud. The technician would like to connect to the server remotely using RDP. Which of the following default ports needs to be opened?
A. 445
B. 3389
C. 5004
D. 5060
Answer: B. 3389
Computer Science & Information Technology
You might also like to view...
A record
A) is a complete set of data for an entity. B) is an individual piece of data, such as a last name. C) defines the range of data to print. D) is the sequence in which pages print.
Computer Science & Information Technology
Which statement is false?
a. In a tightly packed binary tree, each level contains about twice as many elements as the previous level. b. When searching a tightly packed 1,000,000-element binary search tree, approximately 20 comparisons need to be made. c. The level-order traversal of a binary tree visits the nodes of the tree row-by-row starting at the root node level. d. Searching a binary tree for a value that matches a key value is slow for loosely packed trees.
Computer Science & Information Technology