Your company's programmers are going to build a new web application to support a critical business function. They've decided to use ______, which is a powerful open source platform (OS, web server, database, and programming language) that has been used to build some of the most powerful, popular web applications in use today.

Respuesta :

Answer:

LAMP

Explanation:

LAMP stack is a group of open-source software that is typically installed together to enable a server to host dynamic websites and web apps. LAMP is an archetypal model of web service stacks, named as an acronym of the names of its original four open-source components: the Linux operating system, the Apache HTTP Server, the MySQL relational database management system, and the PHP programming language.

Answer:

LAMP

Explanation:

The LAMP represents Linux operating system, Apache web server, MySQL relational database and PHP back-end web programming language which are all open source softwares for creating and hosting web applications.

Linux operating system is an open source software relative to unix OS, once used in only desktop computer, but is now widely used across brands and servers. Apache web or HTTP server is a free web server for delivering response to web request from client browser or applications.

Database application like MySQL is used to create and query databases. It is free for users. PHP is a free multi-purpose programming language, which is particularly known for back-end web development.