PESIT BSC SEM 4
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Web Server

2 posters

Go down

Web Server  Empty Web Server

Post by Pratyush Wed Mar 05, 2014 7:43 pm

The reference of Web server could be for any of two different context. It could be a reference to the machine hosting the website or some content or the software that makes the machine host a website.
If we are refering to the machine and not the software then things like IBM, fujitsu(  Cool ) servers would be  
an examle for the reference. If we refer to the software then things like Apache, Microsoft IIS would be some example for this reference. I would mention a few points over the software reference in the next paragraph .
The Web servers like Apache help you build your system to host a website. It is one of the contents of the package needed to host a website. The package would contain :
1.  A server OS (Windows Server, Linux)
2. A web server software ( Apache , IIS)
3. A database management system (MySql, MariaDB)
4. A scripting language ( PHP)
So what exactly does the web server do?
It handles your request. It makes sure that everyone gets what they want from the server. You send in a request using HTTP and then the server responds to it by generating a HTML file. This HTML file is sent to  you and your browser converts the markup language into a good looking thing. Note that even accesing the page is a request.So when we say apache server we mean a server hosting its operation using an apache software.


Last edited by Pratyush on Wed Mar 05, 2014 8:22 pm; edited 2 times in total

Pratyush

Posts : 2
Join date : 2014-03-04

Back to top Go down

Web Server  Empty Re: Web Server

Post by Pratyush Wed Mar 05, 2014 7:52 pm


Pratyush

Posts : 2
Join date : 2014-03-04

Back to top Go down

Web Server  Empty Re: Web Server

Post by Xtreme1818 Sun Mar 09, 2014 5:12 pm

A type of web servers are Application Servers, servers which deploy(load and allow the use of) web apps to do a certain type of work. This can include apps that facilitate the communication between the host and the client browser. They usually are servlets, EJB's, JSP etc that are coded in JEE(Java Enterprise Edition). The latest JEE is JEE 7.Few of the famous application servers are JBoss,Apache Tomcat etc.

Xtreme1818

Posts : 1
Join date : 2014-03-09

Back to top Go down

Web Server  Empty Re: Web Server

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum