1.What is application server ?
2.What is web server ?
3.Explain the process of execution of a php file ?
Answer Posted / shanti chepuru
A Web Server understands and supports only HTTP protocol
whereas an Application Server supports HTTP,TCP/IP and many
more protocols. Also many more features such as
Caches,Clusters,Load Balancing are there in Application
Servers which are not available in Web Servers. We can also
Configure Application Servers to work as Web Server. In
short, Applicaion Server is a super set of which Web Server
is a sub set.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What is php trait?
How to close a session properly?
What are the advantages of stored procedures?
How can I display text with a php script?
What are hooks in php?
How is csrf token generated?
What is session management php?
What are the advantages of oops in php?
What is the empty function?
What are the different components used in php for formatting?
Are php variables global?
How to remove a file?
Explain what is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
What are the benefits of using php?
Is it difficult to learn php?