Computer Science, asked by dipanita1513617, 24 days ago

What are the example of HTTP web server?
List them​

Answers

Answered by MehenazShahni
1

Answer:

They are:-

i) Apache HTTP server.

ii) Nginx.

iii) lighttpd.

iv) Apache Tomcat.

v) Oracle iPlanet Web Server.

souly hopes it helps (ʘᴗʘ✿)

Answered by patrasuchismita79
2

There are a number of common web servers available, some including:-

(a) Apache HTTP Server- Developed by Apache Software Foundation, it is a free and open source web server for Windows, Mac OS X, Unix, Linux, Solaris and other operating systems; it needs the Apache license.

(b) Microsoft Internet Information Services (IIS)- Developed by Microsoft for Microsoft platforms; it is not open sourced, but widely used.

(c) Nginx- A popular open source web server for administrators because of its light resource utilization and scalability. It can handle many concurrent sessions due to its event-driven architecture. Nginx also can be used as a proxy server and load balancer.

(c) Lighttpd- A free web server that comes with the FreeBSD operating system. It is seen as fast and secure, while consuming less CPU power.

(d) Sun Java System Web Server- A free web server from Sun Microsystems that can run on Windows, Linux and Unix. It is well-equipped to handle medium to large websites.

Similar questions