Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please write code for both questions. Provide code for both client and server(use C language) 4 Part C: Develop Your Web Server over HTTP /2.0
Please write code for both questions. Provide code for both client and server(use C language)
4 Part C: Develop Your Web Server over HTTP /2.0 (15 points) Please learn how HTTP/2.0 works to GET multiple objects in one webpage. Please modify the code of the client and server to support HTTP/2.0. Save your code as client2.c and server2.c. Please test your programs with video.html, and compare the page loading process using HTTP/2.0 with the one using HTTP/1.1 - (10 points) Deploy your server and your client both at localhost and compare how to GET video.html via HTTP/2.0 and HTTP/1.1. Please HTTP/1.1 and HTTP /2.2 one at a time. Please show the order of objects and the time needed on the console. Please copy the print on the console at the client side into your lab report. Please summarize the main difference between HTTP/1.1 and HTPP /2.0 in the report. - (5 points) Please run HTTP/1.1 and HTTP /2 server at one host (using different port numbers). Please deploy your clients at a different host and run the command to GET video.html almost at the same time. Do you see any changes from the above scenario with the server and clients at the same host? Please briefly explain why. Please include the print on the client console and answer the questions in your lab report. 4 Part C: Develop Your Web Server over HTTP /2.0 (15 points) Please learn how HTTP/2.0 works to GET multiple objects in one webpage. Please modify the code of the client and server to support HTTP/2.0. Save your code as client2.c and server2.c. Please test your programs with video.html, and compare the page loading process using HTTP/2.0 with the one using HTTP/1.1 - (10 points) Deploy your server and your client both at localhost and compare how to GET video.html via HTTP/2.0 and HTTP/1.1. Please HTTP/1.1 and HTTP /2.2 one at a time. Please show the order of objects and the time needed on the console. Please copy the print on the console at the client side into your lab report. Please summarize the main difference between HTTP/1.1 and HTPP /2.0 in the report. - (5 points) Please run HTTP/1.1 and HTTP /2 server at one host (using different port numbers). Please deploy your clients at a different host and run the command to GET video.html almost at the same time. Do you see any changes from the above scenario with the server and clients at the same host? Please briefly explain why. Please include the print on the client console and answer the questions in your lab reportStep 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