Results 1 to 8 of 8

Thread: Web Server and Application Server

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2009
    Posts
    595

    Web Server and Application Server

    Hi;i am very much confused about the difference between a web server and an application server.Please explain with an example where lies the difference between the two.

    Apache is a web server;why?

  2. #2
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Web Server and Application Server

    The two main Web Servers out there are Apache and IIS.

    Historically, the main distinction between them was that Apache was on *nix machine, and IIS is on Windows. Although that is still mainly the case, you can now run Apache on a windows server as well.

    That is why you will see some web hosts able to offer cheaper deals for hosting, as they will have only Apache and MySql, i.e. you can't run ASP.net Websites, or use SQL Server. That is because they are running *nix servers (linux) and therefore don't have the associated license costs of windows.

    I am not sure I quite understand your question:

    Apache is a web server;why?
    The answer is because that is what it was designed and written to do.

    As for what an application server is, have a look here:

    http://en.wikipedia.org/wiki/Application_server

    Gary

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2009
    Posts
    595

    Re: Web Server and Application Server

    Hi Gary;
    I think you did not read my post

    I want to know:

    1) What is a web server
    2) What is an application server
    3) What is the difference between the two

  4. #4
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Web Server and Application Server

    I think I did read your post.

    Did you read mine?

    A web server is for hosting web sites and an Application server is described in the link that I provided.

    Gary

  5. #5
    Fanatic Member
    Join Date
    Dec 2009
    Posts
    904

    Re: Web Server and Application Server

    what is the meaning of the term "Hosting a website" ?
    please explain

  6. #6
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Web Server and Application Server

    To "host" a website basically means you take the code that makes up the website, i.e. the HTML, ASPX, and code etc, and place it under the root of the web server. Create the necessary virtual directory, and then the web server will respond to requests for pages within that site.

    i.e. it "hosts" the files, ready to "serve" them out when requested.

    Gary

  7. #7
    Next Of Kin baja_yu's Avatar
    Join Date
    Aug 2002
    Location
    /dev/root
    Posts
    5,989

    Re: Web Server and Application Server

    You can read about it all from Wiki, http://en.wikipedia.org/wiki/Web_server

    As for the differences, you can come to that conclusion after you read about both.

  8. #8
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Web Server and Application Server

    By all means, post back once you have done some reading, and ask more questions.

    Gary

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width