Problem
Consider the following string of ASCII characters that were captured by Wireshark when the browser sent an HTTP GET message.
GET /csci5332/index.html HTTP/1.1Host: web.cs.usg.eduUser-Agent: Chrome/95.1 (Windows;U; Windows NT 5.1; en-US; rv:1.7.2)Accept:ext/xml, application/xml, application/xhtml+xml, text/html;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5Accept-Language: en-us,en;q=0.5AcceptEncoding:zip,deflateAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7Keep-Alive: 300Connection:keep-alive
A. What is the URL of the document requested by the browser?
B. What version of HTTP is the browser running?
C. Does the browser request a non-persistent or a persistent connection?
D. What is the IP address of the host on which the browser is running?
E. What is the IP address of the host on which the HTTP server is running?
F. What type of browser initiates this message?