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


Please Help Members By Posting Answers For Below Questions

What is ltrim?

520


How do I start a php session?

544


Swap two variables value without using third variable in php ?

602


Why namespace is used in php?

545


How to select a database?

551






Is php a backend?

543


How long is a php session valid?

522


What is Gd PHP?

592


Explain whether it is possible to share a single instance of a memcache between multiple php projects?

523


how to track user logged out or not? when a user is idle?

536


Tell me what is pear?

557


What is a null coalescing operator in php7?

729


What is $_ get?

537


Does php pass arrays by reference?

578


What are the advantages of stored procedures in php?

501