《计算机网络实验.pdf》由会员分享,可在线阅读,更多相关《计算机网络实验.pdf(3页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、 实验实验 1.1 目标主机检测目标主机检测 【实验目的实验目的】 掌握“ping”命令检查网络是否连通的方法 【实验过程】【实验过程】 1.Windows 命令行的启动命令行的启动 点击“开始”按钮,在开始菜单的搜索框中输入“cmd.exe” ,按下回车键确认进入命令 提示符窗口,在窗口中即可进行命令行操作。 实例:一个命令行执行窗口 C:WindowsSystem32 Microsoft Windows 版本 10.0.16299.309 (c) 2017 Microsoft Corporation。保留所有权利。 C:WindowsSystem32 PowerShell 是另外一种功能强
2、大的命令行和脚本执行环境。 它引入了许多非常有用的新 概念, 从而进一步扩展了 Windows 命令提示符和 Windows Script Host 的功能。 在开始菜单 的搜索框中输入“powershell.exe” ,按下回车键确认进入 PowerShell 提示符窗口,在这个窗 口中也可执行本书的 Windows 命令。 实例:一个 Powershell 执行窗口 Windows PowerShell 版权所有 (C) Microsoft Corporation。保留所有权利。 PS C:WindowsSystem32WindowsPowerShellv1.0 2. ping 命令使用命
3、令使用 PING (Packet Internet Groper)命令是一个用于测试网络连接是否正常的工具。ping 发 送一个 ICMP(Internet Control Messages Protocol)echo 请求报文给目的地主机并报告是 否收到返回的 echo 响应报文。 用法: ping -t -a -n count -l size -f -i TTL -v TOS -r count -s count -j host-list | -k host-list -w timeout -R -S srcaddr -c compartment -p -4 -6 target_name 实
4、例:ping 命令检测网络故障 C:WindowsSystem32ping localhost -n 3 Pinging DESKTOP-4J5DM1U :1 with 32 bytes of data: 正在 Ping Reply from :1: time1ms 来自 localhost 的回复 Reply from :1: time1ms Reply from :1: time 注意: 这里 localhost 是环回地址 127.0.0.1 的别名,ping 环回地址可以验证本地计算机是 否正确配置安装 TCP/IP 协议。 一个网络故障的典型检测过程是从本地主机开始的, 在大家检测
5、localhost 工作正常以 后,可以开始按顺序检测本机 IP 地址、本地局域网相同子网主机、默认网关,最后检测目 标主机的网络是否正常。 假设网关地址是 192.168.1.1, 例如下面 ping 的结果就表示本地主机到网关的通信情况 正常。 C:WindowsSystem32ping 192.168.1.1 -n 3 Pinging 192.168.1.1 with 32 bytes of data: 正在 Ping Reply from 192.168.1.1: bytes=32 time=2ms TTL=64 来自 10.189.128.1 的回复 Reply from 192.1
6、68.1.1: bytes=32 time=2ms TTL=64 Reply from 192.168.1.1: bytes=32 time=2ms TTL=64 Ping statistics for 192.168.1.1: 统计信息 Packets: Sent = 3, Received = 3, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: 往返行程的估计时间 Minimum = 2ms, Maximum = 2ms, Average = 2ms最短,最长,平均 C:WindowsSystem32
7、实例:检测与网站主机连接是否正常 C:WindowsSystem32ping -n 3 Pinging 115.239.211.112 with 32 bytes of data: 正在 Ping Reply from 115.239.211.112: bytes=32 time=1082ms TTL=55 来自目的主机的回复 Reply from 115.239.211.112: bytes=32 time=8ms TTL=55 Reply from 115.239.211.112: bytes=32 time=6ms TTL=55 Ping statistics for 115.239.211.112: 统计信息 Packets: Sent = 3, Received = 3, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: 往返行程的估计时间 Minimum = 6ms, Maximum = 1082ms, Average = 365ms最短,最长,平均 C:WindowsSystem32 3. IP 地址的定位 IP 地址的分布是有规律的,可以使用搜索引擎确定 IP 地址的大致位置。 实例:IP 地址的定位
限制150内