Sensors and network administering


Network Diagnostics in Windows Vista

Network Diagnostic Tools in Windowsresolver cache. When you connect to
Vistamachines by name, the DNS client
In the Network Sharing Center there is asoftware on the computer stores names
Diagnose and Repair link that will scanand IP addresses as they are resolved.
your system for network issues. ThisThis is so that the name can be resolved
diagnostic pings the remote host. If itwithout sending a repeat request to the
is not found, you have the option toDNS server. If a remote computer's IP
reset the network adapter Local Areaaddress changes, outdated information in
Connection.this cache can cause connections by name
In addition to the automated Networkto fail. Run this command on the local
Diagnostics interface, several tools aremachine to clear the cache.
included with Windows Vista that can bePing
used to test network components andThe ping command verifies IP-level
connectivity.connectivity to another TCP/IP computer
Basic Toolsby sending ICMP Echo Request messages.
The following tools are fundamental inThe receipt of corresponding Echo Reply
connectivity and name resolutionmessages is displayed along with
troubleshooting. In addition, they areround-trip times.
useful when troubleshooting failuresPing is the primary TCP/IP command used
with applications that communicate onto troubleshoot connectivity,
the network or Internet.reachability, and name resolution.
IpconfigBecause firewalls typically block ICMP
The Ipconfig command line tool displaystraffic, ping does not receive a
all current TCP/IP network configurationresponse from a system with a firewall
values. Used without parameters, theconfigured. Check the firewall settings
ipconfig command displays the IPto ensure Ping or ICMP Echo is enabled
address, subnet mask, and defaultwhile you are troubleshooting.
gateway for all adapters. In addition,Tracert
you can use the followingThe Trace Route (Tracert.exe) command
commands:ipconfig /all - If you want todetermines the path taken to a
see more detailed information on thedestination by sending ICMP Echo Request
configuration for all interfaces on themessages to the destination with
computer, use this command.ipconfigincrementally increasing Time to Live
release - This command releases any DHCP(TTL) field values. The path displayed
addresses assigned to interfaces on theis the list of near-side router
computer. You can typically use itinterfaces of the routers in the path
before the next command.ipconfig /renewbetween a source host and a destination.
- This command causes the DHCP clientThe near-side interface is the interface
service to request network addresses forof the router closest to the sending
all network connections. It is usefulhost in the path.
when you encounter connectivity problemsThis command is useful for
and suspect a bad address. It is alsotroubleshooting connectivity failures
used when troubleshooting namewhen you can ping the default gateway
resolution failures to ensure thebut cannot ping Internet servers. Such a
interface has the correct DNS serversituation can indicate a failure in the
addresses assigned.ipconfig /flushdns -routing from the client machine to the
This command clears the local DNSInternet.



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