Users on a network segment report that they are unable to connect to a newly installed file server. The file server IP address settings are as follows: IP address: 10.0.10.254 Subnet Mask: 255.255.255.0 Default Gateway: 10.10.10.1 Which of the following changes should the server administrator make?

A. Change the IP address on the server to 10.10.0.254.
B. Change the IP address on the server to 10.10.10.254.
C. Change the default gateway on the server to 10.10.10.254.
D. Change the subnet mask on the server to 255.255.0.0.

Answer: B. Change the IP address on the server to 10.10.10.254.

Computer Science & Information Technology

You might also like to view...

Which of the following would be the best time to implement virtualization?

A) When technicians are trying a new Windows 7 load for faculty members B) When a home user needs to upgrade Microsoft Office C) When a gamer wants to try a trial version of a new game D) When the computer does not have enough memory to run a particular application

Computer Science & Information Technology

In class LinkedQueue, where does neNodePtr point?

a. the back or end of the chain b. the front or beginning of the chain c. nullPtr d. the next element of the queue

Computer Science & Information Technology