1.What is application server ?
2.What is web server ?
3.Explain the process of execution of a php file ?
Answer Posted / sachin
Application Server is the one that hosts the business logic
of the applications as well as third party applications that
are needed by web applications.
Web server receives the HTTP request, uses the application
server for the processing of data. It uses CGI scripts to
access the third party application lying on the application
server.
The response of the application server is utilized by web
server and produces the appropriate and presentable output
to the browsers.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is the static variable in function useful for?
What is php how it works?
What is the purpose of the '.myd' file extension? What do thes file contain?
What is a controller php?
Explain PHP?
What is the difference between client-side and server-side programming?
What is difference Between PHP 5 and 7?
What backslash character will match whitespace?
Write the statements that are used to connect php with mysql
What does $_env mean?
Which function is used in php to delete a file?
What is the purpose of basename() function in PHP?
How to write in a file in php?
What language is php written in?
What are the new features available in php 7?