Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
implement a C program to build a socket proxy. Your socket will act like a web server and listens on port 8080. You could use a web browser to point...
implement a C program to build a socket proxy. Your socket will act like a web server and listens on port
8080. You could use a web browser to point to http://localhost:8080. Any request to port 8080 should
result in a connection to www.smu.edu. Once connected to smu.edu, read the web page and send that
page to the browser.