Page 1 of 2 12 LastLast
Results 1 to 20 of 23

Thread: what is the difference between application server, web server and portal server?

  1. #1

    what is the difference between application server, web server and portal server?

    what is the difference between application server, web server and portal server?


  2. #2
    Junior Member
    Join Date
    Jul 2008
    Answers
    1

    Re: what is the difference between application server, web server and portal server?

    i want to know the difference between windows 2000 and windows 2003 server


  3. #3
    Junior Member
    Join Date
    Aug 2008
    Answers
    15

    Re: what is the difference between application server, web server and portal server?

    Hi
    web server is used to serve web based applications.(i.e servlets and jsps)
    application server is used to serve web based applications and enterprise based applications(i.e sevlets, jsps and ejbs...). because application server contains web server internally.


  4. #4
    Junior Member
    Join Date
    Sep 2008
    Answers
    1

    Re: what is the difference between application server, web server and portal server?

    what is the difference between applicatyion serrver and web server


  5. #5
    Expert Member
    Join Date
    Apr 2008
    Answers
    1,859

    Re: what is the difference between application server, web server and portal server?

    hi vandahana

    A Web server handles the HTTP protocol. When the Web server receives an HTTP request,
    it responds with an HTTP response, such as sending back an HTML page. To process a request, a Web server may respond with a static HTML page or image, send a redirect, or delegate the dynamic response generation

    Application server

    An application server exposes business logic to client applications through various protocols, possibly including HTTP. While a Web server mainly deals with sending HTML for display in a Web browser, an application server provides access to business logic for use by client application programs. The application program can use this logic just as it would call a method on an object

    Thanks
    Deepasree


  6. #6
    Junior Member
    Join Date
    Dec 2008
    Answers
    1

    Re: what is the difference between application server, web server and portal server?

    hi to all,

    Apllication Server means we can store applications (DATA) in that Server & it manage the entire clints systems. web server means we can access internet ( what company given permissions to clints according to that we can use web applications ).


  7. #7
    Contributing Member
    Join Date
    Apr 2008
    Answers
    41

    Re: what is the difference between application server, web server and portal server?

    Difference still not very much clear.Can anyone tell me examples to claify these differences?


  8. #8
    Junior Member
    Join Date
    Feb 2009
    Answers
    21

    Re: what is the difference between application server, web server and portal server?

    Hai,
    portal server
    A "portal server" is just an application server running a portal sofware or a portal application (Microsoft Sharepoint Portal Server is an example).
    application server
    An application server is a system that provides the execution environment that is at the core of network computing or web-based architectures, providing a full set of services.
    Web server
    A computer that delivers Web pages to browsers and other files to applications via the HTTP protocol. It includes the hardware, operating system, Web server software, TCP/IP protocols and site content (Web pages and other files). If the Web server is used internally and not by the public, it may be called an "intranet server."

    Regards,
    Nithya.R


  9. #9
    Contributing Member
    Join Date
    Apr 2008
    Answers
    41

    Re: what is the difference between application server, web server and portal server?

    can you let me know the real time example to clear the same as still i m not getting.


  10. #10
    Junior Member
    Join Date
    Feb 2009
    Answers
    21

    Re: what is the difference between application server, web server and portal server?

    Microsoft Sharepoint Portal Server


  11. #11
    Junior Member
    Join Date
    Feb 2009
    Answers
    21

    Re: what is the difference between application server, web server and portal server?

    Google Suggest and Google Maps are two examples of web server


  12. #12
    Junior Member
    Join Date
    Feb 2009
    Answers
    21

    Re: what is the difference between application server, web server and portal server?

    hai,
    i dont knw the examples clearly,if you know pls tel to me


  13. #13
    Contributing Member
    Join Date
    Apr 2008
    Answers
    41

    Re: what is the difference between application server, web server and portal server?

    the reply given by you i've found on one of site but this will not serve my purpose i need real life example for clear understanding.


  14. #14
    Junior Member
    Join Date
    Feb 2009
    Answers
    21

    Re: what is the difference between application server, web server and portal server?

    ok.it u come to know,then tell to me also


  15. #15
    Contributing Member
    Join Date
    Apr 2008
    Answers
    41

    Re: what is the difference between application server, web server and portal server?

    its same as answered by you.


  16. #16

    Re: what is the difference between application server, web server and portal server?

    "App server, Web server: What's the difference?" Java Q&A author Tony Sintes summarized the distinction as follows:

    "A Web server exclusively handles HTTP requests, whereas an application server serves business logic to application programs through any number of protocols, including HTTP [...] While a Web server mainly deals with sending HTML for display in a Web browser, an application server provides access to business logic for use by client application programs. The application program can use this logic just as it would call a method on an object (or a function in the procedural world).

    Such application server clients can include GUIs (graphical user interface) running on a PC, a Web server, or even other application servers. The information traveling back and forth between an application server and its client is not restricted to simple display markup. Instead, the information is program logic. Since the logic takes the form of data and method calls and not static HTML, the client can employ the exposed business logic however it wants.

    In most cases, the server exposes this business logic through a component API, such as the EJB component model found on J2EE application servers. Moreover, the application server manages its own resources. Such gate-keeping duties include security, transaction processing, resource pooling, and messaging. Like a Web server, an application server may also employ various scalability and fault-tolerance techniques."


  17. #17
    Junior Member
    Join Date
    Aug 2008
    Answers
    5

    Re: what is the difference between application server, web server and portal server?

    Quote Originally Posted by sree_kalapati View Post
    hi to all,

    Apllication Server means we can store applications (DATA) in that Server & it manage the entire clints systems. web server means we can access internet ( what company given permissions to clints according to that we can use web applications ).
    Plz let me clarify it with any example


  18. #18
    Junior Member
    Join Date
    Oct 2009
    Answers
    1

    Re: what is the difference between application server, web server and portal server?

    hi,u want the examples of webserver and application server. right?
    webserver - any company's website, it responds with a static or dynamic html pages for each click providing the information you requested
    application server - any business application such as icicibank,hdfc or any bank website as in these sort of applications, you not only click the login button, after that u logon giving credentials,check your balance, transfer money online, some business operations you are doing. these things you can not do in web applications.indirectly, these applications are called as enterprise applications.many more to tell u.but hope u understood.


  19. #19
    Junior Member
    Join Date
    Aug 2008
    Answers
    5

    Re: what is the difference between application server, web server and portal server?

    Quote Originally Posted by amarmca04 View Post
    hi,u want the examples of webserver and application server. right?
    webserver - any company's website, it responds with a static or dynamic html pages for each click providing the information you requested
    application server - any business application such as icicibank,hdfc or any bank website as in these sort of applications, you not only click the login button, after that u logon giving credentials,check your balance, transfer money online, some business operations you are doing. these things you can not do in web applications.indirectly, these applications are called as enterprise applications.many more to tell u.but hope u understood.
    it's k. is application server is not any specific software?.


  20. #20
    Junior Member
    Join Date
    Dec 2009
    Answers
    1

    Re: what is the difference between application server, web server and portal server?

    Hi ,

    Websphere actually process static content like you request to access a webpage like Google , it will go to webserver as teh result is excpected and the page will be displayed .now application server comes into picture when you put something in seach box , like something you wanna search ,no there you require application server as webserver cannot take the dynamic request , like it cannot search the database and do lot of processing and yes application server is a software.
    Hope it make sense

    Last edited by admin; 06-25-2012 at 05:31 AM.

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact