General Flashcards
mjs means (ES6 m_____)-javascript
mjs means (ES6 modules)-javascript
a powerful open-source web server, widely used for serving static content and as a reverse proxy, handling high traffic efficiently.
Nginx
a droplet is an example of I________-as-a-Service (IaaS)
a droplet is an example of Infrastructure-as-a-Service (IaaS)
process of a small software layer that enables multiple instances of operating systems to run alongside each other, sharing the same physical computing resources.
virtualization
an encrypted network protocol that lets you securely connect to a remote computer
SSH
Secure SHell
1) one of the most popular web servers in the world;
2) responsible for hosting some of the largest and highest-traffic sites on the internet
3) known for its high performance and low resource consumption, making it ideal for serving static content and handling numerous concurrent connections.
nginx
Services that allow you to purchase domains, such as Namecheap, are called domain r________s and they offer the ability to manage your domain’s DNS records on their website or allow you manage your records other services, such as DigitalOcean
Services that allow you to purchase domains, such as Namecheap, are called domain registrars and they offer the ability to manage your domain’s DNS records on their website or allow you manage your records other services, such as DigitalOcean
DigitalOcean droplets, AWS EC2, and GCP Compute Engine are all examples of _____ offerings
DigitalOcean droplets, AWS EC2, and GCP Compute Engine are all examples of VPS offerings
P________ key authentication is much more secure than password authentication
Public key authentication is much more secure than password authentication
SSH means S_____ SH____.
Secure SHell
virtual servers have their own o_____-ing s________s, ensuring isolation between them
virtual servers have their own operating systems, ensuring isolation between them
A software that enables multiple VMs to run on one physical server. Pools & allocates physical computing resources as needed by VM, enabling efficiency, flexibility & scalability
hypervisor
m________s are a way of composing the backend of an application from many separate, independent services, which communicate with each other over the network.
-> microservices <- are a way of composing the backend of an application from many separate, independent services, which communicate with each other over the network.
no existing version of Internet Explorer supports p_____s
no existing version of Internet Explorer supports promises <-
import axios from ‘a….’
import axios from ‘axios’