LAMP Flashcards

1
Q

What is LAMP?

A

Lamp is a stack of software that basically makes the internet run.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does lamp stand for??

A

Linux, Apache, MySql and PHP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Linux?

A

Linux Is the underlying operating system of the internet at large. Free open source software

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Apache?

A

Apache Is the free open source Software, that is the web server layer. Which you install onto your operating system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does Apache do?

A

The point of Apache is to understand all incoming network requests. And what do I send back when I’m done??

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is My Sql?

A

My Sql is a free open source, SQL structured Query Language database

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does MySql do?

A

It is the database layer for your lamp stack. I.e. The database for your website.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is PHP?

A

PHP Is the language that you use to write the website? It is the most commonly used language in running websites and building websites.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly