What is a Web Server 101 Flashcards
What is a Web Browser?
A program used by users to access and view web pages on the internet
What is a Web Server?
A program that listens for HTTP requests coming from clients over the network
What is the difference between a Web Server and a computer hosting a Web Server?
The computer hosting the Web Server is the physical device, while the Web Server is the program running on that device and responsible for listening for HTTP requests
What are some popular Web Server solutions?
Apache, Nginx
What is a VPS?
A Virtual Private Server, a type of hosting service that provides users with a virtual server on the internet
Why might someone use a cloud hosting solution instead of a VPS?
To make the setup and maintenance of a Web Server transparent, so the user does not have to worry about installing and configuring a Web Server themselves.