Computer Science, asked by ajaykumarshukla8976, 10 months ago

Web server and its basic operation also discuss advance mechanism for dynamic content delivery.
10x1
________________

Answers

Answered by mrunalinividya
0

Answer:

Web servers enable HTTP access to a collection of documents and other information organized into a tree structure, much like a computer's file system. In addition to providing access to static documents, modern web servers implement a variety of protocols for passing requests to custom software applications that provide access to dynamic content. This chapter begins by describing the process of serving static documents and goes on to explore the mechanisms used to serve dynamic data.

Dynamic content can come from a variety of sources. Search engines and databases can be queried to retrieve and present data that satisfies the selection criteria specified by a user. Measuring instruments can be probed to present their current readings (e.g., temperature or humidity). News feeds and wire services can provide ..

Explanation:

Similar questions