欢迎来到天天文库
浏览记录
ID:47845547
大小:314.05 KB
页数:7页
时间:2019-11-26
《计网DHCP报告 41212022 刘佳乐》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、计算机网络实验报告年级:计算机科学与技术一班姓名:刘佳乐学号:41212022实验名称:WiresharkLab:DHCP实验日期:2014.12.11实验目的:了解动态分配地址的过程实验器材:安装wireshark的可以联网的电脑实验步骤:开启Windows命令提示符,输入:ipconfig/release这个命令释放你当前的IP地址,因而主机的IP地址就变成了0.0.0.0。1.开启EtherealNetworkAnalyzer,开始捕捉数据包;2.现在返回Windows命令提示符并输入:Ipconfig/renew这将使你的主机去获取一个网络配
2、置(包括一个新的IP地址)。3.等待ipconfig/renew执行完毕,然后再次输入:ipconfig/renew4.等第二个ipconfig/renew执行完毕后输入命令:ipconfig/release来释放之前你计算机被分配到的IP地址;5.最后,再次输入:ipconfig/renew以便再次让你的计算机分配到IP地址;7.停止数据包捕获。回答以下问题:1.AreDHCPmessagessentoverUDPorTCP?答:UDP1.Drawatimingdatagramillustratingthesequenceofthefirstfou
3、r-packetDiscover/Offer/Request/ACKDHCPexchangebetweentheclientandserver.Foreachpacket,indicatedthesourceanddestinationportnumbers.Aretheportnumbersthesameasintheexamplegiveninthislabassignment?答:与上述实验中给出的67,68端口号一致1.Whatisthelink-layer(e.g.,Ethernet)addressofyourhost?答:主机链路层的以太
4、网地址是HonHaiPr_67:65:dd(08:ed:b9:67:65:dd)。2.WhatvaluesintheDHCPdiscovermessagedifferentiatethismessagefromtheDHCPrequestmessage?答:根据DHCPMessageType的值加以区分。1.WhatisthevalueoftheTransaction-IDineachofthefirstfour(Discover/Offer/Request/ACK)DHCPmessages?WhatarethevaluesoftheTransact
5、ion-IDinthesecondset(Request/ACK)setofDHCPmessages?WhatisthepurposeoftheTransaction-IDfield?答:前四个都是0x372896fd,第二组Request/ACKDHCP消息中是0xb75f380d,这个字段的目的是为了区分每组DHCP的数据。2.AhostusesDHCPtoobtainanIPaddress,amongotherthings.Butahost’sIPaddressisnotconfirmeduntiltheendofthefour-message
6、exchange!IftheIPaddressisnotsetuntiltheendofthefour-messageexchange,thenwhatvaluesareusedintheIPdatagramsinthefour-messageexchange?ForeachofthefourDHCPmessages(Discover/Offer/Request/ACKDHCP),indicatethesourceanddestinationIPaddressesthatarecarriedintheencapsulatingIPdatagram.答
7、:客户机一直以0.0.0.0作为自己的原地址,服务器以响应的服务器地址作为自己的原地址。客户机与服务器一直以255.255.255.255最为目的地址。1.WhatistheIPaddressofyourDHCPserver?答:我的DHCP服务器的Ip地址是10.136.0.1。2.WhatIPaddressistheDHCPserverofferingtoyourhostintheDHCPOffermessage?IndicatewhichDHCPmessagecontainstheofferedDHCPaddress.答:提供给主机的IP地址是
8、10.136.98.41。3.Intheexamplescreenshotinthisassignment,
此文档下载收益归作者所有