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 and its advantages?
Why is facebook still using php?
Tell me how is the ternary conditional operator used in php?
why did u want to leave your past organisation?
How to read the entire file into a single string?
How to reset/destroy a cookie?
What does namespace mean in php?
How do I clear my browser session?
What are the differences between PHP3 and PHP4 and PHP5? what is the current stable version of PHP?
What is namespace and use in php?
How escape single quotes php?
What types of loops exist in php?
Why is php used for web development?
How to call javascript function in php on button click?
What distinguishes php from something like client side java script?