web Flashcards
What are the two types of web servers?
Traditional and modern
What are web stacks?
Bundles of software
What is vertical scaling?
Adding more programs
What is horizontal scaling?
Adding more physical machines in order to make stuff run faster, better, etc…
What is server side scripting?
Scripts that run on the server. PHP, Perl, Python…
What is client side scripting?
Scripts that run on the client (on the actual browser). Javascript, Actionscript, Flash…
What are web tiers?
Usually have 3 layers, presentation (the web browser itself), engine (PHP, Python) and a database.
What is LAMP?
Linux, Apache, MySQL, PHP.
What is MEAN?
MongoDB, Express.ks, Angular.js, Node.js
What is the Django stack?
Python, Django, Apache, MySQL
What is an injection?
Inserting malicious code, usually with database-driven web sites using some scripting language(s)