Question: pls help asap Requirements: 1. Create a C-based proxy server and a client using TCP sockets 2. The proxy server should be able to accept

pls help asap
pls help asap Requirements: 1. Create a C-based proxy server and a
client using TCP sockets 2. The proxy server should be able to

Requirements: 1. Create a C-based proxy server and a client using TCP sockets 2. The proxy server should be able to accept and service single client's http requests 3. The proxy server should be able to process the client's request and forward the response to the client 4. The proxy server should run on cse02.cse.unt.edu machine and the client should run on cse03.cse.unt.edu machine 5. The proxy server should be able to cache at least six (6) recent requested webpages, if available 6. When a http request is made to a website that is cached, the proxy server should return the cached page. Procedure: 1. Create a C-based server that can accept single client's request using TCP sockets 2. The created proxy server should also be able to process the client HTTP request 3. Make sure the proxy server runs on cse02.cse.unt.edu and the format to start the proxy Procedure: 1. Create a C-based server that can accept single client's request using TCP sockets 2. The created proxy server should also be able to process the client HTTP request 3. Make sure the proxy server runs on cseO2.cse.unt.edu and the format to start the proxy server as follows pyserver sport number> where pyserver is the proxy server executable and port number is the port number on which the proxy server listens 4. Create a C-based client that can connect to the proxy server using TCP sockets 5. Make sure the client runs on cse03.cse.unt.edu and connects to the proxy server. The user can request the desired web page using the below format [./client where pyserver is the proxy server executable and port number is the port number on which the proxy server listens 4. Create a C-based client that can connect to the proxy server using TCP sockets 5. Make sure the client runs on cse03.cse.unt.edu and connects to the proxy server. The user can request the desired web page using the below format [./client

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!