LAMP Flashcards
What is LAMP?
Lamp is a stack of software that basically makes the internet run.
What does lamp stand for??
Linux, Apache, MySql and PHP
What is Linux?
Linux Is the underlying operating system of the internet at large. Free open source software
What is Apache?
Apache Is the free open source Software, that is the web server layer. Which you install onto your operating system.
What does Apache do?
The point of Apache is to understand all incoming network requests. And what do I send back when I’m done??
What is My Sql?
My Sql is a free open source, SQL structured Query Language database
What does MySql do?
It is the database layer for your lamp stack. I.e. The database for your website.
What is PHP?
PHP Is the language that you use to write the website? It is the most commonly used language in running websites and building websites.