Question
What is cgi?

Answers

CGI stands for Common Gateway Interface, and is a mechanism through which a browser is allowed to communicate with programs running on a server. If you look at each word in turn it makes more sense -

Common - something that is available to many people, regardless of what software they are using.
Gateway - a portal through which two things communicate. In this case, the browser communicates to the server.
Interface - this implies that we are providing a "front end" for the application running on the server, which is exactly what it is. You enter information in the form, for example, and this is submitted to the program, just like a windows-style program.   Your Comment




More Software Questions..
What is the inputsplit in map reduce software?

What is software configuration management?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?

What are the minimum system requirements to run Photoshop? Is it possible to run Photoshop over linux?

Which oracle package is used to manage the oracle lock management services?

What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?

What is marker interface?

What types of partitioning are there for BW?



Search
Can you Answer!!
  • Q If the momentum of a body is increased by 50%, how much will its K.E. will increase?
  • Q Which Five Year Plan was marred by inflation, armed conflicts and droughts, resulting in the introduction of plan holiday (1966-1969) to absorb the shock dealt to the economy and thus make way for further planning?
  • Q The award given by FIFA to the player who scores the maximum number of goals in world cup football?
  • Q Does a class inherit the constructors of its superclass?
  • Q what is the concept of heap in memory management in c#?
  • Q Explain what is lvalue?
  • Q Explain the advantages and disadvantages of using jni?
  • Q The second highest law officer in India.
  • Q The Union Ministry of Urban Development on 21 January 2015 launched which scheme to preserve and rejuvenate the rich cultural heritage of the country?
  • Q Which statements about dynamic panels is not true?
  • Q Can array subscripts have negative value in C?