On a wireless network, a user is able to connect to local resources, but not to the Internet. Which of the following is the MOST likely cause?

A. The wireless network card is not working.
B. The wireless router does not have DHCP enabled.
C. The wireless network card is out of range.
D. The gateway is not configured on the router


Answer: D. The gateway is not configured on the router

Computer Science & Information Technology

You might also like to view...

What is stored in x after execution of the following code segment?

int x = 5; for (int c = 0; c < 5; c++) for (int d = 0; d < 3; d++) x = x + 1; a) 13 b) 15 c) 20 d) 29

Computer Science & Information Technology

A ________ is a character that cannot be changed by the end user during data entry such as the parentheses that might surround an area code

A) static marker B) fixed marker C) verbatim character D) literal character

Computer Science & Information Technology

The data type "Text" (as it applies to Excel)

A) is of little concern to Excel because Excel does calculations on numbers. B) should be entered into every cell of the spreadsheet. C) includes letters, numbers, and spaces not used in calculations. D) includes formulas, functions, and formatting.

Computer Science & Information Technology

Who creates and approves the test plan?

A. Developers B. Testers C. Project Management D. Business Analysts

Computer Science & Information Technology