A customer is experiencing intervals during the day when the file server on her local network cannot keep up with the demands of the users. During these times, some users have to wait for files to open or save, and some users get errors stating their application has timed out.
Which of the following could be a possible solution to this ongoing issue? (Select TWO.)
A. Ask half of the users to stop using the application during the problem time.
B. Add additional file servers to the local network to handle the demand.
C. Implement a cloud-based model with rapid elasticity.
D. Implement an off-site cloud-based email application.
E. Contact the cloud service provider to increase resource pooling.
B and C
You might also like to view...
The's role is to interpret what the client says and present viable solutions
What will be an ideal response?
A doubly linked list is a:
A. linked list in which each node points to the node preceding it and also points to the node following it (if there are any such nodes) B. linked list in which each node has two pointers to the node that follows it, just in case one pointer goes bad C. two-dimensional matrix of linked lists, in which each node points to the node that follows it, and also has another pointer to the node below it D. linked list that has two copies of itself, for speeding up a deep copy function