A user on a wireless network has the IP address 169.254.155.2 but cannot connect to the Internet. Which of the following should the user check on the wireless router?

A. WPA
B. DHCP
C. WINS
D. DNS

Answer: B. DHCP

Computer Science & Information Technology

You might also like to view...

Which of the following code segments prints a single line containing hello there with the words separated by a single space?

a. std::cout <

Computer Science & Information Technology

This operator increments the value of its operand and then uses the value in context.

a. prefix increment b. postfix increment c. prefix decrement d. postfix decrement e. None of these

Computer Science & Information Technology