Web Servers Flashcards
What is the purpose of a Web Server?
A program which uses HTTP to serve files to form Web Pages for users in response to their requests. This is forwarded by their computers’ HTTP clients.
What does a Web Server consist of?
A physical server, server operating system and software used to facilitate HTTP communication.
List four types of Server Stacks!
LAMP, MAMP, XAMPP and WAMP.
What does the LAMP stack consist of?
L = Linux Operating System, A = Apache Server, M = My SQL relation database management system and P = PHP server programming language.
What does the XAMPP stack consist of?
X = Cross Platform, A = Apache Server, M = MariaDB, P = PHP Server and P = Perl.
What is the purpose of web hosting software?
Allows hosting of HTML pages and other content on the Internet.
What is the purpose of an application server?
Software framework providing facilities to create web applications and a server environment to run them.
What is the purpose of a relational database management systems?
Data which is stored and presented as relations.
What is the purpose of a CMS?
It is software used to create and manage digital content, it also allows collaboration and supports multiple users.
What are the two most common servers?
Linux Services and Microsoft Internet Information Services (IIS).