Computer Science, asked by zubrankhan4398, 1 year ago

A workstation has been moved from headquarters to a branch office. The user is now reporting that the workstation cannot connect to the network. A technician suspects that the workstation did not correctly obtain an ip address from a dhcp server. What are two possible causes for the problem? (choose two.)

Answers

Answered by hacker3671
0
Problems encountered in IP networking can have several sources. Most obvious are those where either the client's machine or the target machine are mis-configured, malfunctioning or, in the extreme case, shut down. If the problem is unrelated to either the target or the source machine, then other possibilities include problems with the Domain Name Services or a variety of forms of network problems somewhere between the target and source machine.

This set of tests assumes that the client is attempting to connect to a specific target machine via TCP/IP. Target machines may be web, mail, ftp, news or compute servers or stand-alone telnet services. This would include any machine accessed by identifying it with an "internet" style address (e.g., www.ucsc.edu). Administrative Systems (Banner, PPS, etc) use the TCP/IP network and connections to them will fail along with other TCP/IP target machines if the client's network isn't working.

Can client load a URL or get an error message from server?
Network failure is indicated by an error message such as "server doesn't exist" or "can't find server."
Error messages of the type "404 Page not found" or "password incorrect" mean the server was reached, and the network is working.

Can client connect using IP address rather than IP name?
Successful connection via IP address implies a problem either with the Domain Name Server configuration of the client machine or a problem with our Domain Name Servers. If there are multiple problem reports of this nature, check Big Brother status of DNSs.

Attempt to Connect from Separate Machine: This assumes that you are in a different location than the person reporting the problem, for example, an ITS HelpDesk Support Specialist is on the phone to the person with the problem.
If you can successfully connect to the target machine, the target machine is probably not the source of the problem. Proceed to client side troubleshooting.
If you can't connect to the target machine either, the target machine or its network are probably at fault. Proceed to target side troubleshooting.

Check state of the client's network: Every machine with a working network connection has an IP address beginning with 128.114 (Admin/Academic net) or 169.233 (Resnet). In addition, every client's machine on a TCP/IP network is configured with the address of its "Gateway" or nearest router. The address of the gateway router is found in the tcp/ip configuration, the location of which depends on OS.
Mac OS 9.04 and earlier: Apple Menu > Control Panels > TCP/IP. Read Gateway Address from display.
Mac OS X : to be determined.
Win 95 to Win2K: Start > Run, type winipcfg (Win95/98); ipconfig (NT)

If no gateway address is known to the machine, then either the router is down or something is misconfigured with client's machine. If you can identify the router's address.

Once the nearest router is identified, check Nocol to see if that router is down. If not, proceed to client-side troubleshooting. If the router is down, then Network Operations probably already knows.
Similar questions