Question
1. Write out an http 1.0 request line to obtain a file called, horse.jpg 2. Write an http 1.0 response line for a file that
1. Write out an http 1.0 request line to obtain a file called, horse.jpg
2. Write an http 1.0 response line for a file that exists. Just the first line of the HTTP response.
3. Write an http 1.0 response line for a file that does not exist. Just the first line of the HTTP response.
4. Write out a header line for content type for text/html
5. What does the http error code 301 mean?
6. What characters do you put at the end of each http header line?
7. How would a web server response respond to a request for the file, doggy.jpg found in the directory /pictures/dogs/2015/ ? Write out the HTTP response headers.
8. What are the port number(s) commonly assigned to WebServers ?
9. What is the current version of HTTP being used in 2016?
10. What is the underlying transport protocol used by HTTP?
11. Write out an exchange of HTTP messages between a client and server that shows "state" was maintained
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started