Computer Science, asked by rkohli9551, 10 months ago

What is web server and its basic operation also discuss advance machanism for dynamic content delivery

Answers

Answered by ruchisaini17
4

Answer:

A web server is server software, or hardware dedicated to running this software, that can satisfy client requests on the World Wide Web.

The basic operation of a web server is to host websites and to deliver web content from its hosted websites over the internet. During the delivery of web pages, web servers follow a network protocol known as hyper text transfer protocol (HTTP).

Dynamic Content Delivery overcomes the drawbacks of static publishing. In a dynamic publishing model, individual pieces of content (Component Presentations) are stored separately in the Content Data Store on the Presentation Server where they are then retrieved dynamically from the Content Data Store by the Content Broker at request time, based on script code on the Web page.

Answered by yashsingh8704
2

Answer:

A web server is server software, or hardwarededicated to running this software, that can satisfy client requests on the World Wide Web. A web server can, in general, contain one or more websites. A web server processes incoming network requests over HTTP and several other related protocols.

The primary function of a web server is to store, process and deliver web pages to clients.[1] The communication between client and server takes place using the Hypertext Transfer Protocol (HTTP). Pages delivered are most frequently HTML documents, which may include images, style sheetsand scripts in addition to the text content.

Similar questions