Sensors and network administering


Network Diagnostics in Windows Vista

Network  Diagnostic  Tools  in  Windows Vistasoftware on the computer stores names and IP
addresses as they are resolved. This is so
In the Network Sharing Center there is athat the name can be resolved without sending
Diagnose and Repair link that will scan youra repeat request to the DNS server. If a
system for network issues. This diagnosticremote computer's IP address changes,
pings the remote host. If it is not found,outdated information in this cache can cause
you have the option to reset the networkconnections by name to fail. Run this command
adapter  Local  Area  Connection.on  the  local  machine  to  clear the cache.
In addition to the automated NetworkPing
Diagnostics interface, several tools are
included with Windows Vista that can be usedThe ping command verifies IP-level
to  test network components and connectivity.connectivity to another TCP/IP computer by
sending ICMP Echo Request messages. The
Basic  Toolsreceipt of corresponding Echo Reply messages
is  displayed  along  with  round-trip times.
The following tools are fundamental in
connectivity and name resolutionPing is the primary TCP/IP command used to
troubleshooting. In addition, they are usefultroubleshoot connectivity, reachability, and
when troubleshooting failures withname  resolution.
applications that communicate on the network
or  Internet.Because firewalls typically block ICMP
traffic, ping does not receive a response
Ipconfigfrom a system with a firewall configured.
Check the firewall settings to ensure Ping or
The Ipconfig command line tool displays allICMP Echo is enabled while you are
current TCP/IP network configuration values.troubleshooting.
Used without parameters, the ipconfig command
displays the IP address, subnet mask, andTracert
default gateway for all adapters. In
addition, you can use the followingThe Trace Route (Tracert.exe) command
commands:ipconfig /all - If you want to seedetermines the path taken to a destination by
more detailed information on thesending ICMP Echo Request messages to the
configuration for all interfaces on thedestination with incrementally increasing
computer, use this command.ipconfig /releaseTime to Live (TTL) field values. The path
- This command releases any DHCP addressesdisplayed is the list of near-side router
assigned to interfaces on the computer. Youinterfaces of the routers in the path between
can typically use it before the nexta source host and a destination. The
command.ipconfig /renew - This command causesnear-side interface is the interface of the
the DHCP client service to request networkrouter closest to the sending host in the
addresses for all network connections. It ispath.
useful when you encounter connectivity
problems and suspect a bad address. It isThis command is useful for troubleshooting
also used when troubleshooting nameconnectivity failures when you can ping the
resolution failures to ensure the interfacedefault gateway but cannot ping Internet
has the correct DNS server addressesservers. Such a situation can indicate a
assigned.ipconfig /flushdns - This commandfailure in the routing from the client
clears the local DNS resolver cache. When youmachine to the Internet.
connect to machines by name, the DNS client



1 A B C 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95