Common gateway interface (CGI): Difference between revisions

From Computer Science Wiki
(Created page with "right|frame|Web Science<ref>http://www.flaticon.com/</ref> == Do you understand this? == Describe the function of the common gateway interface (CGI)...")
 
No edit summary
Line 1: Line 1:
[[file:Connection.png|right|frame|Web Science<ref>http://www.flaticon.com/</ref>]]
[[file:Connection.png|right|frame|Web Science<ref>http://www.flaticon.com/</ref>]]
In computing, Common Gateway Interface (CGI) offers a standard protocol for web servers to execute programs that execute like Console applications (also called Command-line interface programs) running on a server that generates web pages dynamically. Such programs are known as CGI scripts or simply as CGIs. The specifics of how the script is executed by the server are determined by the server. In the common case, a CGI script executes at the time a request is made and generates HTML.<ref>https://en.wikipedia.org/wiki/Common_Gateway_Interface#See_also</ref>





Revision as of 06:43, 1 May 2017

Web Science[1]

In computing, Common Gateway Interface (CGI) offers a standard protocol for web servers to execute programs that execute like Console applications (also called Command-line interface programs) running on a server that generates web pages dynamically. Such programs are known as CGI scripts or simply as CGIs. The specifics of how the script is executed by the server are determined by the server. In the common case, a CGI script executes at the time a request is made and generates HTML.[2]


Do you understand this?[edit]

Describe the function of the common gateway interface (CGI).

Standards[edit]

These standards are used from the IB Computer Science Subject Guide[3]

  • Describe the function of the common gateway interface (CGI).

References[edit]

  1. http://www.flaticon.com/
  2. https://en.wikipedia.org/wiki/Common_Gateway_Interface#See_also
  3. IB Diploma Programme Computer science guide (first examinations 2014). Cardiff, Wales, United Kingdom: International Baccalaureate Organization. January 2012.