|
Example: Information Collected for Statistical Purposes
Below is an example of the information collected based on a standard request for a World Wide Web document:
xxx.yyy.com - - [01/Feb/2002:12:00:00 -0400] "GET /filename.html HTTP/1.0" 200 7594
xxx.yyy.com (or 123.123.23.12)-- this is the host name (or IP address) associated with the requester (you as the visitor). In this case, (....com) the requester is coming from a commercial address. Depending on the requesterês method of network connection, the host name (or IP address) may or may not identify a specific computer. Connections via many Internet Service Providers assign different IP addresses for each session, so the host name identifies only the ISP. The host name (or IP address) will identify a specific computer if that computer has a fixed IP address.
[01/Feb/2002:12:00:00 -0400] -- this is the date and time of the request.
"GET /filename.html HTTP/1.0" -- this is the location of the requested file on www.logtool.net.
200 -- this is the status code - 200 is OK - the request was filled.
7594 -- this is the size of the requested file in bytes.
Requests for other types of documents use similar information. No personally-identifying information is collected.
|