Network Diagnostics in Windows Vista

Network Diagnostic Tools in Windows Vistamachines by name, the DNS client software on the
In the Network Sharing Center there is a Diagnosecomputer stores names and IP addresses as they
and Repair link that will scan your system forare resolved. This is so that the name can be
network issues. This diagnostic pings the remoteresolved without sending a repeat request to the
host. If it is not found, you have the option to resetDNS server. If a remote computer's IP address
the network adapter Local Area Connection.changes, outdated information in this cache can cause
In addition to the automated Network Diagnosticsconnections by name to fail. Run this command on
interface, several tools are included with Windowsthe local machine to clear the cache.
Vista that can be used to test network componentsPing
and connectivity.The ping command verifies IP-level connectivity to
Basic Toolsanother TCP/IP computer by sending ICMP Echo
The following tools are fundamental in connectivityRequest messages. The receipt of corresponding
and name resolution troubleshooting. In addition, theyEcho Reply messages is displayed along with
are useful when troubleshooting failures withround-trip times.
applications that communicate on the network orPing is the primary TCP/IP command used to
Internet.troubleshoot connectivity, reachability, and name
Ipconfigresolution.
The Ipconfig command line tool displays all currentBecause firewalls typically block ICMP traffic, ping
TCP/IP network configuration values. Used withoutdoes not receive a response from a system with a
parameters, the ipconfig command displays the IPfirewall configured. Check the firewall settings to
address, subnet mask, and default gateway for allensure Ping or ICMP Echo is enabled while you are
adapters. In addition, you can use the followingtroubleshooting.
commands:ipconfig /all - If you want to see moreTracert
detailed information on the configuration for allThe Trace Route (Tracert.exe) command determines
interfaces on the computer, use thisthe path taken to a destination by sending ICMP
command.ipconfig /release - This command releasesEcho Request messages to the destination with
any DHCP addresses assigned to interfaces on theincrementally increasing Time to Live (TTL) field
computer. You can typically use it before the nextvalues. The path displayed is the list of near-side
command.ipconfig /renew - This command causesrouter interfaces of the routers in the path between
the DHCP client service to request networka source host and a destination. The near-side
addresses for all network connections. It is usefulinterface is the interface of the router closest to the
when you encounter connectivity problems andsending host in the path.
suspect a bad address. It is also used whenThis command is useful for troubleshooting
troubleshooting name resolution failures to ensure theconnectivity failures when you can ping the default
interface has the correct DNS server addressesgateway but cannot ping Internet servers. Such a
assigned.ipconfig /flushdns - This command clears thesituation can indicate a failure in the routing from the
local DNS resolver cache. When you connect toclient machine to the Internet.