A technician has spent most of the day replacing a server running DHCP. Some of the users have begun to call the help desk stating that Internet connection stopped working even after rebooting. Upon investigation, the users' PCs with issues all have IP addresses that start with 169.254.x.x. The technician completes the replacement and powers on the new DHCP server. Which of the following is the BEST way to provide the PCs with issues a new IP address?

A. Statically assign a legitimate IP address, and then set the PCs' NICs to DHCP
B. Inform each user to replace 169.254 with 192.168
C. Wait five minutes until the PC resends a DHCP request
D. Run netstat on each PC and then reboot into safe mode


Answer: C. Wait five minutes until the PC resends a DHCP request

Computer Science & Information Technology

You might also like to view...

Which of the following is a is a public version of Server Message Block (SMB)?

A. CIFS B. NFS C. FCoE D. iSCSI

Computer Science & Information Technology

In the Security and Maintenance window, messages with a _____ bar inidcate an important issue that requires immediate attention. ?

A. red B. yellow C. purple D. blue

Computer Science & Information Technology

Which of the following are correct ways to end a loop using a test for end-of-file?

a) ``` while(inStream->next) { cout <<; next; } ``` b) ``` while(inStream >>gt; next) cout << next; ``` c) ``` inStream.get(next) while(!inStream.eof( )) { cout << next; inStream.get(next); } ``` d) ``` inStream.get(next) while(!eof(inStream)) { cout << next; inStream.get(next); } ``` e) None of the above. You cannot control a loop using a test for end of file.

Computer Science & Information Technology

Wi-Fi is the current standard for wireless networks and Internet connectivity.

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

Computer Science & Information Technology