Definition of Web server

Babylon English
web server
(Computers) program that provides Web pages; software program which works as a daemon serving web documents

Search Dictionary:
Search Web Search Dictionary



Web server definition was found in categories: Computer & Internet(6)  Language, Idioms & Slang(1)  Encyclopedia(1)  

Web server Definition from Computer & Internet Dictionaries & Glossaries

FOLDOC
web server
HTTP server

Internet Glossary
Web server
A computer that delivers (serves up) Web pages. Every Web server has an IP address and possibly a domain name. For example, if you enter the URL http://www.pcwebopedia.com/index.html in your browser, this sends a request to the server whose domain name is pcwebopedia.com. The server then fetches the page named index.html and sends it to your browser.

Any computer can be turned into a Web server by installing server software and connecting the machine to the Internet. There are many Web server software applications, including public domain software from NCSA and Apache, and commercial packages from Microsoft, Netscape and others.


JAVA (2EE-ENglos) ACRONIMS
web server
Software that provides services to access the Internet, an intranet, or an extranet. A web server hosts web sites, provides support for HTTP and other protocols, and executes server-side programs (such as CGI scripts or servlets) that perform certain functions. In the J2EE architecture, a web server provides services to a web container . For example, a web container typically relies on a web server to provide HTTP message handling. The J2EE architecture assumes that a web container is hosted by a web server from the same vendor, so does not specify the contract between these two entities. A web server may host one or more web containers.

Website design & Internet terms
Web Server
The computer that houses a web site and sends information to remote browsers

Noman's Java(TM) Glossary
Web server
Software that provides services to access the Internet, an intranet, or an extranet. A Web server hosts Web sites, provides support for HTTP and other protocols, and executes server-side programs (such as CGI scripts or servlets) that perform certain functions. In the J2EE architecture, a Web server provides services to a Web container. For example, a Web container typically relies on a Web server to provide HTTP message handling. The J2EE architecture assumes that a Web container is hosted by a Web server from the same vendor, so does not specify the contract between these two entities. A Web server may host one or more Web containers.

The Internet Dictionary
Web server
A program that serves up Web pages upon request.


Web server Definition from Language, Idioms & Slang Dictionaries & Glossaries

hEnglish - advanced version
web server

web server
web site n : a computer connected to the internet that maintains a series of web pages on the world wide web; "the israeli web site was damaged by hostile hackers" [syn: internet site, site]





Web server Definition from Encyclopedia Dictionaries & Glossaries

Wikipedia English - The Free Encyclopedia
Web server
The term web server can mean one of two things:
  1. computer program that is responsible for accepting HTTP requests from 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 (images, etc.).
  2. computer that runs a computer program which provides the functionality described in the first sense of the term.

See more at Wikipedia.org...