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
Explain mixed and callback functions?
Tell me how is it possible to propagate a session id?
what is session_set_save_handler in PHP?
Is empty java?
How to Retrieve a Cookie Value?
why did u want to leave your past organisation?
What are the features of php?
What is active record in php?
How to assigning a new character in a string?
What is htaccess in php?
Which function you can use in php to open a file for reading or writing or for both?
What are php filters?
What is rtrim php?
How does php work?
Tell me what are the correct and the most two common way to start and finish a php block of code?