You want to be able to take advantage of the new Server Core feature. You have both 32-bit and 64-bit computers you want to install Server Core on. Which Windows OS should you purchase?

A. Windows Server 2003 R2
B. Windows Server 2008
C. Windows Server 2008 R2
D. Windows Server 2008 Core Edition


Answer: B

Computer Science & Information Technology

You might also like to view...

Draw a UML inheritance diagram for possible classes used to represent a bank account.

What will be an ideal response?

Computer Science & Information Technology

The ________ Field is a Legacy Tool that creates a placeholder for entering text in an interactive form

A) Text Form B) Combo Box C) Check Box D) Rich Text

Computer Science & Information Technology

With what operating system was the NFTS file system first introduced?

a. Windows 95 b. Linux Kernel 1.1.000.1 c. Windows NT 3.1 d. Windows 2000

Computer Science & Information Technology

Consider the following statements:  struct rectangleData{     double length;  double width;  double area;  double perimeter;};rectangleData bigRect;  Which of the following statements correctly initializes the component length of bigRect?

A. bigRect = {10}; B. bigRect.length = 10; C. length[0]= 10; D. bigRect[0]= 10

Computer Science & Information Technology