0
1.4kviews
Explain the functions of Web server.
1 Answer
0
56views

Functions of Web Server

Serve the end user requests:

This is the main function of web server. Web servers accept requests from different users connected over the internet and serve them accordingly.

Stores and secures website data:

In web hosting services, a web server stores all website data and secures it from unauthorized users when it is properly configured.

Provides various web hosting services:

A web server’s responsibility is to provide access to websites that are hosted. Web hosting service providers own some web servers that are used in variable ways to provide different web hosting services, like backend database servers.

Server side web scripting:

This feature of web server enables the user to create dynamic web pages. The popular server side scripting languages include Perl, Ruby, Python, PHP and ASP.

Bandwidth controlling to regulate network traffic:

It is a feature available in web server to minimize excess network traffic. Web Hosts can set bandwidth values to regulate the rate of data transmission over the internet. This feature avoids the down time caused by high web traffic.

Virtual hosting:

Virtual Hosting is a type of web hosting service in which a web server is used to host other software based virtual web-servers, web sites, data, applications and other services. Virtualized Web servers do possess this feature to provide virtual hosting.

Please log in to add an answer.