我是靠谱客的博主 义气电源,最近开发中收集的这篇文章主要介绍计算机网络自顶向下方法实验报告,计算机网络自顶向下方法试验三报告.doc,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

计算机网络自顶向下方法试验三报告

陕西师范大学 计算机网络 实验报告

年级: 2010级 姓名: 陈翠萍    学号:

实验日期: 2012.9.24

实验名称:Wireshark Lab: HTTP

1至7题总的截图:

1. Is your browser running HTTP version 1.0 or 1.1? What version of HTTP is the server running?

Answer:

Both are running HTTP 1.1

2. What languages (if any) does your browse r indicate that it can accept to the server?

Answer:

zh-cn

3. What is the IP address of your computer? Of the gaia.c server?

Answer:

My IP address is 9

and the server抯 is 2

4. What is the status code returned from the server to your browser?

Answer:

截图

HTTP/1.1 200 OK (text/html)

5. When was the HTML file that you are retrieving last modified at the server?

Answer:

截图:

Last-Modified: Mon, 24 sep 2012 12:44:01 GMT

6. How many bytes of content are being returned to your browser?

Answer:

截图

Content-Length: 128

7. By inspecting the raw data in the p acket content window, do you see any headers

within the data that are not displayed in the packet-lis ting window? If so, name one.

Answer:

No all of the headers can be found in the raw data.

8 至11题截图:

8. Inspect the contents of the first HTTP GET request from your browser to the server. Do you see an “IF-MODIFIED-SINCE” line in the HTTP GET?

Answer:

No

9. Inspect the contents of the server response. Did the serv er explicitly return the

contents of the file? How can you tell?

Answer:

Yes, because we can see the contents in the Line-based text data field.

10. Now inspect the contents of the second HTTP GET request from your browser to the server. Do you see an “IF-MODIFIED-SINCE:” line in the HTTP GET? If so, what information follows the “IF-MODIFIED-SINCE:” header?

Answer:

截图:

Yes. The information following is: mon, 24 sep 2012 12:44:01 GMT which is the date of the last modification of the file from the previous get request

11. What is the HTTP status code and phrase returned from the server in response to

this second HTTP GET? Did th e server explicitly return the contents of the

最后

以上就是义气电源为你收集整理的计算机网络自顶向下方法实验报告,计算机网络自顶向下方法试验三报告.doc的全部内容,希望文章能够帮你解决计算机网络自顶向下方法实验报告,计算机网络自顶向下方法试验三报告.doc所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(41)

评论列表共有 0 条评论

立即
投稿
返回
顶部