Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


1.What is application server ?
2.What is web server ?
3.Explain the process of execution of a php file ?

Answers were Sorted based on User's Feedback



1.What is application server ? 2.What is web server ? 3.Explain the process of execution of a php ..

Answer / mohsin

Application server is a server that hosts an API to expose
Business Logic and Business Processes for use by other
applications

Web server is responsible for accepting HTTP requests from
web clients, which are known as web browsers, and serving
them HTTP responses along with optional data contents,
which usually are web pages such as HTML documents and
linked objects

Is This Answer Correct ?    23 Yes 0 No

1.What is application server ? 2.What is web server ? 3.Explain the process of execution of a php ..

Answer / anil chowdary

Difference between AppServer and a Web server
(1) Webserver serves pages for viewing in web browser,
application server provides exposes businness logic for
client applications through various protocols

(2) Webserver exclusively handles http requests.application
server serves bussiness logic to application programs
through any number of protocols.

(3) Webserver delegation model is fairly simple,when the
request comes into the webserver,it simply passes the
request to the program best able to handle it(Server side
program). It may not support transactions and database
connection pooling.

(4) Application server is more capable of dynamic behaviour
than webserver. We can also configure application server to
work as a webserver.Simply applic! ation server is a
superset of webserver.

Is This Answer Correct ?    15 Yes 0 No

1.What is application server ? 2.What is web server ? 3.Explain the process of execution of a php ..

Answer / manoj ghosh

Both have given answers like giving only examples.

Actualy a web server is just a part of a application server.
where as a application server not only serve as web server
but also the application can be used to run some internal
bussiness login in the server.
So application server is a broad category as compare to web
server

Is This Answer Correct ?    17 Yes 3 No

1.What is application server ? 2.What is web server ? 3.Explain the process of execution of a php ..

Answer / 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

1.What is application server ? 2.What is web server ? 3.Explain the process of execution of a php ..

Answer / 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

1.What is application server ? 2.What is web server ? 3.Explain the process of execution of a php ..

Answer / neel

Any Server that support HTTP service is called webserver
EX: IIS

Is This Answer Correct ?    6 Yes 0 No

1.What is application server ? 2.What is web server ? 3.Explain the process of execution of a php ..

Answer / pinku

application server is we execute both jsp,servlet,ejb.
but in web server only run jsp,servlet

Is This Answer Correct ?    6 Yes 2 No

1.What is application server ? 2.What is web server ? 3.Explain the process of execution of a php ..

Answer / anuj maheshwari

application server is TOMCAT.
web-server is weblogic server.

zend engine process of execution of php file.

Is This Answer Correct ?    5 Yes 14 No

1.What is application server ? 2.What is web server ? 3.Explain the process of execution of a php ..

Answer / priyanka

1. Application server is Apache
2. Web Server also Apache

Is This Answer Correct ?    4 Yes 22 No

Post New Answer

More PHP Interview Questions

What is the use of 'print' in php?

0 Answers  


What is difference between include,require,include_once and require_once()?

0 Answers  


What is difference between php and html?

0 Answers  


How can you count number of parameters given in a URL by POST method?

5 Answers  


What is sql injection in php?

0 Answers  


What is the difference between die () and exit () in php?

0 Answers  


coding for deleting items form data base on select

1 Answers  


What is php date function?

0 Answers  


What is fulltextsearch

2 Answers   A1 Technology,


What does php do?

0 Answers  


How to read the entire file into a single string?

0 Answers  


hello experts good morning to everyone ! at present am now learning LAMP course sir( linux, apache,mysql and php) after finishing this course can i create my own website without investment is it possible ? please can any one tell sir and also tell me how can i upload my project after finishing the project in internet ? please tell the ways sir please send ur valuable suggestions to kiranpulsar2007@gmail.com

2 Answers  


Categories