Ping used to verify basic TCP/IP connectivity to a network host.
APIPA
(Automatic
Private IP
Addressing)
A Microsoft Windows feature used when there is a failure in DHCP
servers, allowing DHCP clients to obtain IP addresses. APIPA allocates IP
addresses in the private range 169.254.0.1 to 169.254.255.254 and are
displayed in ipconfig /all as autoconfiguration IPv4 addresses. When the
DHCP server is operational, clients correctly update their addresses
automatically.
Troubleshoot a Suspected DNS Issue Using CLI Utilities
Scenario: Users are complaining that the new company website at http://www.ips.com
cannot be accessed. They were informed of the new website in a company memo. As a
member of the IT support group, you are tasked with troubleshooting and resolving the
issue.
Using the Problem-Solving Process Troubleshoot a Suspected DNS
Issue
Through your training, you know the first thing you need to do is isolate the problem. Based
on your experience, this appears to be a DNS problem, but to be sure, you will use a logical
and methodical process of problem solving to resolve the issue.
You begin gathering information by speaking with one of the users experiencing the access
problem, asking the user questions, and based on the information received, you consider
possible causes. Problems with network connectivity and DNS are two possibilities that you
suspect as causes.
You remember that DNS is a protocol that is part of the TCP/IP suite of protocols. It is used
to resolve the URL or website addresses that are readable to people into numerical IP
addresses that are readable by computers. The DNS server keeps records of the addresses
that are readable to people to IP address resolutions. The local computer will also build a
cache of addresses that have been previously resolved by the DNS server. The user’s
computer accesses the correct DNS server by its configured TCP/IP settings. DNS is
implemented in two software components; the DNS server and the DNS client. Your user’s
machine is the DNS client. Using utilities such as ipconfig /all, ping, and nslookup, you will
troubleshoot to find a solution to the problem. Once solved, you will implement the solution,
document it, and explain the situation to the user.
You start the investigation by checking to see if there are any other network connectivity
issues.
Key Term Description