NETWORK TROUBLESHOOTING Flashcards
____ can tell you if the TCP/IP stack of another system on the network is functioning normally and if you have connectivity to it. It can also verify name resolution. The ____ program generates a series of Echo Request messages by using the Internet Control Message Protocol (ICMP), which is encapsulated directly within IP datagrams, and transmits them to the computer whose name or IP address you specify on the command line.
ping
Which display is represented below:
statistics for 192.168.2.10:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
ping
a variant of the Ping program that displays the path that packets take to their
destination. Because of the nature of IP routing, paths through an internetwork can change from minute to minute
traceroute
Which display is represented below:
Windows IP Configuration
Host Name . . . . . . . . . . . . : wkstn12
Primary Dns Suffix . . . . . . . : adatum.local
Node Type . . . . . . . . . . . . : Broadcast
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : adatum.local
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . : adatum.local
Description . . . . . . . . . . . : Realtek PCIe GBE Family Controller
Physical Address. . . . . . . . . : 60-EB-69-93-5E-E5
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::7441:4473:f204:ec1d%10(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.2.9(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : Wednesday, March 14, 2012 8:05:32 AM
Lease Expires . . . . . . . . . . : Thursday, March 22, 2012 8:05:29 AM
Default Gateway . . . . . . . . . : 192.168.2.99
DHCP Server . . . . . . . . . . . : 192.168.2.1
DHCPv6 IAID . . . . . . . . . . . : 241232745
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-14-81-CC-39-60-EB-69-93-5E-E5
DNS Servers . . . . . . . . . . . : 192.168.2.1
Primary WINS Server . . . . . . . : 192.168.2.1
NetBIOS over Tcpip. . . . . . . . : Enabled
ipconfig/ ifconfig
enables a TCP/IP computer to convert IP addresses to the hardware addresses that data-link layer protocols need to transmit frames across local subnets
Address Resolution Protocol (ARP)
Displays the contents of the ARP cache. The optional ipaddress vari-
able specifies the address of a particular cache entry to be displayed.
-a {ipaddress}
Displays only the contents of the ARP cache associated with the network interface specified by the ifaddress variable.
-n ifaddress
Adds a static entry to the ARP cache. The
ipaddress variable contains the IP address of the host. The hwaddress variable contains the hardware address of the same host. The ifaddress variable contains the IP address of the network interface in the local system for which you want to modify the cache
-s ipaddress hwaddress {ifaddress}
Deletes the entry in the ARP cache that is associated with
the host represented by the ipaddress variable. The optional ifaddress variable specifies
the cache from which the entry should be deleted.
-d ipaddress {ifaddress}
which display is represented below:
Interface: 192.168.2.9 --- 0xa Internet Address Physical Address Type 192.168.2.1 00-0b-cd-cf-e3-b6 dynamic 192.168.2.3 00-22-64-34-12-4b dynamic 192.168.2.4 00-11-2f-46-c1-46 dynamic 192.168.2.99 00-1c-10-08-f6-1a dynamic 192.168.2.255 ff-ff-ff-ff-ff-ff static 224.0.0.22 01-00-5e-00-00-16 static 224.0.0.251 01-00-5e-00-00-fb static 224.0.0.252 01-00-5e-00-00-fc static 239.255.255.250 01-00-5e-7f-ff-fa static 255.255.255.255 ff-ff-ff-ff-ff-ff static
ARP
is a command-line program that displays status information about the current net-
work connections of a computer running TCP/IP and about the traffic generated by the TCP/IP
protocols
netstat
. In UNIX and Linux, the program is called netstat, and in Windows, it is called
netstat.exe
netstat command that Refreshes the display every interval seconds until the user aborts the command.
interval
netstat command that Displays the current network connections and the ports that are currently listening
for incoming network connections.
-a
netstat command that Displays the currently active connections for the protocol specified by the protocol variable
-p