GSNA · Question #361
On which of the following does a CGI program execute?
The correct answer is B. Web server. The Common Gateway Interface (CGI) specification is used for creating executable programs that run on a Web server. CGI defines the communication link between a Web server and Web applications. It gives a network or Internet resource access to specific programs. For example…
Question
On which of the following does a CGI program execute?
Options
- ARouter
- BWeb server
- CClient
- DClient and Web server
How the community answered
(57 responses)- A4% (2)
- B75% (43)
- C7% (4)
- D14% (8)
Explanation
The Common Gateway Interface (CGI) specification is used for creating executable programs that run on a Web server. CGI defines the communication link between a Web server and Web applications. It gives a network or Internet resource access to specific programs. For example, when users submit an HTML form on a Web site, CGI is used to pass this information to a remote application for processing, and retrieve the results from the application. It then returns these results to the user by means of an HTML page. Answer: A is incorrect. CGI programs do not execute on routers.
Topics
Community Discussion
No community discussion yet for this question.