計(jì)算機(jī)網(wǎng)絡(luò)課程設(shè)計(jì)指導(dǎo)書_第1頁(yè)
計(jì)算機(jī)網(wǎng)絡(luò)課程設(shè)計(jì)指導(dǎo)書_第2頁(yè)
計(jì)算機(jī)網(wǎng)絡(luò)課程設(shè)計(jì)指導(dǎo)書_第3頁(yè)
計(jì)算機(jī)網(wǎng)絡(luò)課程設(shè)計(jì)指導(dǎo)書_第4頁(yè)
計(jì)算機(jī)網(wǎng)絡(luò)課程設(shè)計(jì)指導(dǎo)書_第5頁(yè)
已閱讀5頁(yè),還剩6頁(yè)未讀 繼續(xù)免費(fèi)閱讀

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)

文檔簡(jiǎn)介

1、PAGE 陜西師范大學(xué)計(jì)算機(jī)網(wǎng)絡(luò)實(shí)驗(yàn)報(bào)告實(shí)驗(yàn)四 DNS一、實(shí)驗(yàn)?zāi)康?1.熟悉并掌握 wireshark的操作。 2分析DNS協(xié)議。二、實(shí)驗(yàn)器材 1.PC機(jī)電腦一臺(tái)。 2下載wireshark軟件并安裝三、實(shí)驗(yàn)內(nèi)容及問題回答 1.練習(xí)使用nslookup程序發(fā)送DNS查詢1. Run nslookup to obtain the IP address of a Web server in Asia.德國(guó)德累斯頓工業(yè)大學(xué)2. Run nslookup to determine the authoritative DNS servers for a university inEurope.3. Ru

2、n nslookup so that one of the DNS servers obtained in Question 2 is queried forthe mail servers for Yahoo! Mail2.練習(xí)使用ipconfig (1)ipconfig/all(2).Ipconfig/displaydns(3).ipconfig/flushdns清除緩存3. Tracing DNS with Wireshark實(shí)驗(yàn)1過程:使用ipconfig清空DNS緩沖存儲(chǔ);清空瀏覽器的緩存;啟動(dòng)Wireshark,在filter中輸入“ip.addr=6”;開始抓包;訪問 HYPER

3、LINK ;頁(yè)面打開后,停止抓包。4. Locate the DNS query and response messages. Are they sent over UDP or TCP? 答:用的是UDP5. What is the destination port for the DNS query message? What is the source portof DNS response message?答:Src Port :domain(53), Dst Port: domain(53)6. To what IP address is the DNS query message

4、sent? Use ipconfig to determine theIP address of your local DNS server. Are these two IP addresses the same?Ip地址:Ip地址:答:Destination:() 與用本地DNS服務(wù)器的IP地址相同。7. Examine the DNS query message. What “Type” of DNS query is it? Does the沒有應(yīng)答query message contain any “answers”?類型type A答:TYPE為A,沒有應(yīng)

5、答,8. Examine the DNS response message. How many “answers” are provided? What1個(gè)應(yīng)答does each of these answers contain?應(yīng)答包含的內(nèi)容答:有一個(gè)應(yīng)答。應(yīng)答的內(nèi)容包括:Name、Type、Class、Time to live、Data、Addr.9. Consider the subsequent TCP SYN packet sent by your host. Does the destinationIP address of the SYN packet correspond to

6、 any of the IP addresses provided inthe DNS response message?答:不一致10. This web page contains images. Before retrieving each image, does your hostissue new DNS queries?答:沒有。實(shí)驗(yàn)2過程:開始抓包;使用nslookup獲取 HYPERLINK 的地址。停止抓包。實(shí)驗(yàn)結(jié)果:11. What is the destination port for the DNS query message? What is the source p

7、ortof DNS response message?答:Destination Port:domain(53) Source Port: domain(53)12. To what IP address is the DNS query message sent? Is this the IP address of yourdefault local DNS server? 本地DNS服務(wù)器IP地址答:是。13. Examine the DNS query message. What “Type” of DNS query is it? Does thequery message conta

8、in any “answers”?類型typeA沒有應(yīng)答答:類型為A;沒有應(yīng)答。14. Examine the DNS response message. How many “answers” are provided? Whatdoes each of these answers contain?應(yīng)答包含的內(nèi)容一個(gè)應(yīng)答答:有一個(gè)應(yīng)答。應(yīng)答的內(nèi)容包括:Name、Type、Class、Time to live、Data、Addr.實(shí)驗(yàn)3. 重復(fù)實(shí)驗(yàn)2的操作,使用nslookup時(shí)限定Type為NS。16. To what IP address is the DNS query message s

9、ent? Is this the IP address of yourdefault local DNS server?本地DNS服務(wù)器IP地址答:相同。17. Examine the DNS query message. What “Type” of DNS query is it? Does thequery message contain any “answers”?答:;沒有應(yīng)答。18. Examine the DNS response message. What MIT name servers does the responsemessage provide? Does this

10、response message also provide the IP addresses of theMIT name servers?答:提供3個(gè)name servers,沒有提供IP地址。實(shí)驗(yàn)4. 重復(fù)實(shí)驗(yàn)3的操作,但是在命令行輸入 Nslookup HYPERLINK http:/www.aiit.or.krwww.aiit.or.kr 實(shí)驗(yàn)結(jié)果:20. To what IP address is the DNS query message sent? Is this the IP address of yourdefault local DNS server? If not, what does the IP address correspond to?本地DNS服務(wù)器IP地址 答:。不是。與指定的服務(wù)器的IP地址一致。21. Examine the DNS query message. What “Type” of DNS query is it? Does thequery message contain any “answers”?類型為A沒有應(yīng)答22.

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。

最新文檔

評(píng)論

0/150

提交評(píng)論