What feature, supported by VMWare, allows the live migration of a running VM from one host to another?

A. vMigration
B. vTarget
C. vMove
D. vMotion


Answer: D

Computer Science & Information Technology

You might also like to view...

Case-Based Critical Thinking QuestionsCase 8-2Mya's Hat Shop currently has a product Web site with various hat photos. She would like to apply a border image, create a semi-transparent object ,and allow customers to print the photos. Mya has hired you to update the Web site. To make two of the photos appear semi-transparent so that part of the gradient appears through the photos, use CSS3 styleopacity: value;where the value ____ is completely transparent.

A. 1.5 B. 0 C. 1 D. -1

Computer Science & Information Technology

A _____ instruction is a command that tells an XML parser how to process the document.

A. processing B. parsing C. coding D. designing

Computer Science & Information Technology

To associate a style sheet with screen devices that are greater than or equal to specific width, use the query ____.

A. media =  "screen and (max-width: value)" B. media = "screen and (min-width: value and max-width: value)" C. media =  "screen and (orientation: type)" D. media =  "screen and (min-width: value)"

Computer Science & Information Technology

What is wrong with the code @import url(header.css)?

A. The file extension is not needed. B. The semicolon at the end of the statement is missing. C. The @ symbol is not needed. D. Nothing is wrong; everything is syntactically correct.

Computer Science & Information Technology