151k views
4 votes
A user has accessed your company's Web server with her Web browser. Which choice lists the necessary elements for client-server communication to occur in this scenario?

1 Answer

1 vote

Answer:

The answer to the given question is "A CGI script, a Web form, and a Web server with a CGI interpreter".

Explanation:

In computer science, Any code that runs on the webserver is using CGI script. The term CGI script stands for common gateway interface script that transmitting information from and to the client and server.

That's why the answer to this question is "A CGI script, a Web form, and a Web server with a CGI interpreter".