As a SAN administrator, you are implementing a storage solution for a customer. A server will remotely mount physical disks on the shared SAN and then write a large number of small files to disk before they are processed by a Java program. Which consideration is most important to ensure that the files can be processed successfully by the Java program?

A. Ensure that the server can write the files to the disk as fast as the Java program can process them.
B. Ensure that the Java program has the latest updates.
C. Ensure that the server has multiple NICs.
D. Ensure that the server utilizes processor affinity.


A
Explanation: If the Java program is reading the data faster than the file system is writing the data, there may be an issue with processing the data. It will appear as incompletely written to the disk.

Computer Science & Information Technology

You might also like to view...

Which is the output of the following statements?

std::cout << "Hello "; std::cout << "World"; a. Hello World b. World Hello c. Hello World d. World Hello

Computer Science & Information Technology

The EBK basic competencies for the management of data security are all policy-based activities that must be implemented at a low level in the organization.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

An e-mail ____________________ is an electronic document transmitted over a computer network.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

An administrator is having a hard time adding a new switch to the network. After verifying that all the ports are configured correctly on each switch, which of the following should the administrator verily NEXT?

A. Straight-through cable is used to connect both switches B. Loopback plug is connected C. Crossover cable is used to connect both switches D. Cable is a rollover cable

Computer Science & Information Technology