Lab Four
Lab Four
➢Overview
➢Ipconfig Command
➢Ping Command
➢Trace Route Command
2
Overview
Outline
3
Ipconfig Command
Outline
➢ipconfig
4
Ipconfig Command
Outline
5
Ipconfig Command
Outline
6
PingOutline
Command
➢PING, the Packet Inter Net Groper, allows a user to test basic
connectivity.
➢The ping utility is a diagnostic tool you can use to test TCP/IP
configurations and diagnose connection failures. Use the ping
utility to determine whether a particular TCP/IP host is available
and functional. To test connectivity, use the ping command with
the following syntax:
ping <IP_address>
7
Ping Command (Continue…)
Outline
A successful ping:
PC>ping 10.0.0.1
Pinging 10.0.0.1 with 32 bytes of data:
Reply from 10.0.0.1: bytes=32 time=49ms TTL=128
Reply from 10.0.0.1: bytes=32 time=7ms TTL=128
Reply from 10.0.0.1: bytes=32 time=7ms TTL=128
Reply from 10.0.0.1: bytes=32 time=8ms TTL=128
Ping statistics for 10.0.0.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 7ms, Maximum = 49ms, Average = 17ms
8
Ping Command (Continue…)
Outline
A failed ping:
PC>ping 10.0.0.3
Pinging 10.0.0.3 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
9
Ping Command (Continue…)
Outline
10
Ping Command (Continue…)
Outline
➢The following example illustrates how to send two pings, each 1450 bytes in size,
to address 10.99.99.2:
12
PingOutline
Command
➢The following real example illustrates how to send a two pings command
to IP 127.0.0.1
13
Trace Route Command
Outline
14
Trace Route Command
Outline
15
The Difference between
Outline Ping and Tracert
Ping
Tracert
16
THANK YOU
17