A user has received an error message when connecting to the wireless network. The error indicates the IP address being used by the user's system is already in use. A DHCP server is used on the network. After having the user disconnect from the wireless network, the technician is still able to ping the user's IP address. Which of the following is MOST likely the cause?

A. The user has a statically assigned IP address in the DHCP server scope.
B. The system's local firewall is blocking SYN/ACK traffic from the DHCP server.
C. The DHCP server's scope has been exhausted and no additional IP addresses are available.
D. The user is also connected to the wired network with a LAN cable.

Answer: A. The user has a statically assigned IP address in the DHCP server scope.

Computer Science & Information Technology

You might also like to view...

What will the document.write() statement display, given the following code snippet?

``` var scores = new Array[94, 90, 88, 82, 73, 70, 75]; var lgth = scores.length; document.write("There are " + lgth + "scores recorded. The dropped score is " + scores[lgth – 1]); ``` a. There are 7 scores recorded. The dropped score is 75 b. There are 6 scores recorded. The dropped score is 70 c. There are 7 scores recorded. The dropped score is 70 d. There are 6 scores recorded. The dropped score is 75

Computer Science & Information Technology

Before editing or entering the contents of a cell in the table, you must select it to make it the ____ cell.

A. determinant B. active C. constrained D. key

Computer Science & Information Technology