文档详情

[高等教育]《计算机网络实用教程》实验指导手册.doc

发布:2018-05-23约7.78千字共11页下载文档
文本预览下载声明
《计算机网络实用教程》实验指导手册 实验一:网线制作(必做实验) 实验简介 了解双绞线的结构,动手做线。 实验目的 每位同学动手做网线,用测线器检查应通过。 实验注意事项 注意做线时线的顺序。双绞线的两种线序(T568A,T568B) T568A的线序是:白绿、绿、白橙、蓝、白蓝、橙、白棕、棕。 T568B的线序是:白橙、橙、白绿、蓝、白蓝、绿、白棕、棕。 直通线:T568B-----------T568B 交叉线:T568A-----------T568B 实验二:常用网络基本命令(必做实验) 实验目的 掌握如何为PC配置IP地址 掌握如何使用IPCONFIG命令验证PC的网络配置 掌握如何使用PING命令验证目标主机的连通性 掌握如何使用TRACERT命令跟踪目标主机路由 掌握如何使用NETSTAT命令查询主机当前网络连接 掌握如何使用TELNET命令验证目标主机端口开放情况 掌握如何使用NSLOOKUP命令进行域名查询 掌握如何使用路由器上的Ping命令 实验命令 IPCONFIG---IP地址相关配置查询命令 PING---网络连通性测试命令 TRACERT---路由跟踪命令 NETSTAT---网络连接查询命令 TELNET---远程登录命令 NSLOOKUP---域名查询命令 实验环境 图11 Tracert命令实验网络结构图 实验步骤 为PC配置IP地址、子网掩码、网关和DNS 为PC配置正确的IP地址及相关参数。 第一,点击开始-控制面板-网络连接-网卡。 图12 第二,点击属性按钮。 图13 第三,选择TCP/IP协议,选择属性。 图14 第四,配置IP地址、子网掩码、网关、DNS。 图15 第五,验证PC的IP地址及相关参数配置 使用IPCONFIG命令查询主机的网络配置 图16 使用PING命令验证目标主机的连通性 使用PING命令测试连通性 C:\Documents and Settings\Administratorping Pinging [8] with 32 bytes of data: Reply from 8: bytes=32 time=3ms TTL=56 Reply from 8: bytes=32 time=1ms TTL=56 Reply from 8: bytes=32 time=1ms TTL=56 Reply from 8: bytes=32 time=2ms TTL=56 Ping statistics for 8: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 1ms, Maximum = 3ms, Average = 1ms 使用PING命令对目标主机PING 1000字节数据包 C:\Documents and Settings\Administratorping -l 1000 Pinging [3] with 1000 bytes of data: Reply from 3: bytes=1000 time=3ms TTL=56 Reply from 3: bytes=1000 time=7ms TTL=56 Reply from 3: bytes=1000 time=3ms TTL=56 Reply from 3: bytes=1000 time=6ms TTL=56 Ping statistics for 3: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 3ms, Maximum = 7ms, Average = 4ms 使用PING命令对目标主机连续PING 10次 C:\Documents and Settings\Administratorping -n 10 Pinging [3] with 32 bytes of data: Reply from 3: bytes=32 time=1ms TTL=56 Reply from 3: bytes=32 time=1ms TTL=56 Reply from 3: bytes=32 time=1ms TTL=56 Reply from 3: bytes=32 time=6ms TTL=56 Reply from 3: bytes=32 time=3ms TTL=56 Reply from 3: bytes=32 time=3ms
显示全部
相似文档