0
52kviews
Explain the functions of webserver.
1 Answer
2
6.2kviews

Functions of webserver:

1. 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.

2. Provides web database access:

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, such as backend database servers.

3. Serve the end user requests:

Web servers accept requests from different users connected over the internet and serve them accordingly.

4. 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.

5. 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.

6. 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, PHPandASP etc

Please log in to add an answer.