浏览器类型信息需要由服务器发送同一对象的不同版本,不同类型的浏览器。
2. The text below shows the reply sent from the server in response to the HTTP GET message in the question above. Answer the following questions, indicating where in the message below you find the answer.
HTTP/1.1 200 OKDate: Tue, 07 Mar 2008 12:39:45GMTServer: Apache/2.0.52 (Fedora) Last-Modified: Sat, 10 Dec2005 18:27:46 GMTETag:
526c3-f22-a88a4c80”Accept-Ranges: bytesContent-Length:
3874Keep-Alive: timeout=max=100Connection: Keep-AliveContent-Type: text/html; charset=ISO-8859-1-//w3c//dtd html 4.0
transitional//en”>CMPSCI 453 / 591 /NTU-ST550A Spring 2005
homepage
a. Was the server able to successfully find the document or not? What time was the document reply provided?
b. When was the document last modified?
c. How many bytes are there in the document being returned?
d. What are the first 5 bytes of the document being returned? Did the server agree to a persistent connection?
下面的文本显示来自服务器的应答发送响应HTTP GET消息在上面的问题中。回答下列问题,显示下面的消息,你找到答案。
一个。服务器能够成功地找到文档吗?文档回复提供时间是什么?
b。最后修改的文档是什么时候?
c。有多少字节的文档返回?
d。第一个是什么5字节的文档返回?服务器同意一个持久连接吗?
3. Consider following Figure, for which there is an institutional network connected to the Internet. Suppose that the average object size is 900kb and that the average request rate from the institution’s browsers to the origin servers is 15 requests per second. Also suppose that the amount of time it takes from when the router on the Internet side of the access link forwards an HTTP request until it receives the response is 3s on average. Model the total average response time as the sum of the average access delay (that is, the delay from Internet router to institution router) and the average Internet delay. For the average access delay, use Δ/(1–Δβ), where Δ is the average time required to send an object over the access link and β is the arrival rate of objects to the access link.