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
Is overloading possible in php?
Differentiate between php5 and php7?
What is overloading and overriding in php?
Is python easier than php?
Is php a programming language?
What are the 3 scope levels available in php and how would you define them?
What is an object in php?
What is php and its features?
What is a php object?
Explain me what is the use of 'print' in php?
What is the difference between characters 34 and x34?
Write a program in php to find the occurrence of a word in a string?
What is a controller in php?
How can you declare a constant variable in php?
How values in arrays are indexed?